Skip to content

Commit

Permalink
Fix up cabal file a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 5, 2014
1 parent 43a7200 commit 8c1d647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yi/yi.cabal
Expand Up @@ -75,6 +75,7 @@ library
Yi.Config
Yi.Config.Default
Yi.Config.Misc
Yi.Config.Lens
Yi.Config.Simple
Yi.Config.Simple.Types
Yi.Core
Expand Down Expand Up @@ -234,7 +235,6 @@ library
oo-prototypes,
yi-rope >= 0.4.0.0

build-tools: alex >= 3.0.3
ghc-options: -Wall -fno-warn-orphans
ghc-prof-options: -prof -auto-all -rtsopts

Expand Down Expand Up @@ -308,7 +308,7 @@ executable yi

build-depends:
base >=4 && <5, yi
build-tools: alex >= 3.0.3

ghc-options: -threaded
ghc-prof-options: -prof -auto-all -rtsopts

Expand Down

0 comments on commit 8c1d647

Please sign in to comment.