Skip to content

Commit 88c5f99

Browse files
authored
Drop support of GHC <= 7.2
1 parent 8d2765b commit 88c5f99

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
@@ -39,7 +39,7 @@ Flag developer
3939

4040
library
4141
build-depends: array,
42-
base >= 4.3 && < 5,
42+
base >= 4.5 && < 5,
4343
bytestring <0.12,
4444
containers,
4545
deepseq,

0 commit comments

Comments
 (0)