From 467be503815b31b545e0b1c3756327e5554e5ddd Mon Sep 17 00:00:00 2001 From: Tal Walter Date: Wed, 31 Dec 2014 16:18:17 +0200 Subject: [PATCH] Erased and reinstalled dependencies and fixed versions in cabal file to ensure compliance with stackage versions of dependencies --- quoridor-hs.cabal | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/quoridor-hs.cabal b/quoridor-hs.cabal index f1f9ca2..59e3b69 100644 --- a/quoridor-hs.cabal +++ b/quoridor-hs.cabal @@ -37,21 +37,21 @@ library build-depends: base >=4.7 && <4.8, containers >=0.5 && <0.6, mtl >=2.1 && <2.2, - parsec >=3.1, - dlist >=0.5, - network-simple >=0.4, - hex >=0.1.1, - bytestring >=0.10.4, - exceptions >=0.6.1, - ansi-terminal >=0.6.2, - process >=1.2, - websockets-snap >=0.9, - websockets >=0.9, - snap-core >=0.9, - snap-server >=0.9, - filepath >=1.3, - directory >=1.0, - network >=2.5 + parsec ==3.1.*, + dlist ==0.7.1.*, + network-simple ==0.4.*, + hex ==0.1.*, + bytestring ==0.10.*, + exceptions ==0.6.*, + ansi-terminal ==0.6.*, + process ==1.2.*, + websockets-snap ==0.9.*, + websockets ==0.9.*, + snap-core ==0.9.*, + snap-server ==0.9.*, + filepath ==1.3.*, + directory ==1.2.*, + network ==2.5.* -- hs-source-dirs: default-language: Haskell2010