my blog lives here now
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.

25 lines
660 B

6 years ago
  1. name: blag
  2. version: 0.1.0.0
  3. build-type: Simple
  4. cabal-version: >= 1.10
  5. executable site
  6. main-is: site.hs
  7. build-depends: base
  8. , hakyll
  9. , pandoc
  10. , skylighting
  11. , process
  12. , containers
  13. , directory
  14. , pandoc-types
  15. , bytestring
  16. , uri-encode
  17. , deepseq
  18. , text
  19. , hsass
  20. , hakyll-sass
  21. ghc-options: -threaded
  22. default-language: Haskell2010
  23. ghc-options: -optl-fuse-ld=lld