Skip to content

Commit

Permalink
Bump dependency upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
gwils committed Sep 25, 2018
1 parent 2ba309f commit 6cfc33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text1.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
Haskell2010

build-depends:
base >= 4.5 && < 4.12
base >= 4.5 && < 4.13
, semigroups >= 0.8 && < 1
, text >= 1.2 && < 2
, lens >= 4.0 && < 5
Expand Down Expand Up @@ -87,7 +87,7 @@ test-suite quickcheck

build-depends:
base >= 4.5 && < 5
, QuickCheck >= 2.9 && < 2.12
, QuickCheck >= 2.9 && < 2.13
, semigroups >= 0.8 && < 1
, text >= 1.2 && < 2
, text1
Expand Down

0 comments on commit 6cfc33f

Please sign in to comment.