aggreact/aggreact.cabal
Yann Esposito (Yogsototh) 1a502c7c7c
to update later
2018-12-02 18:42:36 +01:00

120 lines
3.4 KiB
Text

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1045a6f370c70bdbb8d4127fd57ab0a6d22abf83a1c9ce43b2543665b731e255
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
Persist
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:
aeson
, base >=4.8 && <5
, cereal
, cereal-text
, cereal-time
, containers
, ixset
, protolude
, servant
, servant-server
, text
, 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