Skip to content

Commit

Permalink
Fix cabal file warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Trinkle committed Mar 14, 2015
1 parent 1c193c3 commit 2e38448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
7 changes: 5 additions & 2 deletions reflex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Stability: Experimental
Category: FRP
Build-type: Simple
Cabal-version: >=1.9.2
source-repository: https://github.com/ryantrinkle/reflex
bug-reports: https://github.com/ryantrinkle/reflex/issues

library
Expand Down Expand Up @@ -41,4 +40,8 @@ library

other-extensions: TemplateHaskell
ghc-prof-options: -fprof-auto
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2

source-repository head
type: git
location: https://github.com/ryantrinkle/reflex

0 comments on commit 2e38448

Please sign in to comment.