@@ -7,20 +7,15 @@ if impl(ghc>=9.10.1)
7
7
if impl(ghc > 9.11)
8
8
allow-newer: *:containers, *:time
9
9
constraints: base-compat >=0.14.0, aeson >=2.2.1.0
10
+ -- From https://ghc.gitlab.haskell.org/head.hackage/cabal.constraints
11
+ constraints: extra ==1.7.14
10
12
11
13
-- This prevents hsc2hs from causing old versions of packages from being added to plan.json
12
14
allow-newer: hsc2hs:*
13
15
14
16
if impl(ghc >=9.10.1)
15
17
extra-packages: process
16
18
17
- if impl(ghc >=9.11)
18
- source-repository-package
19
- type: git
20
- location: https://github.com/hamishmack/extra.git
21
- tag: 3cced868b7f270acb90b7064d34e2d4c5952ca48
22
- --sha256: sha256-e2JHNRvkpws18dWmc+RUPWEESX+LV9W0u25dCG2e8ws=
23
-
24
19
repository head.hackage.ghc.haskell.org
25
20
url: https://ghc.gitlab.haskell.org/head.hackage/
26
21
secure: True
@@ -29,14 +24,14 @@ repository head.hackage.ghc.haskell.org
29
24
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
30
25
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
31
26
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
32
- --sha256: sha256-Z4NrYC11bsuJp4IPy6cRoFQ03wLAPEaejM9Y52n4EHk =
27
+ --sha256: sha256-VFRuIfs3k6nyLVvT445wFRDy+bpcy1LVmLCMg1Oo/uE =
33
28
34
29
repository ghcjs-overlay
35
- url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/d37efd733666d090bf1c83bf7d5f9cb71b1dacc1
30
+ url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/01ecad22c0a72e3c5a49262357cf0b062892d87f
36
31
secure: True
37
32
root-keys:
38
33
key-threshold: 0
39
- --sha256: sha256-6I5mu1QFdvWFm6jWOUMKGm3VHvB7vSqiBjjHgAZJReo =
34
+ --sha256: sha256-BjyXYh6oS4wE1iHlY/7as7vkmjxFOXzK6nOYzbzjQrM =
40
35
41
36
if os(ghcjs)
42
37
extra-packages: ghci
0 commit comments