ascii-flatten-0.1.0.0: ascii-flatten.cabal
name: ascii-flatten
version: 0.1.0.0
synopsis: Flattens European non-ASCII characaters into ASCII
homepage: https://github.com/danchoi/ascii-flatten
description: Flattens European non-ASCII characaters into ASCII
license: MIT
license-file: LICENSE
author: Daniel Choi
maintainer: dhchoi@gmail.com
copyright: (c) 2016 Daniel Choi
category: Text
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.Char.AsciiFlatten
build-depends: base >=4.6 && <4.9
default-language: Haskell2010
executable ascii-flatten
main-is: Main.hs
build-depends: base >=4.6 && <4.9
, ascii-flatten
, text
default-language: Haskell2010