Skip to content

Commit

Permalink
Allow base 4.15
Browse files Browse the repository at this point in the history
Tested locally with

    cabal test -O0 --allow-newer=microaeson:base,QuickCheck,tasty --enable-tests

Closes haskell-hvr#54.
  • Loading branch information
sjakobi committed Mar 11, 2021
1 parent cb98cb1 commit 8015106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HsYAML.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ library
Trustworthy
TypeSynonymInstances

build-depends: base >=4.5 && <4.15
build-depends: base >=4.5 && <4.16
, bytestring >=0.9 && <0.11
, containers >=0.4.2 && <0.7
, deepseq >=1.3.0 && <1.5
Expand Down

0 comments on commit 8015106

Please sign in to comment.