By | Chris Done |
At | 2013-03-01 |
Title | deleted amelie.cabal |
Description |
Remove file amelie.cabal 33188
- 1 Name: amelie - 2 Version: 0.1 - 3 Synopsis: Haskell paste web site. - 4 Description: Haskell paste web site. - 5 Homepage: http://hpaste.org/ - 6 License: GPL - 7 Author: Chris Done <chrisdone@gmail.com> - 8 Maintainer: Chris Done <chrisdone@gmail.com> - 9 Copyright: 2011 by Chris Done - 10 Category: Web - 11 Build-type: Simple - 12 Cabal-version: >=1.2 - 13 - 14 Executable amelie - 15 Main-is: Main.hs - 16 Ghc-options: -threaded -Wall -O2 -fno-warn-name-shadowing - 17 Hs-source-dirs: src - 18 Build-depends: - 19 -- Hard versions - 20 base >= 4 && < 5 - 21 ,pgsql-simple >= 0.1.1 - 22 ,css >= 0.1 - 23 ,named-formlet >= 0.2 - 24 -- Liberal versions - 25 ,ConfigFile - 26 ,Diff == 0.1.3 - 27 ,HJScript - 28 ,MissingH - 29 ,MonadCatchIO-transformers - 30 ,blaze-builder - 31 ,blaze-html == 0.4.3.4 - 32 ,bytestring - 33 ,containers - 34 ,directory - 35 ,download-curl - 36 ,feed - 37 ,filepath - 38 ,haskell-src-exts - 39 ,hlint - 40 ,hscolour - 41 ,mtl - 42 ,network - 43 ,old-locale - 44 ,safe - 45 ,snap-core - 46 ,snap-server - 47 ,text - 48 ,time - 49 ,transformers - 50 ,utf8-string - 51 ,mime-mail - 52 ,cgi