dirtree-0.0.1: dirtree.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: ccecd49ad528fc24560e3ec81951861237966a7db1d26b8f8fc82c0350d392f3
name: dirtree
version: 0.0.1
synopsis: A small library for working with directories.
description: A small library for working with directories.
category: System
homepage: https://github.com/kalhauge/dirtree#readme
author: Christian Gram Kalhauge
maintainer: christian@kalhauge.dk
copyright: MIT
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
library
exposed-modules:
System.DirTree
other-modules:
Paths_dirtree
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, containers
, deepseq
, directory
, filepath
, lens
default-language: Haskell2010
test-suite dirtree-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Spec
System.DirTreeSpec
Paths_dirtree
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, deepseq
, directory
, dirtree
, filepath
, hspec
, hspec-discover
, hspec-expectations-pretty-diff
, lens
default-language: Haskell2010