2016-02-02 17:00:10 +03:00
|
|
|
name: hslibs
|
2016-02-02 12:35:39 +03:00
|
|
|
version: 0.1.0.0
|
|
|
|
synopsis: A site for comparing Haskell libraries
|
|
|
|
description:
|
|
|
|
A site for comparing Haskell libraries
|
2016-02-02 17:00:10 +03:00
|
|
|
homepage: http://github.com/aelve/hslibs
|
|
|
|
bug-reports: http://github.com/aelve/hslibs/issues
|
2016-02-02 12:35:39 +03:00
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Artyom
|
|
|
|
maintainer: yom@artyom.me
|
|
|
|
-- copyright:
|
|
|
|
category: Web
|
|
|
|
tested-with: GHC == 7.10.3
|
|
|
|
build-type: Simple
|
2016-02-02 19:29:23 +03:00
|
|
|
extra-source-files:
|
|
|
|
CHANGELOG.md
|
|
|
|
static/*.js
|
2016-02-02 12:35:39 +03:00
|
|
|
cabal-version: >=1.10
|
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
2016-02-02 17:00:10 +03:00
|
|
|
location: git://github.com/aelve/hslibs.git
|
2016-02-02 12:35:39 +03:00
|
|
|
|
2016-02-02 17:00:10 +03:00
|
|
|
executable hslibs
|
2016-02-02 12:35:39 +03:00
|
|
|
main-is: Main.hs
|
|
|
|
-- other-modules:
|
|
|
|
-- other-extensions:
|
2016-02-02 14:50:30 +03:00
|
|
|
build-depends: Spock
|
|
|
|
, base >=4.8 && <4.9
|
|
|
|
, base-prelude
|
|
|
|
, lucid
|
2016-02-17 22:47:52 +03:00
|
|
|
, microlens-platform >= 0.2.3
|
2016-02-14 15:19:36 +03:00
|
|
|
, mtl
|
2016-02-19 22:12:23 +03:00
|
|
|
, neat-interpolation == 0.3.*
|
2016-02-02 14:50:30 +03:00
|
|
|
, text
|
2016-02-02 19:29:23 +03:00
|
|
|
, text-format
|
2016-02-02 14:50:30 +03:00
|
|
|
, transformers
|
2016-02-02 19:29:23 +03:00
|
|
|
, wai-middleware-static
|
2016-02-02 12:35:39 +03:00
|
|
|
ghc-options: -Wall -fno-warn-unused-do-bind
|
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|