-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: e8db970407465738fc6d366b754b2cf51d5a5e123461ea5b89db16236ecbd3ee name: cachix-api version: 0.1.0.0 description: Please see the README on Github at homepage: https://github.com/githubuser/cachix-api#readme bug-reports: https://github.com/githubuser/cachix-api/issues author: Domen Kožar maintainer: domen@enlambda.com copyright: 2018 Domen Kožar license: Apache-2.0 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/githubuser/cachix-api library exposed-modules: Cachix.Api Cachix.Api.Signing Cachix.Api.Swagger Cachix.Api.Types Cachix.Types.ContentTypes Cachix.Types.Servant Cachix.Types.Session other-modules: Paths_cachix_api hs-source-dirs: src default-extensions: OverloadedStrings ghc-options: -Wall -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-incomplete-patterns build-depends: aeson , amazonka , base >=4.7 && <5 , base16-bytestring , bytestring , conduit , conduit-combinators , cookie , cryptonite , http-api-data , http-media , lens , memory , servant , servant-auth , servant-auth-server , servant-auth-swagger , servant-generic , servant-streaming , servant-swagger , servant-swagger-ui-core , string-conv , swagger2 , text , transformers default-language: Haskell2010 executable cachix-gen-swagger main-is: Main.hs other-modules: Paths_cachix_api hs-source-dirs: cachix-gen-swagger default-extensions: OverloadedStrings ghc-options: -Wall -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-incomplete-patterns -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , amazonka , base >=4.7 && <5 , base16-bytestring , bytestring , cachix-api , conduit , conduit-combinators , cookie , cryptonite , http-api-data , http-media , lens , memory , servant , servant-auth , servant-auth-server , servant-auth-swagger , servant-generic , servant-streaming , servant-swagger , servant-swagger-ui-core , string-conv , swagger2 , text , transformers default-language: Haskell2010 test-suite cachix-api-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Spec Paths_cachix_api hs-source-dirs: test default-extensions: OverloadedStrings ghc-options: -Wall -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-incomplete-patterns -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , amazonka , base >=4.7 && <5 , base16-bytestring , bytestring , cachix-api , conduit , conduit-combinators , cookie , cryptonite , hspec , http-api-data , http-media , lens , memory , protolude , servant , servant-auth , servant-auth-server , servant-auth-swagger , servant-generic , servant-streaming , servant-swagger , servant-swagger-ui-core , string-conv , swagger2 , text , transformers default-language: Haskell2010