tA's crappy blog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
861B

  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.1
  5. synopsis: tA's blog
  6. -- description:
  7. homepage: regularflolloping.com
  8. license: BSD3
  9. license-file: LICENSE
  10. author: Shaun Kerr
  11. maintainer: s@p7.co.nz
  12. -- copyright:
  13. category: Web
  14. build-type: Simple
  15. extra-source-files: ChangeLog.md
  16. cabal-version: >=1.10
  17. executable site
  18. main-is: site.hs
  19. -- other-modules:
  20. -- other-extensions:
  21. build-depends: base
  22. , hakyll
  23. , filepath
  24. , hakyll-favicon
  25. -- hs-source-dirs:
  26. -- extra-libraries: imagemagick
  27. default-language: Haskell2010