-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 3e5fa4dbe1f3a9d4a9e68e3ec0daa63d1370d25cba8d17b46dbb270d7d970cb7 name: shikensu version: 0.3.11 synopsis: Run a sequence of functions on in-memory representations of files description: See README at category: Filesystem homepage: https://github.com/icidasset/shikensu#readme bug-reports: https://github.com/icidasset/shikensu/issues maintainer: Steven Vandevelde license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md README.md tests/fixtures/example.md source-repository head type: git location: https://github.com/icidasset/shikensu library hs-source-dirs: src default-extensions: DisambiguateRecordFields DuplicateRecordFields OverloadedStrings build-depends: Glob >=0.7 && <1 , aeson ==1.* , base >=4.9 && <5 , bytestring ==0.10.* , directory ==1.* , filepath ==1.* , flow ==1.* , text ==1.* , unordered-containers ==0.2.* exposed-modules: Shikensu Shikensu.Contrib Shikensu.Contrib.IO Shikensu.Internal.Types Shikensu.Internal.Utilities Shikensu.Metadata Shikensu.Sorting Shikensu.Utilities other-modules: Paths_shikensu default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: tests src default-extensions: DisambiguateRecordFields DuplicateRecordFields OverloadedStrings build-depends: Glob >=0.7 && <1 , aeson ==1.* , base >=4.9 && <5 , bytestring ==0.10.* , directory ==1.* , filepath ==1.* , flow ==1.* , tasty ==1.* , tasty-hunit ==0.* , text ==1.* , unordered-containers ==0.2.* other-modules: Test.Contrib Test.Example Test.Helpers Test.Shikensu Test.Utilities Shikensu Shikensu.Contrib Shikensu.Contrib.IO Shikensu.Internal.Types Shikensu.Internal.Utilities Shikensu.Metadata Shikensu.Sorting Shikensu.Utilities Paths_shikensu default-language: Haskell2010