Cabal revisions of reflex-0.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: reflex-Version: 0.4.0-Synopsis: Higher-order Functional Reactive Programming-Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system-License: BSD3-License-file: LICENSE-Author: Ryan Trinkle-Maintainer: ryan.trinkle@gmail.com-Stability: Experimental-Category: FRP-Build-type: Simple-Cabal-version: >=1.9.2-homepage: https://github.com/ryantrinkle/reflex-bug-reports: https://github.com/ryantrinkle/reflex/issues--library- hs-source-dirs: src- build-depends:- base >= 4.7 && < 4.9,- dependent-sum == 0.3.*,- dependent-map == 0.2.*,- semigroups >= 0.16 && < 0.19,- mtl >= 2.1 && < 2.3,- containers == 0.5.*,- these >= 0.4 && < 0.7,- primitive >= 0.5 && < 0.7,- template-haskell >= 2.9 && < 2.11,- ref-tf == 0.4.*,- exception-transformers == 0.4.*,- transformers >= 0.2,- transformers-compat >= 0.3,- haskell-src-exts == 1.16.*,- haskell-src-meta == 0.6.*,- syb == 0.5.*-- exposed-modules:- Reflex,- Reflex.Spider,- Reflex.Spider.Internal,- Reflex.Class,- Reflex.Dynamic,- Reflex.Dynamic.TH,- Reflex.Host.Class,- Data.Functor.Misc-- other-extensions: TemplateHaskell- ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2--test-suite cross-impl- type: exitcode-stdio-1.0- main-is: Reflex/Test/CrossImpl.hs- other-modules:- Reflex.Pure- ghc-options: -O2 -main-is Reflex.Test.CrossImpl.test- hs-source-dirs: test- build-depends:- base,- reflex,- ref-tf,- mtl,- containers,- dependent-map,- MemoTrie == 0.6.*--benchmark spider-bench- type: exitcode-stdio-1.0- hs-source-dirs: bench- main-is: Main.hs- ghc-options: -O2 -rtsopts- build-depends:- base,- dependent-sum,- dependent-map,- transformers >= 0.3 && < 0.5,- stm == 2.4.*,- deepseq >= 1.3 && < 1.5,- mtl,- primitive,- criterion == 1.1.*,- reflex--benchmark saulzar-bench- type: exitcode-stdio-1.0- hs-source-dirs: bench test- main-is: RunAll.hs- ghc-options: -O2 -rtsopts- build-depends:- base,- containers == 0.5.*,- ref-tf == 0.4,- dependent-sum,- dependent-map,- transformers >= 0.3 && < 0.5,- stm == 2.4.*,- deepseq >= 1.3 && < 1.5,- mtl,- primitive,- criterion == 1.1.*,- split,- reflex--source-repository head- type: git- location: https://github.com/ryantrinkle/reflex+Name: reflex +Version: 0.4.0 +X-revision: 1 +Synopsis: Higher-order Functional Reactive Programming +Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system +License: BSD3 +License-file: LICENSE +Author: Ryan Trinkle +Maintainer: ryan.trinkle@gmail.com +Stability: Experimental +Category: FRP +Build-type: Simple +Cabal-version: >=1.9.2 +homepage: https://github.com/ryantrinkle/reflex +bug-reports: https://github.com/ryantrinkle/reflex/issues + +library + hs-source-dirs: src + build-depends: + base >= 4.7 && < 4.9, + dependent-sum == 0.3.*, + dependent-map == 0.2.*, + semigroups >= 0.16 && < 0.19, + mtl >= 2.1 && < 2.3, + containers == 0.5.*, + these >= 0.4 && < 0.7, + primitive >= 0.5 && < 0.7, + template-haskell >= 2.9 && < 2.11, + ref-tf == 0.4.*, + exception-transformers == 0.4.*, + transformers >= 0.2, + transformers-compat >= 0.3, + haskell-src-exts >= 1.16 && < 1.18, + haskell-src-meta == 0.6.*, + syb >= 0.5 && < 0.7 + + exposed-modules: + Reflex, + Reflex.Spider, + Reflex.Spider.Internal, + Reflex.Class, + Reflex.Dynamic, + Reflex.Dynamic.TH, + Reflex.Host.Class, + Data.Functor.Misc + + other-extensions: TemplateHaskell + ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2 + +test-suite cross-impl + type: exitcode-stdio-1.0 + main-is: Reflex/Test/CrossImpl.hs + other-modules: + Reflex.Pure + ghc-options: -O2 -main-is Reflex.Test.CrossImpl.test + hs-source-dirs: test + build-depends: + base, + reflex, + ref-tf, + mtl, + containers, + dependent-map, + MemoTrie == 0.6.* + +benchmark spider-bench + type: exitcode-stdio-1.0 + hs-source-dirs: bench + main-is: Main.hs + ghc-options: -O2 -rtsopts + build-depends: + base, + dependent-sum, + dependent-map, + transformers >= 0.3 && < 0.5, + stm == 2.4.*, + deepseq >= 1.3 && < 1.5, + mtl, + primitive, + criterion == 1.1.*, + reflex + +benchmark saulzar-bench + type: exitcode-stdio-1.0 + hs-source-dirs: bench test + main-is: RunAll.hs + ghc-options: -O2 -rtsopts + build-depends: + base, + containers == 0.5.*, + ref-tf == 0.4, + dependent-sum, + dependent-map, + transformers >= 0.3 && < 0.5, + stm == 2.4.*, + deepseq >= 1.3 && < 1.5, + mtl, + primitive, + criterion == 1.1.*, + split, + reflex + +source-repository head + type: git + location: https://github.com/ryantrinkle/reflex
revision 2
Name: reflex Version: 0.4.0 -X-revision: 1 +x-revision: 2 Synopsis: Higher-order Functional Reactive Programming Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system License: BSD3 Category: FRP Build-type: Simple Cabal-version: >=1.9.2 -homepage: https://github.com/ryantrinkle/reflex -bug-reports: https://github.com/ryantrinkle/reflex/issues +homepage: https://github.com/reflex-frp/reflex +bug-reports: https://github.com/reflex-frp/reflex/issues library hs-source-dirs: src source-repository head type: git - location: https://github.com/ryantrinkle/reflex + location: https://github.com/reflex-frp/reflex