tA's crappy blog
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

26 lines
735B

  1. -- Initial rf.cabal generated by cabal init. For further documentation,
  2. -- see http://haskell.org/cabal/users-guide/
  3. name: rf
  4. version: 0.1.3.2
  5. synopsis: tA's blog
  6. -- description:
  7. homepage: regularflolloping.com
  8. license: BSD2
  9. license-file: LICENSE
  10. author: Shaun Kerr
  11. maintainer: s@p7.co.nz
  12. -- copyright:
  13. category: Web
  14. build-type: Simple
  15. cabal-version: >=1.10
  16. executable site
  17. main-is: site.hs
  18. hs-source-dirs: src
  19. build-depends: base
  20. , hakyll
  21. , filepath
  22. , hakyll-favicon
  23. default-language: Haskell2010