packages feed

ca-province-codes-1.0.0.0: ca-province-codes.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: fa6a6e709df152c56ccdfe32e761e672424ef03f0ec97a3621280f24430f4503

name:           ca-province-codes
version:        1.0.0.0
synopsis:       ISO 3166-2:CA Province Codes and Names
description:    This package contains a @Code@ data type containing each Canadian Province and Territory, as well as functions for converting from and to the English subdivision names.
category:       Data
homepage:       https://github.com/prikhi/ca-province-codes#readme
bug-reports:    https://github.com/prikhi/ca-province-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/ca-province-codes

library
  exposed-modules:
      Data.CAProvinceCodes
  other-modules:
      Paths_ca_province_codes
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      aeson >=1 && <2
    , base >=4.7 && <5
    , text >=1 && <2
  default-language: Haskell2010

test-suite ca-province-codes-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_ca_province_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 && <2
    , base >=4.7 && <5
    , ca-province-codes
    , hspec
    , text >=1 && <2
  default-language: Haskell2010