Skip to content
Snippets Groups Projects
Commit 425df1d9 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Cabal cleanup overlooked in 8d5301d0

parent 979e43fa
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ Library
NoImplicitPrelude
Safe
Trustworthy
if impl(ghc)
other-extensions: Safe, Trustworthy
build-depends:
array >= 0.5 && < 0.6,
......@@ -40,8 +38,7 @@ Library
-- build system doesn't seem to track transitive dependencies when
-- running Haddock, and if we don't do this then Haddock can't
-- find the docs for things defined in ghc-prim.
if impl(ghc)
build-depends: ghc-prim >= 0.3.1 && < 0.4
build-depends: ghc-prim >= 0.3.1 && < 0.4
-- haskell2010 is a "hidden" package
exposed: False
......
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