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: a31186402cef7d6aaab23783b5d7c64b66ec7010836bec305199e7dc247053bf name: lens-csv version: 0.1.0.0 description: Please see the README on GitHub at 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