Bump http-api-data upper bound

This commit is contained in:
Greg Hale 2016-09-20 11:21:02 -04:00
parent 28d0c33328
commit 620d615020
2 changed files with 4 additions and 2 deletions

View File

@ -9,5 +9,7 @@ in
reflex-platform.ghcjs.override {
overrides = self: super: {
reflex-dom = dontCheck (self.callPackage deps/reflex-dom {});
servant = dontCheck (self.callPackage (cabal2nixResult deps/servant/servant) {});
http-api-data = dontCheck (self.callPackage (cabal2nixResult deps/http-api-data) {});
};
}

View File

@ -28,7 +28,7 @@ library
data-default >= 0.5 && < 0.8,
exceptions >= 0.8 && < 0.9,
ghcjs-dom >= 0.2 && < 0.3,
http-api-data >= 0.2 && < 0.3,
http-api-data >= 0.2 && < 0.4,
http-media >= 0.6 && < 0.7,
mtl >= 2.2.1 && < 2.3,
network-uri >= 2.6 && < 2.7,