Skip to content

Commit 402c060

Browse files
authored
Merge pull request #64 from Mr-Andersen/patch-1
Add os-string to "shipped with GHC" libraries
2 parents 47dd3fb + cf0d4a6 commit 402c060

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nix/build-support/stacklock2nix/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,13 +1001,15 @@ let
10011001
ghc-boot-th = null;
10021002
ghc-compact = null;
10031003
ghc-heap = null;
1004+
ghc-internal = null;
10041005
ghc-prim = null;
10051006
ghci = null;
10061007
haskeline = null;
10071008
hpc = null;
10081009
integer-gmp = null;
10091010
libiserv = null;
10101011
mtl = null;
1012+
os-string = null;
10111013
parsec = null;
10121014
pretty = null;
10131015
process = null;

0 commit comments

Comments
 (0)