name: www-ij version: 0.0 description: iceberg journal author: Rohan Drape maintainer: rd@slavepianos.org stability: Experimental homepage: http://slavepianos.org/rd/?t=www-ij tested-with: GHC==7.0.3 build-type: Simple cabal-version: >= 1.8 executable ij-article build-depends: base==4.*, directory, filepath, html-minimalist, hyphenate, mtl, random, xml hs-source-dirs: hs other-modules: Google Iceberg main-is: article.hs ghc-options: -Wall -fwarn-tabs executable ij-front build-depends: base==4.*, filepath, html-minimalist, mtl, random, xml hs-source-dirs: hs other-modules: Google Iceberg main-is: front.hs ghc-options: -Wall -fwarn-tabs