Skip to content
Snippets Groups Projects
Commit cafba352 authored by Daniel Firth's avatar Daniel Firth
Browse files

foundation: 0.0.30

parent 826736fc
Branches
1 merge request!56foundation: 0.0.30
......@@ -237,11 +237,7 @@ let packages =
, force-layout = H.callHackage "force-layout" "0.4.0.6"
, foreign-store = H.callHackage "foreign-store" "0.2"
, formatting = H.callHackage "formatting" "7.2.0"
, foundation =
H.callGit
"https://gitlab.rescue.horizon-haskell.net/hackage/foundation"
"d3136f4bb8b69e273535352620e53f2196941b35"
(Some "foundation/")
, foundation = H.callHackage "foundation" "0.0.30"
, fourmolu = H.callHackage "fourmolu" "0.14.0.0"
, freer-simple = H.callHackage "freer-simple" "1.2.1.2"
, friendly-time = H.callHackage "friendly-time" "0.4.1"
......
......@@ -796,7 +796,7 @@
}
, { mapKey = "foundation"
, mapValue =
"a959cd3830115df1fc0d7273cffaf5f74e99e247f52baa0014dd59087a59e89b"
"3381124bfccffdd1f228a86230ddb79874fb743e5cba6ea5920d6302c71bff1f"
}
, { mapKey = "fourmolu"
, mapValue =
......
{ mkDerivation, base, basement, fetchgit, gauge, ghc-prim, lib }:
{ mkDerivation, base, basement, gauge, ghc-prim, lib }:
mkDerivation {
pname = "foundation";
version = "0.0.29";
src = fetchgit {
url = "https://gitlab.rescue.horizon-haskell.net/hackage/foundation";
sha256 = "1l1idylvv25xp40zxxb5iim4xarpxfycwh85rmgabb0mbz4gw5rb";
rev = "d3136f4bb8b69e273535352620e53f2196941b35";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/foundation/; echo source root reset to $sourceRoot";
version = "0.0.30";
sha256 = "f6f3ccc3ff2dd010373038468c4ffa7f19e0557c00f0c1a53bb9bd1740c30d86";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment