From 7b38e77b00107e91ae24a855b367391cbd283d1c Mon Sep 17 00:00:00 2001 From: Falco Peijnenburg Date: Tue, 26 Sep 2017 22:32:19 +0200 Subject: [PATCH] servant-client-ghcjs: Version bounds for ghcjs-base and ghcjs-prim --- servant-client-ghcjs/servant-client-ghcjs.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servant-client-ghcjs/servant-client-ghcjs.cabal b/servant-client-ghcjs/servant-client-ghcjs.cabal index d498b146..1fdd1336 100644 --- a/servant-client-ghcjs/servant-client-ghcjs.cabal +++ b/servant-client-ghcjs/servant-client-ghcjs.cabal @@ -36,8 +36,8 @@ library , case-insensitive >= 1.2.0.0 && < 1.3.0.0 , containers >= 0.5 && < 0.6 , exceptions >= 0.8 && < 0.9 - , ghcjs-base - , ghcjs-prim + , ghcjs-base >= 0.2.0.0 && < 0.3.0.0 + , ghcjs-prim >= 0.1.0.0 && < 0.2.0.0 , http-types >= 0.8.6 && < 0.10 , monad-control >= 1.0.0.4 && < 1.1 , mtl >= 2.1 && < 2.3