Skip to content

Commit

Permalink
Merge pull request #14 from sjakobi/bytestring-0.11
Browse files Browse the repository at this point in the history
Allow bytestring 0.11
  • Loading branch information
patrickmn authored Feb 8, 2021
2 parents c0e9ae4 + 1a372f3 commit 4c89b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeson-yaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
build-depends:
aeson >= 0.4.0.0 && < 1.6
, base >= 4.8.2.0 && < 5
, bytestring >= 0.10.4.0 && < 0.11
, bytestring >= 0.10.4.0 && < 0.12
, text >= 0.1 && < 1.3
, unordered-containers >= 0.1.0.0 && < 0.3
, vector >= 0.1 && < 0.13
Expand All @@ -61,10 +61,10 @@ test-suite test
-- , hedgehog-gen-json
, string-qq
, tasty
, tasty-discover
, tasty-hunit
, unordered-containers
, yaml
build-tool-depends: tasty-discover:tasty-discover
type: exitcode-stdio-1.0
default-language: Haskell2010

Expand Down

0 comments on commit 4c89b1a

Please sign in to comment.