18 lines
515 B
Plaintext
18 lines
515 B
Plaintext
name: doc
|
|
version: 0.1.0.0
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Julian K. Arni
|
|
maintainer: jkarni@gmail.com
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
library
|
|
exposed-modules: ServersEqual
|
|
other-extensions: DataKinds, TypeOperators
|
|
build-depends: base >=4.8 && <4.9
|
|
, servant-server == 0.7.*
|
|
|
|
ghc-options: -Wall -Werror -pgmL markdown-unlit
|
|
default-language: Haskell2010
|