From 7c87f29a99a16156bb04b839f08837c1cd57d41b Mon Sep 17 00:00:00 2001 From: Boyd Stephen Smith Jr Date: Sun, 16 Mar 2014 18:09:51 -0500 Subject: [PATCH] Sort build-depends. --- cryptsy-api.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cryptsy-api.cabal b/cryptsy-api.cabal index fc8e583..c83c6ac 100644 --- a/cryptsy-api.cabal +++ b/cryptsy-api.cabal @@ -39,19 +39,19 @@ library , Cryptsy.API.Public.Types.Internal build-depends: base ==4.6.* - , either >= 4.0 && < 4.2 - , text >= 0.11 && < 1.2 - , transformers ==0.3.* - , unordered-containers ==0.2.* - , vector ==0.10.* , aeson >= 0.6 && < 0.8 , bytestring ==0.10.* , deepseq ==1.3.* - , old-locale ==1.0.* - , time ==1.4.* + , either >= 4.0 && < 4.2 , http-client ==0.2.* - , pipes-attoparsec ==0.4.* , http-client-tls ==0.2.* + , old-locale ==1.0.* + , pipes-attoparsec ==0.4.* , pipes-http ==1.0.* + , text >= 0.11 && < 1.2 + , time ==1.4.* + , transformers ==0.3.* + , unordered-containers ==0.2.* + , vector ==0.10.* hs-source-dirs: src -- 2.11.4.GIT