packages feed

haskell-src-exts-prisms-1.18.2.0: haskell-src-exts-prisms.cabal

name:                haskell-src-exts-prisms
version:             1.18.2.0
synopsis:            Prisms with newtype wrappers for haskell-src-exts
homepage:            https://github.com/DanielWaterworth/haskell-src-exts-prisms
license:             BSD3
license-file:        LICENSE
author:              Daniel Waterworth
maintainer:          da.waterworth@gmail.com
copyright:           2016 Daniel Waterworth
category:            Language
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Language.Haskell.Exts.Prisms
  other-modules:       Language.Haskell.Exts.TypeList
  build-depends:       base >= 4.7 && < 5
                     , haskell-src-exts == 1.18.2
                     , template-haskell >= 2.11 && < 2.12
                     , lens >= 4.14 && < 4.15
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/DanielWaterworth/haskell-src-exts-prisms