Skip to content

Commit

Permalink
upperbound data-default-class
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft authored Oct 25, 2024
1 parent fc81cd0 commit 8a2e113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comma-and.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library
Text.Comma
build-depends:
base >= 4.7 && < 5
, data-default-class >=0.1
, data-default-class >=0.1 && <0.2
default-language: Haskell2010

test-suite gulsify
Expand All @@ -33,7 +33,7 @@ test-suite gulsify
build-depends:
base
, comma-and
, data-default-class >=0.1
, data-default-class >=0.1 && <0.2
, hspec ==2.*
, QuickCheck >=2.8
build-tool-depends: hspec-discover:hspec-discover == 2.*
Expand Down

0 comments on commit 8a2e113

Please sign in to comment.