aggreact/aggreact.cabal

121 lines
3.4 KiB
Text
Raw Normal View History

2018-12-02 11:33:51 +00:00
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
2018-12-02 17:42:36 +00:00
-- hash: 1045a6f370c70bdbb8d4127fd57ab0a6d22abf83a1c9ce43b2543665b731e255
2018-12-02 11:33:51 +00:00
name: aggreact
version: 0.1.0.0
category: Test
stability: alpha (experimental)
homepage: https://github.com/yogsototh/aggreact#readme
bug-reports: https://github.com/yogsototh/aggreact/issues
author: Yann Esposito
maintainer: yann.esposito@gmail.com
copyright: © 2018 Yann Esposito
license: ISC
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/yogsototh/aggreact
library
exposed-modules:
Aggreact
Aggreact.Comments
2018-12-02 13:54:15 +00:00
Persist
2018-12-02 11:33:51 +00:00
Store
other-modules:
Paths_aggreact
hs-source-dirs:
src
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -Werror -O2
build-depends:
2018-12-02 13:54:15 +00:00
aeson
, base >=4.8 && <5
, cereal
2018-12-02 17:42:36 +00:00
, cereal-text
, cereal-time
2018-12-02 11:33:51 +00:00
, containers
2018-12-02 13:54:15 +00:00
, ixset
2018-12-02 11:33:51 +00:00
, protolude
, servant
, servant-server
2018-12-02 13:54:15 +00:00
, text
2018-12-02 11:33:51 +00:00
, time
, versioning
default-language: Haskell2010
executable aggreact
main-is: Main.hs
other-modules:
Paths_aggreact
hs-source-dirs:
src-exe
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -Werror -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
aggreact
, base >=4.8 && <5
, protolude
default-language: Haskell2010
test-suite aggreact-doctest
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_aggreact
hs-source-dirs:
src-doctest
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -Werror -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
Glob >=0.7
, QuickCheck >=2.5
, aggreact
, base >=4.8 && <5
, doctest >=0.10
, protolude
default-language: Haskell2010
test-suite aggreact-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_aggreact
hs-source-dirs:
src-test
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -Werror -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
aggreact
, base >=4.8 && <5
, protolude
, tasty >=0.11
, tasty-hunit >=0.9
, tasty-smallcheck >=0.8
default-language: Haskell2010
benchmark aggreact-benchmark
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_aggreact
hs-source-dirs:
src-benchmark
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -Werror -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
aggreact
, base >=4.8 && <5
, criterion >=1.1
, protolude
default-language: Haskell2010