Skip to content

Commit

Permalink
Update cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Feb 18, 2012
1 parent 9ad7d06 commit 9746c3d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions regex-applicative.cabal
Expand Up @@ -60,9 +60,9 @@ Source-repository this

Library
-- Packages needed in order to build this package.
Build-depends: base >= 4.2 && < 4.6,
containers >= 0.3 && < 0.5,
monads-tf == 0.1.*
Build-depends: base,
containers,
transformers


-- Modules exported by the library.
Expand All @@ -78,4 +78,8 @@ Library
-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools:

GHC-Options: -O2 -Wall -fno-warn-name-shadowing -fno-warn-missing-signatures
GHC-Options: -O2
-Wall
-fno-warn-name-shadowing
-fno-warn-missing-signatures
-fno-warn-orphans

0 comments on commit 9746c3d

Please sign in to comment.