packages feed

bcp47-orphans-0.1.0.2: bcp47-orphans.cabal

cabal-version:      1.12
name:               bcp47-orphans
version:            0.1.0.2
license:            MIT
license-file:       LICENSE
copyright:          2019 Freckle Education
maintainer:         engineering@freckle.com
author:             Evan Rutledge Borden
homepage:           https://github.com/freckle/bcp47#readme
bug-reports:        https://github.com/freckle/bcp47/issues
synopsis:           BCP47 orphan instances
description:        Orphan instances for the BCP47 type
category:           Orphan Instances
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/freckle/bcp47

library
    exposed-modules:
        Data.BCP47.Csv
        Data.BCP47.Esqueleto
        Data.BCP47.Hashable
        Data.BCP47.HttpApiData
        Data.BCP47.PathPieces
        Data.BCP47.Persist

    hs-source-dirs:   library
    other-modules:    Paths_bcp47_orphans
    default-language: Haskell2010
    build-depends:
        base >=4.7 && <5,
        bcp47 >=0.2.0.1 && <0.3,
        cassava >=0.5.2.0 && <0.6,
        errors >=2.3.0 && <2.4,
        esqueleto >=3.4.0.1 && <3.5,
        hashable >=1.3.0.0 && <1.4,
        http-api-data >=0.4.1.1 && <0.5,
        path-pieces >=0.2.1 && <0.3,
        persistent >=2.11.0.2 && <2.12,
        text >=1.2.4.1 && <1.3

test-suite spec
    type:             exitcode-stdio-1.0
    main-is:          Main.hs
    hs-source-dirs:   tests
    other-modules:
        Data.BCP47.CsvSpec
        Data.BCP47.PathPiecesSpec
        Data.BCP47.PersistSpec
        Data.BCP47.Roundtrip
        Paths_bcp47_orphans

    default-language: Haskell2010
    build-depends:
        QuickCheck >=2.14.2 && <2.15,
        base >=4.7 && <5,
        bcp47 >=0.2.0.1 && <0.3,
        bcp47-orphans -any,
        cassava >=0.5.2.0 && <0.6,
        hspec >=2.7.8 && <2.8,
        path-pieces >=0.2.1 && <0.3,
        persistent >=2.11.0.2 && <2.12