servant/servant-client/test/ghcjs/testServer/testServer.cabal

43 lines
780 B
Plaintext
Raw Normal View History

2016-07-19 16:27:19 +02:00
-- This file has been generated from package.yaml by hpack version 0.14.0.
2016-05-12 15:20:15 +02:00
--
-- see: https://github.com/sol/hpack
name: testServer
version: 0.0.0
build-type: Simple
cabal-version: >= 1.10
executable testServer
main-is: testServer.hs
hs-source-dirs:
./
, ../../../test
, ../../../src
include-dirs:
../../../include
build-depends:
base
2016-07-19 16:27:19 +02:00
, base-compat
2016-05-12 15:20:15 +02:00
, aeson
, base64-bytestring
, bytestring
, exceptions
, hspec
, http-api-data
, http-client
, http-media
, http-types
, HUnit
, network
, network-uri
, QuickCheck
, safe
, servant
, servant-server
, string-conversions
, text
, transformers
, wai
, warp
default-language: Haskell2010