-- Initial haskheap.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: haskheap version: 0.1.2 synopsis: Haskell bindings to refheap. -- description: homepage: https://github.com/Raynes/haskheap license: MIT license-file: LICENSE author: Anthony Grimes maintainer: i@raynes.me -- copyright: category: Network build-type: Simple cabal-version: >=1.8 library exposed-modules: Network.Haskheap -- other-modules: build-depends: base >= 4.5 && < 4.7, bytestring >=0.9.2, network >=2.3.1, http-types >= 0.7.3, http-conduit >=1.8.2, aeson >=0.6.0, old-locale >= 1.0.0, time >= 1.4, text >=0.11.2, unordered-containers >= 0.2.2 hs-source-dirs: src