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

name:           filetree
version:        0.0.1
synopsis:       Fine-grained handling of paths and filesystem trees
description:    Fine-grained handling of paths and filesystem trees
category:       System
homepage:       https://github.com/eyeinsky/filetree#readme
bug-reports:    https://github.com/eyeinsky/filetree/issues
maintainer:     eyeinsky <eyeinsky9@gmail.com>
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/eyeinsky/filetree

library
  hs-source-dirs:
      src
  default-extensions: Arrows BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFunctor DeriveGeneric EmptyDataDecls ExtendedDefaultRules FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings PolyKinds QuasiQuotes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies TypeInType TypeOperators TypeSynonymInstances
  ghc-options: -Wall -Wno-name-shadowing
  build-depends:
      base <= 4.10.0.0
    , lens <  5
    , bytestring
    , containers
    , directory
    , mtl
    , text
    , transformers
  exposed-modules:
      System.Path
      System.Path.Dir
      System.Path.File
      System.Path.IO
      System.File
      System.FSTree
      System.FSTree.Core
      System.FSTree.DSL
  other-modules:
      Pr
      Paths_filetree
  default-language: Haskell2010