multifile-0.1.0.6: multifile.cabal
name: multifile
version: 0.1.0.6
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: hawk.alan@gmail.com
homepage: xy30.com
synopsis: create many files from one
description:
saves the contents of files from a spefically defined xml document
category: Text
author: Alan Hawkins
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: http://github.com/xpika/multifile.git
executable multifile
main-is: Main.hs
build-depends:
base >=4.9 && <4.10,
HaXml <10000,
directory <10000,
pretty <10000,
transformers <10000,
process <10000,
optparse-applicative <10000
default-language: Haskell2010
hs-source-dirs: src
other-modules:
Extsubset