-- Initial dirfiles.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dirfiles version: 0.1.0.9 -- synopsis: description: Simple datatype to represent a library with files and folders license: BSD3 license-file: LICENSE author: HugoDaniel maintainer: mr.hugo.gomes@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Library, Data.Library.UUIRI, Data.Library.IRI -- other-modules: other-extensions: OverloadedStrings, TemplateHaskell build-depends: base >=4 && < 5 , text >=0.11 , containers >=0.5 , time >=1.4 , aeson >=0.6 , unordered-containers >=0.2 , safecopy >=0.8 , hblock >=0.1 -- hs-source-dirs: default-language: Haskell2010