misconstruedⓂ️monologues https://blog.bemoe.online
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.

13 lines
323B

  1. name: murasite
  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 == 4.*
  8. , hakyll == 4.12.*
  9. , hakyll-favicon
  10. ghc-options: -threaded
  11. default-language: Haskell2010