name: wedged version: 0 x-revision: 1 synopsis: Wedged postcard generator. license: OtherLicense license-file: LICENSE.md author: Claude Heiland-Allen maintainer: claude@mathr.co.uk copyright: (C) 2013,2015 Claude Heiland-Allen category: Demo build-type: Simple cabal-version: >=1.10 description: Wedged (C) 2013,2015 Claude Heiland-Allen. . Copyleft: This is a free work, you can copy, distribute, and modify it under the terms of the Free Art License . . Install: . > cabal sandbox init > cabal install alex > cabal install happy > cabal install gtk2hs-buildtools > cabal install wedged . Run: . > .cabal-sandbox/bin/wedged . Output: . 189 PNG files in the current working directory, totalling 38 MB. Run time is about 10mins (single core of a 3GHz AMD Athlon(tm) II X4 640 Processor). . Information: . A blog post about this version can be found at . executable wedged main-is: Wedged.hs build-depends: base >=4.7 && <4.8, MonadRandom >=0.1 && <0.4, array >=0.5 && <0.6, containers >=0.5 && <0.6, strict >=0.3 && <0.4, colour >=2.3 && <2.4, diagrams-lib >=1.2 && <1.3, diagrams-cairo >=1.2 && <1.3 default-language: Haskell2010