1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/guide.cabal
2016-07-25 17:55:10 +03:00

106 lines
3.3 KiB
Plaintext

name: guide
version: 0.1.0.0
synopsis: A site for comparing Haskell libraries
description:
A site for comparing Haskell libraries
homepage: http://github.com/aelve/guide
bug-reports: http://github.com/aelve/guide/issues
license: BSD3
license-file: LICENSE
author: Artyom
maintainer: yom@artyom.me
-- copyright:
category: Web
tested-with: GHC == 7.10.3
build-type: Simple
extra-source-files:
CHANGELOG.md
data-files:
static/*.svg
static/*.css
static/*.md
static/*.html
static/*.js
static/*.ico
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/aelve/guide.git
executable guide
main-is: Main.hs
other-modules:
Config
Types
Utils
Merge
Cache
Markdown
JS
View
-- other-extensions:
build-depends: MonadRandom == 0.4.*
, Spock
, Spock-lucid == 0.3.*
, acid-state == 0.14.*
, aeson == 0.11.*
, aeson-pretty == 0.7.*
, base >=4.8 && <4.9
, base-prelude
, bytestring
, cmark == 0.5.*
, cmark-highlight == 0.2.*
, cmark-sections == 0.1.*
, containers >= 0.5
, data-default >= 0.5
, deepseq >= 1.2.0.0
, directory >= 1.2
, ekg
, ekg-core
, feed >= 0.3.11 && < 0.4
, filepath
, friendly-time == 0.4.*
, hashable
, http-types
, ilist
, iproute == 1.7.*
, lucid >= 2.9.5 && < 3
, megaparsec == 4.4.*
, microlens-platform >= 0.3.2
, mmorph == 1.*
, mtl >= 2.1.1
, neat-interpolation == 0.3.*
, network
, patches-vector
, path-pieces
, random >= 1.1
, safecopy
, shortcut-links >= 0.4.2
, split
, stm-containers >= 0.2.14 && < 0.3
, template-haskell
, text-all == 0.3.*
, time >= 1.5
, transformers
, vector
, wai
, wai-middleware-metrics
, wai-middleware-static
, xml
, xss-sanitize
ghc-options: -Wall -fno-warn-unused-do-bind
-threaded "-with-rtsopts=-T -N"
hs-source-dirs: src
default-language: Haskell2010
default-extensions: MultiWayIf
, ViewPatterns
, RecordWildCards
, TupleSections
, LambdaCase
, RankNTypes
, MultiParamTypeClasses
, FunctionalDependencies
, TemplateHaskell