aboutsummaryrefslogtreecommitdiff
path: root/compiler/site/site.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/site/site.cabal')
-rw-r--r--compiler/site/site.cabal16
1 files changed, 16 insertions, 0 deletions
diff --git a/compiler/site/site.cabal b/compiler/site/site.cabal
new file mode 100644
index 0000000..072e8f2
--- /dev/null
+++ b/compiler/site/site.cabal
@@ -0,0 +1,16 @@
+cabal-version: >=1.10
+name: site
+version: 0.1.0.0
+build-type: Simple
+
+executable site
+ main-is: Main.hs
+ other-modules:
+ Rules
+ default-language: Haskell2010
+ ghc-options: -threaded
+ build-depends:
+ base -any,
+ filepath -any,
+ hakyll >=4.10,
+ optparse-applicative -any