-- Initial yeller.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: yeller version: 0.1.0.0 synopsis: A Yeller Client For Haskell -- description: homepage: http://yellerapp.com license: MIT license-file: LICENSE author: Tom Crayford maintainer: clients@yellerapp.com -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Network.Yeller -- other-modules: -- other-extensions: build-depends: base == 4.* , text ==0.11.* , bytestring == 0.10.* , stm == 2.* , containers == 0.5.* , aeson == 0.6.* , network == 2.* , http-client == 0.4.* , http-client-tls == 0.2.* , http-types == 0.8.* -- hs-source-dirs: default-language: Haskell2010 executable yeller main-is: Main.hs ghc-prof-options: -fprof-auto -auto-all -caf-all -- other-modules: -- other-extensions: build-depends: base == 4.* , text ==0.11.* , bytestring == 0.10.* , stm == 2.* , containers == 0.5.* , aeson == 0.6.* , network == 2.* , http-client == 0.4.* , http-client-tls == 0.2.* , http-types == 0.8.* -- hs-source-dirs: default-language: Haskell2010 Test-Suite test-yeller type: exitcode-stdio-1.0 main-is: Specs.hs build-depends: base == 4.* , hspec == 2.1.2 , text ==0.11.* , bytestring == 0.10.* , stm == 2.* , containers == 0.5.* , aeson == 0.6.* , network == 2.* , http-client == 0.4.* , http-client-tls == 0.2.* , http-types == 0.8.*