aggreact/aggreact.cabal

166 lines
5.3 KiB
Text
Raw Normal View History

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
2018-12-02 11:33:51 +00:00
--
-- see: https://github.com/sol/hpack
--
2019-04-13 13:10:46 +00:00
-- hash: 1163db1a07517ee5befaea65db6a11d03a31e0d35b88dd576c76cf3c9506866c
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
extra-source-files:
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/yogsototh/aggreact
library
exposed-modules:
Aggreact
2019-01-22 22:57:30 +00:00
Aggreact.Auth
Aggreact.Authorization
2018-12-02 11:33:51 +00:00
Aggreact.Comments
2019-01-20 12:34:12 +00:00
Aggreact.Comments.Server
2019-01-20 00:16:19 +00:00
Aggreact.Comments.StoreService
Aggreact.Comments.Types
Aggreact.Comments.Views
2018-12-14 23:09:06 +00:00
Aggreact.Css
2018-12-17 23:17:50 +00:00
Aggreact.Homepage
Aggreact.Html
2019-04-13 13:10:46 +00:00
Aggreact.Scopes
Aggreact.User
Database.Store
Database.Store.Backend.SQLite
Database.Store.CRUD
Database.Store.Search
2018-12-18 23:31:09 +00:00
DevelMain
Generics.SOP.Fieldnames
2018-12-14 23:09:06 +00:00
Servant.Clay
Servant.Errors
2019-01-20 00:16:19 +00:00
Service.Config
Service.Service
2018-12-02 11:33:51 +00:00
other-modules:
Paths_aggreact
hs-source-dirs:
src
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables TupleSections OverloadedLists ExplicitForAll RecordWildCards GeneralizedNewtypeDeriving DeriveGeneric DerivingStrategies StandaloneDeriving NamedWildCards PartialTypeSignatures BlockArguments NumericUnderscores
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances
2018-12-02 11:33:51 +00:00
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
2019-01-20 00:16:19 +00:00
, dhall
, filepath
2018-12-18 23:31:09 +00:00
, foreign-store
, generics-sop
2018-12-11 08:32:28 +00:00
, http-api-data
2018-12-14 23:09:06 +00:00
, http-media
, http-types
2018-12-11 08:32:28 +00:00
, human-readable-duration
, ixset-typed
2018-12-02 11:33:51 +00:00
, protolude
2018-12-08 09:31:24 +00:00
, safecopy
, scrypt
2018-12-02 11:33:51 +00:00
, servant
, servant-auth
, servant-auth-server
2018-12-10 19:10:42 +00:00
, servant-blaze
2018-12-02 11:33:51 +00:00
, servant-server
, sqlite-simple
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
2019-01-20 00:16:19 +00:00
, yaml
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 TupleSections OverloadedLists ExplicitForAll RecordWildCards GeneralizedNewtypeDeriving DeriveGeneric DerivingStrategies StandaloneDeriving NamedWildCards PartialTypeSignatures BlockArguments NumericUnderscores
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -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
, servant-auth-server
2018-12-02 11:33:51 +00:00
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 TupleSections OverloadedLists ExplicitForAll RecordWildCards GeneralizedNewtypeDeriving DeriveGeneric DerivingStrategies StandaloneDeriving NamedWildCards PartialTypeSignatures BlockArguments NumericUnderscores
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -threaded -rtsopts -with-rtsopts=-N
2018-12-02 11:33:51 +00:00
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:
Database.Store.Backend.SQLiteTest
2018-12-02 11:33:51 +00:00
Paths_aggreact
hs-source-dirs:
src-test
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables TupleSections OverloadedLists ExplicitForAll RecordWildCards GeneralizedNewtypeDeriving DeriveGeneric DerivingStrategies StandaloneDeriving NamedWildCards PartialTypeSignatures BlockArguments NumericUnderscores
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -threaded -rtsopts -with-rtsopts=-N
2018-12-02 11:33:51 +00:00
build-depends:
aggreact
, base >=4.8 && <5
, directory
, generics-sop
2018-12-02 11:33:51 +00:00
, protolude
, sqlite-simple
2018-12-02 11:33:51 +00:00
, 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 TupleSections OverloadedLists ExplicitForAll RecordWildCards GeneralizedNewtypeDeriving DeriveGeneric DerivingStrategies StandaloneDeriving NamedWildCards PartialTypeSignatures BlockArguments NumericUnderscores
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances -threaded -rtsopts -with-rtsopts=-N
2018-12-02 11:33:51 +00:00
build-depends:
aggreact
, base >=4.8 && <5
, criterion >=1.1
, protolude
default-language: Haskell2010