Skip to content

Commit 7830040

Browse files
committed
update haskellNix
1 parent 926518a commit 7830040

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2024-09-20T00:00:00Z
1+
index-state: 2024-11-11T00:00:00Z
22

33
package unix
44
flags: +os-string

nix/sources.json

Lines changed: 12 additions & 12 deletions
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": "93f0d48392c1afbe314abf983f21d8699b321487",
9-
"sha256": "05q6qpwj3kmmwvyz4s749ay0xvz88s1mn3jl9s02dlr9lkn0acwm",
8+
"rev": "c9a0b679f6ebfbb3542e23e188ce6139a842b933",
9+
"sha256": "1dqwv7p37g30qv6zyhlhvyi60bap21asgdh9a5ka6n5cr46n52sb",
1010
"type": "tarball",
11-
"url": "https://github.com/input-output-hk/haskell.nix/archive/93f0d48392c1afbe314abf983f21d8699b321487.tar.gz",
11+
"url": "https://github.com/input-output-hk/haskell.nix/archive/c9a0b679f6ebfbb3542e23e188ce6139a842b933.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"newpkgs": {
@@ -17,10 +17,10 @@
1717
"homepage": "",
1818
"owner": "NixOS",
1919
"repo": "nixpkgs",
20-
"rev": "babc25a577c3310cce57c72d5bed70f4c3c3843a",
21-
"sha256": "03szvmfhrynmylpxg170n1lbdvl6fs65pm8w1cxjj5dsb5qapz4w",
20+
"rev": "ade5beb99e18b4d14873b980e0cac0beb58c85c9",
21+
"sha256": "0fs53jzabj05i6z91br3bpxz68z66qn5pr1wcb2jw81nah3nrarg",
2222
"type": "tarball",
23-
"url": "https://github.com/NixOS/nixpkgs/archive/babc25a577c3310cce57c72d5bed70f4c3c3843a.tar.gz",
23+
"url": "https://github.com/NixOS/nixpkgs/archive/ade5beb99e18b4d14873b980e0cac0beb58c85c9.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
},
2626
"nixpkgs": {
@@ -29,10 +29,10 @@
2929
"homepage": "",
3030
"owner": "NixOS",
3131
"repo": "nixpkgs",
32-
"rev": "babc25a577c3310cce57c72d5bed70f4c3c3843a",
33-
"sha256": "03szvmfhrynmylpxg170n1lbdvl6fs65pm8w1cxjj5dsb5qapz4w",
32+
"rev": "ade5beb99e18b4d14873b980e0cac0beb58c85c9",
33+
"sha256": "0fs53jzabj05i6z91br3bpxz68z66qn5pr1wcb2jw81nah3nrarg",
3434
"type": "tarball",
35-
"url": "https://github.com/NixOS/nixpkgs/archive/babc25a577c3310cce57c72d5bed70f4c3c3843a.tar.gz",
35+
"url": "https://github.com/NixOS/nixpkgs/archive/ade5beb99e18b4d14873b980e0cac0beb58c85c9.tar.gz",
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
},
3838
"nixpkgs-unstable": {
@@ -41,10 +41,10 @@
4141
"homepage": "",
4242
"owner": "NixOS",
4343
"repo": "nixpkgs",
44-
"rev": "a1d92660c6b3b7c26fb883500a80ea9d33321be2",
45-
"sha256": "02ipaz5zmxf4mk4m9wpwmjigwcv4xcrnikhpxl2lahpjs5yyk4jp",
44+
"rev": "85f7e662eda4fa3a995556527c87b2524b691933",
45+
"sha256": "1p8qam6pixcin63wai3y55bcyfi1i8525s1hh17177cqchh1j117",
4646
"type": "tarball",
47-
"url": "https://github.com/NixOS/nixpkgs/archive/a1d92660c6b3b7c26fb883500a80ea9d33321be2.tar.gz",
47+
"url": "https://github.com/NixOS/nixpkgs/archive/85f7e662eda4fa3a995556527c87b2524b691933.tar.gz",
4848
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
4949
}
5050
}

prv

Submodule prv updated from 8085c5e to b9d37c2

pub/bfx/bfx.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ common pkg-lib
9999
, lens-aeson
100100
, memory
101101
, siggy-chardust
102-
, template-haskell
103102
, temporary
104103
, text
105104
, transformers
@@ -217,7 +216,6 @@ test-suite bfx-test
217216
, lens-aeson
218217
, memory
219218
, siggy-chardust
220-
, template-haskell
221219
, temporary
222220
, text
223221
, transformers

0 commit comments

Comments
 (0)