name: wedged version: 1 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,2016 Claude Heiland-Allen category: Demo build-type: Simple cabal-version: >=1.10 description: Wedged (C) 2013,2015,2016 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 version 0 can be found at . . Version 1 is updated to work with GHC 8.0.1 and Diagrams 1.3. executable wedged main-is: Wedged.hs build-depends: base >=4.7 && <4.10, MonadRandom >=0.1 && <0.5, array >=0.5 && <0.6, containers >=0.5 && <0.6, strict >=0.3 && <0.4, colour >=2.3 && <2.4, diagrams-lib >=1.3 && <1.3.0.4, diagrams-cairo >=1.3 && <1.4 default-language: Haskell2010