Created
November 9, 2012 05:18
-
-
Save tanakh/4043847 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Initial iconv-conduit.cabal generated by cabal init. For further | |
| -- documentation, see http://haskell.org/cabal/users-guide/ | |
| name: iconv-conduit | |
| version: 0.1.0.0 | |
| -- synopsis: | |
| -- description: | |
| license: BSD3 | |
| license-file: LICENSE | |
| author: Hideyuki Tanaka | |
| -- maintainer: | |
| -- copyright: | |
| category: Text | |
| build-type: Simple | |
| cabal-version: >=1.8 | |
| library | |
| exposed-modules: IConvConduit | |
| -- other-modules: | |
| build-depends: base >=4.5 && <5 | |
| , iconv | |
| , charsetdetect | |
| , conduit | |
| , bytestring | |
| , transformers-base | |
| , lifted-base | |
| test-suite iconv-conduit-test | |
| type: exitcode-stdio-1.0 | |
| hs-source-dirs: dist | |
| main-is: ../test.hs | |
| build-depends: base | |
| , iconv-conduit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment