blogng/blogng.cabal
Dhananjay Balan 3a30fb8a07 Compatibility with Octopress site.
Don't break urls.
 1. New Route function which generates routes compatible with old blog.
 2. Renamed posts folder to blog.
2017-01-31 20:44:01 +01:00

14 lines
354 B
Plaintext

name: blogng
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.9.*
, filepath >= 1.4
, regex-compat
ghc-options: -threaded
default-language: Haskell2010