Skip to content
Snippets Groups Projects
Commit 2f563b51 authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Fix build error for generics with ghc <= 7.6.1.

parent 0ad4f7ad
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ library
if impl(ghc >= 7.2.1)
cpp-options: -DGENERICS
other-modules: Data.Binary.Generic
if impl(ghc <= 7.6)
-- prior to ghc-7.4 generics lived in ghc-prim
build-depends: ghc-prim
ghc-options: -O2 -Wall -fliberate-case-threshold=1000
......
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