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

Merge branch 'lc/nothunks' into 'master'

nothunks: 0.2.1.1

See merge request !74
parents f424f45b f38be033
1 merge request!74nothunks: 0.2.1.1
Pipeline #7162 passed with stages
in 1 minute and 6 seconds
......@@ -48,7 +48,7 @@ let packages =
, mtl-prelude = H.callHackage "mtl-prelude" "2.0.3.2"
, multiset = H.callHackage "multiset" "0.3.4.3"
, nonempty-vector = H.callHackage "nonempty-vector" "0.2.3"
, nothunks = H.callHackage "nothunks" "0.2.1.0"
, nothunks = H.callHackage "nothunks" "0.2.1.1"
, ordered-containers = H.callHackage "ordered-containers" "0.2.3"
, pointed = H.callHackage "pointed" "5.0.4"
, ral = H.callHackage "ral" "0.2.1"
......
......@@ -144,7 +144,7 @@
}
, { mapKey = "nothunks"
, mapValue =
"599c34e3b78e413266701ff8e7ffb11b3dab63e65cfe1c94b5f8b95c1a5540cd"
"274a17b5cd2212645e57f4361105353a4e0292d4f223df27d8a3231a01e55223"
}
, { mapKey = "ordered-containers"
, mapValue =
......
......@@ -4,8 +4,8 @@
}:
mkDerivation {
pname = "nothunks";
version = "0.2.1.0";
sha256 = "285a3914c1b60282a68a09cc3986da944b1f237e5ec80489bfeb782223af5015";
version = "0.2.1.1";
sha256 = "cca7983daf5dea23fdf413c207c43b8e08e8b6cf067b386a94ee6561f8511cda";
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