lens-filesystem-0.0.0.0: lens-filesystem.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: 9ca81ad924a9ad21b7413d6c5eabf70ce7b386acbbb1e630c907cd5e58d9531e
name: lens-filesystem
version: 0.0.0.0
description: Please see the README on GitHub at <https://github.com/ChrisPenner/lens-fs#readme>
homepage: https://github.com/ChrisPenner/lens-filesystem#readme
bug-reports: https://github.com/ChrisPenner/lens-filesystem/issues
author: Chris Penner
maintainer: example@example.com
copyright: 2019 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-filesystem
library
exposed-modules:
Control.Lens.FileSystem
Control.Lens.FileSystem.Internal.Combinators
other-modules:
Paths_lens_filesystem
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, directory
, filepath
, lens
, lens-action
default-language: Haskell2010
test-suite lens-filesystem-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_lens_filesystem
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, directory
, filepath
, hspec
, lens
, lens-action
, lens-filesystem
default-language: Haskell2010