Skip to content

Commit 856f3d5

Browse files
authored
Fix hackage-to-nix missing old hackage revisions (input-output-hk#89)
1 parent 2d817aa commit 856f3d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ packages: .
55
source-repository-package
66
type: git
77
location: https://github.com/hamishmack/hackage-db.git
8-
tag: f1f528db7b02d90e9953297c716de5e046f3570f
9-
--sha256: 0j86xkpndxn41sy2mchx029zc3isaxh61hdvnakpiflkcmfaji1w
8+
tag: 3f12730c0d6092efce142cad87264e7b7eb2b05a
9+
--sha256: 13nl8swdd3g1rh14f29v6nhnzaxgc8l70vs6hviw8qgdpbxvhs45
1010

1111
-- hnix requires hnix-store-core < 0.2, however hnix-store-core-0.1 breaks
1212
-- plan construction.

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ haskellNixSrc ? builtins.fetchTarball {
2-
url = "https://github.com/input-output-hk/haskell.nix/archive/3178c84e162dadc6e740eef3d56391d3a0f1c228.tar.gz";
3-
sha256 = "0bwgibp8vaavnqxzw6iphhzrcr7mr59fgm9pa05csbx1paxzirim";
2+
url = "https://github.com/input-output-hk/haskell.nix/archive/61b1c8a06c74a83c0d2dc7d937d8daa6b32b2a2f.tar.gz";
3+
sha256 = "1vi8is7h85sb8acymjcnkjm39fp5pal2wq9p7zdv5cmillzs2sza";
44
}
55
, nixpkgs ? (import haskellNixSrc {}).sources.nixpkgs-default
66
, pkgs ? import nixpkgs (import haskellNixSrc {}).nixpkgsArgs

0 commit comments

Comments
 (0)