dirfiles-0.1.0.0: dirfiles.cabal
-- Initial dirfiles.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dirfiles
version: 0.1.0.0
-- 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.6 && <4.7, text >=0.11 && <0.12, containers >=0.5 && <0.6, time >=1.4 && <1.5, aeson >=0.6 && <0.7, unordered-containers >=0.2 && <0.3, safecopy >=0.8 && <0.9, special-keys >=0.1 && <0.2
-- hs-source-dirs:
default-language: Haskell2010