Skip to content

Instantly share code, notes, and snippets.

@tanakh
Created November 9, 2012 05:18
Show Gist options
  • Select an option

  • Save tanakh/4043847 to your computer and use it in GitHub Desktop.

Select an option

Save tanakh/4043847 to your computer and use it in GitHub Desktop.
-- 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