release-haskell.nix: test package that needs -fexternal-dynamic-refs
This commit is contained in:
parent
654940f36b
commit
4ec13a76b0
1 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,7 @@ let
|
|||
hello
|
||||
lens
|
||||
random
|
||||
QuickCheck
|
||||
;
|
||||
};
|
||||
|
||||
|
@ -304,6 +305,7 @@ let
|
|||
hello
|
||||
lens
|
||||
random
|
||||
QuickCheck
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue