cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 63ec36141b4ba25539fe2fbbd0602a6ff2d6cc3f8ea86e26a909ac4b3a53abf5 name: r3x-haskell-sdk version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/rubixfunctions/r3x-haskell-sdk#readme bug-reports: https://github.com/rubixfunctions/r3x-haskell-sdk/issues author: RubiXFunctions maintainer: r3xfunctions@gmail.com copyright: 2019 RubiXFunctions license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/rubixfunctions/r3x-haskell-sdk library exposed-modules: Rubix RubiX.RubixHandler RubiX.RubixRequest RubiX.RubixResponse RubiX.Types RubiX.Utils other-modules: Paths_r3x_haskell_sdk hs-source-dirs: src build-depends: aeson , base >=4.7 && <5 , blaze-html , bytestring , case-insensitive , containers , cookie , http-types , mtl , regex-pcre , text , transformers , wai , warp default-language: Haskell2010 executable r3x-haskell-sdk-exe main-is: Main.hs other-modules: Paths_r3x_haskell_sdk hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , blaze-html , bytestring , case-insensitive , containers , cookie , http-types , mtl , r3x-haskell-sdk , regex-pcre , text , transformers , wai , warp default-language: Haskell2010 test-suite r3x-haskell-sdk-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_r3x_haskell_sdk hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , blaze-html , bytestring , case-insensitive , containers , cookie , http-types , mtl , r3x-haskell-sdk , regex-pcre , text , transformers , wai , warp default-language: Haskell2010