aggreact/aggreact.cabal

132 lines
3.6 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-17 23:17:50 +00:00
-- hash: 467cc6d469c57f2350fd622f2de74c7198a48a9de435bdd2e03ed3954a69e820
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-14 23:09:06 +00:00
Aggreact.Css
2018-12-17 23:17:50 +00:00
Aggreact.Homepage
2018-12-14 23:09:06 +00:00
Servant.Clay
2018-12-02 11:33:51 +00:00
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-08 09:31:24 +00:00
acid-state
, aeson
2018-12-02 13:54:15 +00:00
, base >=4.8 && <5
2018-12-10 19:10:42 +00:00
, blaze-html
2018-12-02 13:54:15 +00:00
, cereal
2018-12-02 17:42:36 +00:00
, cereal-text
, cereal-time
2018-12-14 23:09:06 +00:00
, clay
2018-12-02 11:33:51 +00:00
, containers
2018-12-11 08:32:28 +00:00
, http-api-data
2018-12-14 23:09:06 +00:00
, http-media
2018-12-11 08:32:28 +00:00
, human-readable-duration
2018-12-02 13:54:15 +00:00
, ixset
2018-12-02 11:33:51 +00:00
, protolude
2018-12-08 09:31:24 +00:00
, safecopy
2018-12-02 11:33:51 +00:00
, servant
2018-12-10 19:10:42 +00:00
, servant-blaze
2018-12-02 11:33:51 +00:00
, servant-server
2018-12-02 13:54:15 +00:00
, text
2018-12-02 11:33:51 +00:00
, time
2018-12-09 18:16:02 +00:00
, uuid
2018-12-10 19:10:42 +00:00
, wai
, warp
2018-12-02 11:33:51 +00:00
default-language: Haskell2010
executable aggreact
main-is: Main.hs
other-modules:
Paths_aggreact
hs-source-dirs:
src-exe
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
2018-12-14 23:09:06 +00:00
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -Werror -O2 -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N -I0
2018-12-02 11:33:51 +00:00
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