-- Initial basex-client.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: basex-client version: 0.2.0.0 synopsis: A BaseX client for Haskell description: A BaseX client library for Haskell that connects to the BaseX server using a socket. BaseX is a light-weight, high-performance and scalable XML Database written in Java. license: MIT license-file: LICENSE author: Matthijs Steen maintainer: matthijssteen1990@gmail.com -- copyright: category: Database build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Example, AddExample, BaseXClient, CreateExample, QueryBindExample, QueryExample, BaseXClient.Session, BaseXClient.Query, BaseXClient.Utils -- other-modules: other-extensions: NamedFieldPuns, LambdaCase build-depends: base >=4 && <5, network >=2.5 && <3, pureMD5 >=2 && <3, utf8-string >=1 && <2 hs-source-dirs: src default-language: Haskell2010