Skip to content

Commit 71a67cb

Browse files
authored
Merge pull request #195 from Bodigrim/patch-1
Drop support of GHC <= 7.2
2 parents 3c35bc2 + 88c5f99 commit 71a67cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attoparsec.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ library attoparsec-internal
5353

5454
library
5555
build-depends: array,
56-
base >= 4.3 && < 5,
56+
base >= 4.5 && < 5,
5757
bytestring <0.12,
5858
containers,
5959
deepseq,

0 commit comments

Comments
 (0)