cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 45f4a7726914fbb361f0d4f25c0b9f0520907688f03bde8ff31dda1fcaa58274 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 Aggreact.Auth Aggreact.Authorization Aggreact.Comments Aggreact.Comments.Server Aggreact.Comments.StoreService Aggreact.Comments.Types Aggreact.Comments.Views Aggreact.Css Aggreact.DB Aggreact.Homepage Aggreact.Html Aggreact.Scopes Aggreact.Servant.Errors Aggreact.Slugs Aggreact.Slugs.Server Aggreact.Slugs.StoreService Aggreact.Slugs.Types Aggreact.Slugs.Views Aggreact.Users Aggreact.Users.Server Aggreact.Users.StoreService Aggreact.Users.Types Aggreact.Users.Views Data.IxSet.OrphanInstances Database.Store Database.Store.Backend.SQLite Database.Store.CRUD Database.Store.Search DevelMain Generics.SOP.Fieldnames Servant.Clay Servant.Errors 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 build-depends: aeson , base >=4.8 && <5 , beam-core , beam-migrate , beam-sqlite , blaze-html , clay , containers , dhall , filepath , foreign-store , generics-sop , http-api-data , http-media , http-types , human-readable-duration , ixset-typed , lens , protolude , safecopy , scrypt , servant , servant-auth , servant-auth-server , servant-blaze , servant-server , sqlite-simple , text , time , uuid , wai , warp , yaml 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" build-depends: aggreact , base >=4.8 && <5 , protolude , servant-auth-server 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 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 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 build-depends: aggreact , base >=4.8 && <5 , directory , generics-sop , protolude , sqlite-simple , 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 build-depends: aggreact , base >=4.8 && <5 , criterion >=1.1 , protolude default-language: Haskell2010