ramus-0.1.1: ramus.cabal
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: ramus
version: 0.1.1
synopsis: Elm signal system for Haskell
description: Ramus is a direct port of purescript-signal into Haskell, offering the Elm signal system for Haskell.
category: Other
homepage: https://github.com/NickSeagull/ramus#readme
bug-reports: https://github.com/NickSeagull/ramus/issues
maintainer: Nikita Tchayka
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/NickSeagull/ramus
library
hs-source-dirs:
library
ghc-options: -Wall
build-depends:
base == 4.*
exposed-modules:
Ramus.Channel
Ramus.DOM
Ramus.Internal
Ramus.Signal
Ramus.Time
default-language: Haskell2010
test-suite ramus-test-suite
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test-suite
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base == 4.*
, ramus
, hspec
, QuickCheck
, quickcheck-io
other-modules:
SignalTester
default-language: Haskell2010
benchmark ramus-benchmarks
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
benchmark
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base == 4.*
, ramus
, criterion
default-language: Haskell2010