Skip to content

Commit 29e1390

Browse files
authored
Fix the type of signatures in metadata (input-output-hk#116)
See NixOS/hackage-db#17
1 parent dd16a5e commit 29e1390

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

nix-tools/cabal.project

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ allow-newer: hackage-db:Cabal, hpack:Cabal
66

77
source-repository-package
88
type: git
9-
location: https://github.com/hamishmack/hackage-db.git
10-
tag: 173783814c9e2d7b80d5d4b5a628334361a0b34a
11-
--sha256: sha256-T6cKhYvCaWua6S87PYo6LrOvhg2JGjdjm2XLan9300Y=
9+
location: https://github.com/michaelpj/hackage-db.git
10+
tag: f3b9240212b036391871e4ea09891e91efcea7a1
11+
--sha256: sha256-n0ATmkwtR68E2FuZK3QIQgZirVmWbd21vIQmzhGKsRw=
1212

1313
-- hnix requires hnix-store-core < 0.2, however hnix-store-core-0.1 breaks
1414
-- plan construction.

nix-tools/nix/sources.json

+3-15
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": "https://input-output-hk.github.io/haskell.nix",
66
"owner": "input-output-hk",
77
"repo": "haskell.nix",
8-
"rev": "355cd3701db115b494b13dbb613175345df059ed",
9-
"sha256": "0lvwnva4g3wjmqpzj9cny7v1wrya4kq5617zxz61fhjhf8z79wk6",
8+
"rev": "aaae688f4700c788243e5c5508c5e17e0f8f50ab",
9+
"sha256": "0b7ih529mfq72sfpmzix8r6zqgvqwcz0j9va9z9qm5gr3hb2y698",
1010
"type": "tarball",
11-
"url": "https://github.com/input-output-hk/haskell.nix/archive/355cd3701db115b494b13dbb613175345df059ed.tar.gz",
11+
"url": "https://github.com/input-output-hk/haskell.nix/archive/aaae688f4700c788243e5c5508c5e17e0f8f50ab.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"niv": {
@@ -22,17 +22,5 @@
2222
"type": "tarball",
2323
"url": "https://github.com/nmattia/niv/archive/f73bf8d584148677b01859677a63191c31911eae.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
25-
},
26-
"nixpkgs": {
27-
"branch": "nixos-19.09",
28-
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
29-
"homepage": "https://github.com/NixOS/nixpkgs",
30-
"owner": "NixOS",
31-
"repo": "nixpkgs-channels",
32-
"rev": "289466dd6a11c65a7de4a954d6ebf66c1ad07652",
33-
"sha256": "0r5ja052s86fr54fm1zlhld3fwawz2w1d1gd6vbvpjrpjfyajibn",
34-
"type": "tarball",
35-
"url": "https://github.com/NixOS/nixpkgs-channels/archive/289466dd6a11c65a7de4a954d6ebf66c1ad07652.tar.gz",
36-
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3725
}
3826
}

0 commit comments

Comments
 (0)