-- Initial iso639.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: iso639 version: 0.1.0.1 synopsis: ISO-639-1 language codes mapping to Haskell datatypes from the official site (http://www.loc.gov/standards/iso639-2/php/English_list.php) -- description: license: BSD3 license-file: LICENSE author: HugoDaniel maintainer: mr.hugo.gomes@gmail.com -- copyright: category: Data build-type: Simple extra-source-files: generator/Generate.hs cabal-version: >=1.10 library exposed-modules: Data.LanguageCodes -- other-modules: -- other-extensions: build-depends: base >=4.6 && <4.7 -- hs-source-dirs: default-language: Haskell98