Updated .cabal file a bit
Getty Ritter
10 years ago
| 14 | 14 | main-is: Main.hs |
| 15 | 15 | default-language: Haskell2010 |
| 16 | 16 | ghc-options: -Wall |
| 17 |
build-depends: base >= 4 && < 5, |
|
| 17 | build-depends: base >= 4 && < 5, | |
| 18 | feed, | |
| 19 | HTTP, | |
| 20 | SHA, | |
| 21 | xml, | |
| 22 | bytestring, | |
| 23 | directory, | |
| 24 | filepath, | |
| 25 | hostname, | |
| 26 | time, | |
| 27 | unix, | |
| 28 | random, | |
| 29 | errors, | |
| 30 | transformers | |
| 18 | 31 | source-repository head |
| 19 | 32 | type: git |
| 20 | -- Location: | |
| 33 | location: https://github.com/aisamanra/lektor/ |