Skip to content

Commit

Permalink
Allow bifunctors-5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Dec 9, 2017
1 parent 4711601 commit 9a9efca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions these.cabal
@@ -1,6 +1,6 @@
Name: these
Version: 0.7.4
x-revision: 1
x-revision: 2
Synopsis: An either-or-both data type & a generalized 'zip with padding' typeclass
Homepage: https://github.com/isomorphism/these
License: BSD3
Expand Down Expand Up @@ -45,7 +45,7 @@ Library

Build-depends: base >= 4.4 && < 4.11,
aeson >= 0.7.0.4 && < 1.3,
bifunctors >= 0.1 && < 5.5,
bifunctors >= 0.1 && < 5.6,
binary >= 0.5.0.2 && < 0.10,
containers >= 0.4 && < 0.6,
data-default-class >= 0.0 && < 0.2,
Expand Down Expand Up @@ -78,7 +78,7 @@ test-suite test
build-depends: these,
base >= 4.5,
quickcheck-instances >= 0.3.15 && < 0.4,
tasty >= 0.10 && < 0.12,
tasty >= 0.10 && < 0.13,
tasty-quickcheck >= 0.8 && < 0.10,
aeson,
bifunctors,
Expand Down

0 comments on commit 9a9efca

Please sign in to comment.