We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c193c3 commit 2e38448Copy full SHA for 2e38448
Setup.hs
@@ -0,0 +1,2 @@
1
+import Distribution.Simple
2
+main = defaultMain
reflex.cabal
@@ -10,7 +10,6 @@ Stability: Experimental
10
Category: FRP
11
Build-type: Simple
12
Cabal-version: >=1.9.2
13
-source-repository: https://github.com/ryantrinkle/reflex
14
bug-reports: https://github.com/ryantrinkle/reflex/issues
15
16
library
@@ -41,4 +40,8 @@ library
41
40
42
other-extensions: TemplateHaskell
43
ghc-prof-options: -fprof-auto
44
- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
+ ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+
45
+source-repository head
46
+ type: git
47
+ location: https://github.com/ryantrinkle/reflex
0 commit comments