packages feed

lens-csv-0.1.1.0: lens-csv.cabal

cabal-version: 1.12

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

name:           lens-csv
version:        0.1.1.0
description:    Please see the README on GitHub at <https://github.com/ChrisPenner/lens-csv#readme>
homepage:       https://github.com/ChrisPenner/lens-csv#readme
bug-reports:    https://github.com/ChrisPenner/lens-csv/issues
author:         Chris Penner
maintainer:     christopher.penner@gmail.com
copyright:      Chris Penner
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/ChrisPenner/lens-csv

library
  exposed-modules:
      Data.Csv.Lens
  other-modules:
      Paths_lens_csv
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , cassava
    , lens
  default-language: Haskell2010

test-suite lens-csv-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_lens_csv
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , cassava
    , lens
    , lens-csv
  default-language: Haskell2010