Created
October 26, 2015 11:34
-
-
Save wereHamster/ae7d56720d2938d7c3af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: stack-test | |
version: 0.0.1 | |
author: Tomas Carnecky | |
maintainer: [email protected] | |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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