Skip to content

Instantly share code, notes, and snippets.

@wereHamster
Created October 26, 2015 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wereHamster/ae7d56720d2938d7c3af to your computer and use it in GitHub Desktop.
Save wereHamster/ae7d56720d2938d7c3af to your computer and use it in GitHub Desktop.
name: stack-test
version: 0.0.1
author: Tomas Carnecky
maintainer: tomas.carnecky@gmail.com
build-type: Simple
cabal-version: >= 1.10
executable stack-test
default-language: Haskell2010
main-is: Main.hs
build-depends:
MonadCatchIO-transformers
, aeson
, avers == 0.0.12
, base
, base16-bytestring
, bytestring
, connection
, containers
, cryptohash
, directory
, google-cloud == 0.0.3
, http-client
, http-client-tls
, http-conduit
, http-types
, libinfluxdb == 0.0.3
, lens
, mtl
, network
, network-uri
, psqueues
, resource-pool
, rethinkdb-client-driver >= 0.0.11
, safe
, snap >= 0.13.2.8
, snap-server
, split
, stm
, text
, time
, transformers
, unordered-containers
, vector
ghc-options: -threaded -Wall -O2 -rtsopts -with-rtsopts=-T
other-extensions: TemplateHaskell
resolver: nightly-2015-10-15
packages:
- '.'
- location:
git: https://github.com/wereHamster/libinfluxdb.git
commit: v0.0.3
flags: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment