iconv 0.4.1.0 → 0.4.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- iconv.cabal +2/−2
iconv.cabal view
@@ -1,5 +1,5 @@ name: iconv-version: 0.4.1.0+version: 0.4.1.1 copyright: (c) 2006-2008 Duncan Coutts license: BSD3 license-file: LICENSE@@ -21,7 +21,7 @@ exposed-modules: Codec.Text.IConv other-modules: Codec.Text.IConv.Internal build-depends: base >= 3 && < 5,- bytestring == 0.9.*+ bytestring == 0.9.* || ==0.10.* extensions: ForeignFunctionInterface includes: hsiconv.h include-dirs: cbits