summaryrefslogtreecommitdiff
path: root/ageOf.cabal
blob: 17382d15c20de878a97d18e795c0c6491d2ede6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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: