summaryrefslogtreecommitdiff
path: root/ageOf.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <benjamin@barenblat.name>2012-12-26 21:56:42 -0600
committerGravatar Benjamin Barenblat <benjamin@barenblat.name>2013-01-28 15:03:56 -0500
commitf9c68cad1273d6d7b2373600b8d6d11080b7863a (patch)
tree0ac6144d129c441cb93522cfcfa8ef4037a494ab /ageOf.cabal
Initial commitHEADmaster
Diffstat (limited to 'ageOf.cabal')
-rw-r--r--ageOf.cabal30
1 files changed, 30 insertions, 0 deletions
diff --git a/ageOf.cabal b/ageOf.cabal
new file mode 100644
index 0000000..17382d1
--- /dev/null
+++ b/ageOf.cabal
@@ -0,0 +1,30 @@
+name: ageOf
+version: 0.1.0
+license: GPL-3
+license-file: LICENSE
+author: Benjamin Barenblat
+maintainer: benjamin@barenblat.name
+category: Web
+build-type: Simple
+cabal-version: >=1.8
+
+executable ageOf
+ main-is: Main.hs
+ other-modules: DBpedia
+ , RequestMethod
+ , SamplePlugin
+ ghc-options: -Wall
+ build-depends: base ==4.5.*
+ , current-locale ==0.*
+ , hsparql ==0.2.*
+ , old-locale ==1.*
+ , rdf4h ==1.1.*
+ , text ==0.11.*
+ , time ==1.4.*
+
+
+-- Local Variables:
+-- mode: Haskell-Cabal
+-- fill-column: 70
+-- indent-tabs-mode: nil
+-- End: