From 73ecda85b59c4b635297b84d43395a3bedaa999d Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Mon, 16 May 2016 05:51:50 +0200 Subject: [PATCH] stack-8.0.yaml: Define a consistent dependency set --- stack-8.0.yaml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/stack-8.0.yaml b/stack-8.0.yaml index af3b36e2..52a871cf 100644 --- a/stack-8.0.yaml +++ b/stack-8.0.yaml @@ -22,22 +22,33 @@ extra-deps: - hpack-0.14.0 - path-0.5.7 - path-io-1.1.0 -- transformers-0.5.2.0 -- unix-2.7.2.0 - persistent-template-2.5.1 - persistent-2.5 - monad-unlift-0.1.2.0 - aeson-0.11.2.0 + +- Cabal-1.24.0.0 +- array-0.5.1.1 +- binary-0.8.3.0 +- bytestring-0.10.8.0 +- comonad-5 +- containers-0.5.7.1 +- deepseq-1.4.2.0 +- directory-1.2.6.2 +- filepath-1.4.1.0 +- hpc-0.6.0.3 +- kan-extensions-5.0.1 +- pointed-5 +- pretty-1.1.3.3 +- process-1.4.2.0 +- template-haskell-2.11.0.0 +- time-1.6 +- transformers-0.5.2.0 +- transformers-compat-0.5.1.4 +- unix-2.7.2.0 packages: - . -# Not the commit this links to, but discussed on -# https://github.com/haskell/bytestring/commit/717f1151751fceb4e49874737dd0f15839ffd541 - location: - git: https://github.com/haskell/bytestring - commit: 994a845 + git: https://github.com/Soostone/retry + commit: d25bf6c extra-dep: true -- location: - git: https://github.com/haskell/containers - commit: d0ad235 - extra-dep: true -allow-newer: true