haskell-elm-get: jailbreak to fix build with recent http-client
This commit is contained in:
parent
3970579141
commit
4f48c33b74
|
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||||
aeson aesonPretty ansiWlPprint binary Elm filepath HTTP httpClient
|
aeson aesonPretty ansiWlPprint binary Elm filepath HTTP httpClient
|
||||||
httpClientTls httpTypes mtl network optparseApplicative vector
|
httpClientTls httpTypes mtl network optparseApplicative vector
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/elm-lang/elm-get";
|
homepage = "http://github.com/elm-lang/elm-get";
|
||||||
description = "Tool for sharing and using Elm libraries";
|
description = "Tool for sharing and using Elm libraries";
|
||||||
|
|
Loading…
Reference in New Issue