You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
The Haskell package set does not contain the package: ${pkg} (build dependency).
5
+
6
+
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
7
+
'';
8
+
sysDepError=pkg:
9
+
builtins.throw''
10
+
The Nixpkgs package set does not contain the package: ${pkg} (system dependency).
11
+
12
+
You may need to augment the system package mapping in haskell.nix so that it can be found.
13
+
'';
14
+
pkgConfDepError=pkg:
15
+
builtins.throw''
16
+
The pkg-conf packages does not contain the package: ${pkg} (pkg-conf dependency).
17
+
18
+
You may need to augment the pkg-conf package mapping in haskell.nix so that it can be found.
19
+
'';
20
+
exeDepError=pkg:
21
+
builtins.throw''
22
+
The local executable components do not include the component: ${pkg} (executable dependency).
23
+
'';
24
+
legacyExeDepError=pkg:
25
+
builtins.throw''
26
+
The Haskell package set does not contain the package: ${pkg} (executable dependency).
27
+
28
+
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
29
+
'';
30
+
buildToolDepError=pkg:
31
+
builtins.throw''
32
+
Neither the Haskell package set or the Nixpkgs package set contain the package: ${pkg} (build tool dependency).
33
+
34
+
If this is a system dependency:
35
+
You may need to augment the system package mapping in haskell.nix so that it can be found.
36
+
37
+
If this is a Haskell dependency:
38
+
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
The Haskell package set does not contain the package: ${pkg} (build dependency).
5
+
6
+
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
7
+
'';
8
+
sysDepError=pkg:
9
+
builtins.throw''
10
+
The Nixpkgs package set does not contain the package: ${pkg} (system dependency).
11
+
12
+
You may need to augment the system package mapping in haskell.nix so that it can be found.
13
+
'';
14
+
pkgConfDepError=pkg:
15
+
builtins.throw''
16
+
The pkg-conf packages does not contain the package: ${pkg} (pkg-conf dependency).
17
+
18
+
You may need to augment the pkg-conf package mapping in haskell.nix so that it can be found.
19
+
'';
20
+
exeDepError=pkg:
21
+
builtins.throw''
22
+
The local executable components do not include the component: ${pkg} (executable dependency).
23
+
'';
24
+
legacyExeDepError=pkg:
25
+
builtins.throw''
26
+
The Haskell package set does not contain the package: ${pkg} (executable dependency).
27
+
28
+
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
29
+
'';
30
+
buildToolDepError=pkg:
31
+
builtins.throw''
32
+
Neither the Haskell package set or the Nixpkgs package set contain the package: ${pkg} (build tool dependency).
33
+
34
+
If this is a system dependency:
35
+
You may need to augment the system package mapping in haskell.nix so that it can be found.
36
+
37
+
If this is a Haskell dependency:
38
+
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
0 commit comments