packages feed

dirforest-0.1.0.0: dirforest.cabal

cabal-version: 1.12

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

name:           dirforest
version:        0.1.0.0
synopsis:       Typed directory forest
homepage:       https://github.com/NorfairKing/dirforest#readme
bug-reports:    https://github.com/NorfairKing/dirforest/issues
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      2020-2023 Tom Sydney Kerckhove
license:        MIT
build-type:     Simple
extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/NorfairKing/dirforest

library
  exposed-modules:
      Data.DirForest
  other-modules:
      Paths_dirforest
  hs-source-dirs:
      src
  build-depends:
      aeson
    , autodocodec
    , base >=4.7 && <5
    , containers
    , deepseq
    , filepath
    , path
    , path-io
    , validity
    , validity-containers
    , validity-path
  default-language: Haskell2010