Cabal revisions of definitive-filesystem-1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- content information-name: definitive-filesystem-category: Filesystem-synopsis: A library that enable you to interact with the filesystem in a definitive way.-description: ---- meta-information-author: Marc Coiffier-maintainer: marc.coiffier@gmail.com-version: 1.2-license: OtherLicense-license-file: LICENSE---- build information-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: IO.Filesystem- build-depends: base (== 4.6.*), definitive-base (== 1.2.*), containers (== 0.5.*), deepseq (== 1.3.*), array (== 0.5.*), bytestring (== 0.10.*), vector (== 0.10.*), primitive (== 0.5.*), definitive-reactive (== 1.0.*), clock (== 0.4.*), directory (== 1.2.*), filepath (== 1.3.*), time (== 1.4.*), old-locale (== 1.0.*), unix (== 2.7.*)- default-extensions: TypeSynonymInstances NoMonomorphismRestriction StandaloneDeriving GeneralizedNewtypeDeriving TypeOperators RebindableSyntax FlexibleInstances FlexibleContexts FunctionalDependencies TupleSections MultiParamTypeClasses Rank2Types- ghc-options: -Wall -fno-warn-orphans -threaded- default-language: Haskell2010+-- content information +name: definitive-filesystem +category: Filesystem +synopsis: A library that enable you to interact with the filesystem in a definitive way. +homepage: http://coiffier.net/projects/definitive-framework.html +description: + +-- meta-information +author: Marc Coiffier +maintainer: marc.coiffier@gmail.com +version: 1.2 +x-revision: 1 +license: OtherLicense +license-file: LICENSE + +-- build information +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: IO.Filesystem + build-depends: base (== 4.6.*), definitive-base (== 1.2.*), containers (== 0.5.*), deepseq (== 1.3.*), array (== 0.5.*), bytestring (== 0.10.*), vector (== 0.10.*), primitive (== 0.5.*), definitive-reactive (== 1.0.*), clock (== 0.4.*), directory (== 1.2.*), filepath (== 1.3.*), time (== 1.4.*), old-locale (== 1.0.*), unix (== 2.7.*) + default-extensions: TypeSynonymInstances NoMonomorphismRestriction StandaloneDeriving GeneralizedNewtypeDeriving TypeOperators RebindableSyntax FlexibleInstances FlexibleContexts FunctionalDependencies TupleSections MultiParamTypeClasses Rank2Types + ghc-options: -Wall -fno-warn-orphans -threaded + default-language: Haskell2010