Skip to content
Snippets Groups Projects
Commit 3fee88b2 authored by Adam Bergmark's avatar Adam Bergmark Committed by Mateusz Kowalczyk
Browse files

haddock-library: require GHC >= 7.4


`Data.Monoid.<>` was added in base-4.5/GHC-7.4

Closes #394

Signed-off-by: default avatarMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
parent bf31846b
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ library
default-language: Haskell2010
build-depends:
base >= 4.3 && < 4.9
base >= 4.5 && < 4.9
, bytestring
, transformers
, deepseq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment