-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 622e58e514481a3a8c55a6b379423676d4d2157334db4c29b45ef8c0954e3bb0 name: cachix-api version: 0.1.0.1 synopsis: Servant HTTP API specification for https://cachix.org homepage: https://github.com/cachix/cachix#readme bug-reports: https://github.com/cachix/cachix/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/cachix/cachix 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 >=0.14.1 , servant-auth , servant-auth-server , servant-auth-swagger , 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 >=0.14.1 , servant-auth , servant-auth-server , servant-auth-swagger , 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 >=0.14.1 , servant-auth , servant-auth-server , servant-auth-swagger , servant-streaming , servant-swagger , servant-swagger-ui-core , string-conv , swagger2 , text , transformers default-language: Haskell2010 build-tool-depends: hspec-discover:hspec-discover