Name: hoodle-extra
Version: 0.1
Synopsis: extra hoodle tools
Description: extra hoodle tools
Homepage: http://ianwookim.org/hoodle
License: GPL-3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <ianwookim@gmail.com>
Category: Application
Tested-with: GHC == 7.6, GHC == 7.8
Build-Type: Custom
Cabal-Version: >= 1.8
data-files:
Source-repository head
type: git
location: http://www.github.com/wavewave/hoodle
Executable networkedit
Main-is: networkedit.hs
hs-source-dirs: exe
ghc-options: -Wall -funbox-strict-fields -fno-warn-unused-do-bind -fno-warn-orphans
ghc-prof-options: -caf-all -auto-all
Build-Depends: base == 4.*,
binary,
bytestring,
directory,
filepath,
monad-loops,
mtl,
network-simple,
process,
time,
transformers
Executable idfilepathdb
Main-is: idfilepathdb.hs
hs-source-dirs: exe
ghc-options: -Wall -funbox-strict-fields -fno-warn-unused-do-bind -fno-warn-orphans
ghc-prof-options: -caf-all -auto-all
Build-Depends:
aeson,
aeson-pretty,
attoparsec,
base == 4.*,
base64-bytestring,
bytestring,
cmdargs,
conduit,
containers,
directory,
either,
filepath,
http-conduit,
lens,
mtl,
process,
pureMD5,
resourcet,
text,
transformers,
unordered-containers,
hoodle-types,
hoodle-parser,
xournal-parser