From: Lucian Mogosanu Date: Sat, 14 Feb 2015 10:17:40 +0000 (+0200) Subject: Cabalize project X-Git-Tag: v0.4~5 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=fc34a9c7f93094294f3b5b19eac6b7d68a9033d1;p=thetarpit.git Cabalize project --- diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6afcbf7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported + +See http://creativecommons.org/licenses/by-nc-sa/3.0/ for more details. diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain diff --git a/thetarpit.cabal b/thetarpit.cabal new file mode 100644 index 0000000..a0052bf --- /dev/null +++ b/thetarpit.cabal @@ -0,0 +1,25 @@ +-- Initial thetarpit.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: thetarpit +version: 0.3 +synopsis: The Tar Pit Hakyll site +-- description: +homepage: https://github.com/spyked/thetarpit.org +license: OtherLicense +license-file: LICENSE +author: Lucian Mogosanu +maintainer: lucian.mogosanu@gmail.com +-- copyright: +category: Web +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +executable thetarpit + main-is: site.hs + -- other-modules: + -- other-extensions: + build-depends: base >=4.6 && <4.7, hakyll, pandoc + -- hs-source-dirs: + default-language: Haskell2010