cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 75ece73d9ab95f72db07aa5ea994074642776fbc9ee5c03e7fde863ddc2b19c1 name: mx-state-codes version: 1.0.0.0 x-revision: 2 synopsis: ISO 3166-2:MX State Codes and Names description: This package contains a @Code@ data type containing each Mexican State, as well as functions for converting from and to the English subdivision names. category: Data homepage: https://github.com/prikhi/mx-state-codes#readme bug-reports: https://github.com/prikhi/mx-state-codes/issues author: Pavan Rikhi maintainer: pavan.rikhi@gmail.com copyright: 2019, Pavan Rikhi license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/prikhi/mx-state-codes library exposed-modules: Data.MXStateCodes other-modules: Paths_mx_state_codes hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: aeson >=1 && <3 , base >=4.7 && <5 , text >=1 && <3 default-language: Haskell2010 test-suite mx-state-codes-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_mx_state_codes hs-source-dirs: test ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , aeson >=1 && <3 , base >=4.7 && <5 , hspec , mx-state-codes , text >=1 && <3 default-language: Haskell2010