Skip to content

Commit

Permalink
List the extensions in the .cabal file
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : e8fa3c630b9c14399985b05b102e8b4cfc7a6341
  • Loading branch information
dcoutts committed Jan 18, 2009
1 parent 87fef79 commit e144453
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ library
build-depends:
ghc-prim

extensions:
ExistentialQuantification
BangPatterns
MagicHash

--TODO: upgrade to -Wall:
ghc-options: -W -fwarn-orphans
if impl(ghc >= 6.8)
Expand Down

0 comments on commit e144453

Please sign in to comment.