Cabalize project
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Sat, 14 Feb 2015 10:17:40 +0000 (12:17 +0200)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Sat, 14 Feb 2015 10:17:40 +0000 (12:17 +0200)
LICENSE [new file with mode: 0644]
Setup.hs [new file with mode: 0644]
thetarpit.cabal [new file with mode: 0644]

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
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 (file)
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 (file)
index 0000000..a0052bf
--- /dev/null
@@ -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