aggreact/aggreact.cabal

176 lines
5.6 KiB
Text
Raw Permalink Normal View History

2019-04-28 19:13:00 +00:00
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-08-07 20:33:20 +00:00
-- hash: 45f4a7726914fbb361f0d4f25c0b9f0520907688f03bde8ff31dda1fcaa58274
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
2019-04-28 21:40:45 +00:00
Aggreact.DB
2018-12-17 23:17:50 +00:00
Aggreact.Homepage
Aggreact.Html
2019-04-13 13:10:46 +00:00
Aggreact.Scopes
2019-04-14 11:38:40 +00:00
Aggreact.Servant.Errors
2019-04-13 17:14:21 +00:00
Aggreact.Slugs
Aggreact.Slugs.Server
Aggreact.Slugs.StoreService
Aggreact.Slugs.Types
Aggreact.Slugs.Views
2019-04-14 14:44:37 +00:00
Aggreact.Users
Aggreact.Users.Server
Aggreact.Users.StoreService
Aggreact.Users.Types
Aggreact.Users.Views
2019-04-13 17:14:21 +00:00
Data.IxSet.OrphanInstances
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
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:
2019-04-28 19:53:26 +00:00
aeson
2018-12-02 13:54:15 +00:00
, base >=4.8 && <5
2019-04-28 19:53:26 +00:00
, beam-core
, beam-migrate
, beam-sqlite
2018-12-10 19:10:42 +00:00
, blaze-html
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
2019-05-25 17:04:04 +00:00
, lens
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