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

Pull cereal from hackage

parent fac63812
No related merge requests found
...@@ -34,22 +34,6 @@ ...@@ -34,22 +34,6 @@
"type": "github" "type": "github"
} }
}, },
"cereal": {
"flake": false,
"locked": {
"lastModified": 1660071359,
"narHash": "sha256-1CEEynJBeSz+zeNSy8uJ4qdOYz93jvIJJB7MBQRA99I=",
"owner": "GaloisInc",
"repo": "cereal",
"rev": "c188f3d45ab4245c962975ac237e13c85aeb7136",
"type": "github"
},
"original": {
"owner": "GaloisInc",
"repo": "cereal",
"type": "github"
}
},
"doctest": { "doctest": {
"flake": false, "flake": false,
"locked": { "locked": {
...@@ -235,7 +219,6 @@ ...@@ -235,7 +219,6 @@
"inputs": { "inputs": {
"all-cabal-hashes": "all-cabal-hashes", "all-cabal-hashes": "all-cabal-hashes",
"cborg": "cborg", "cborg": "cborg",
"cereal": "cereal",
"doctest": "doctest", "doctest": "doctest",
"double-conversion": "double-conversion", "double-conversion": "double-conversion",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
url = "github:parsonsmatt/cborg/05ca2063ff631667699bffbeee3a4a076943b905"; url = "github:parsonsmatt/cborg/05ca2063ff631667699bffbeee3a4a076943b905";
flake = false; flake = false;
}; };
cereal = {
url = "github:GaloisInc/cereal";
flake = false;
};
doctest = { doctest = {
url = "github:parsonsmatt/doctest/a5f696b80bb8220d284e34d90f0b94291b859e77"; url = "github:parsonsmatt/doctest/a5f696b80bb8220d284e34d90f0b94291b859e77";
flake = false; flake = false;
......
...@@ -41,7 +41,7 @@ final: prev: with pkgs.haskell.lib; { ...@@ -41,7 +41,7 @@ final: prev: with pkgs.haskell.lib; {
cborg-json = doJailbreak (prev.callCabal2nix "cborg-json" (inputs.cborg + /cborg-json) { }); cborg-json = doJailbreak (prev.callCabal2nix "cborg-json" (inputs.cborg + /cborg-json) { });
cereal = prev.callCabal2nix "cereal" inputs.cereal { }; cereal = prev.callHackage "cereal" "0.5.8.3" { };
compact = doJailbreak (prev.callHackage "compact" "0.2.0.0" { }); compact = doJailbreak (prev.callHackage "compact" "0.2.0.0" { });
......
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