diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 09e2b7b..f883c52 100644 --- a/default.nix +++ b/default.nix | |||
@@ -7,6 +7,8 @@ rec { | |||
7 | overrides = self: super: with super; { | 7 | overrides = self: super: with super; { |
8 | # threepenny-gui = pkgs.haskell.lib.appendPatch threepenny-gui ./threepenny.patch; | 8 | # threepenny-gui = pkgs.haskell.lib.appendPatch threepenny-gui ./threepenny.patch; |
9 | encoding = pkgs.haskell.lib.doJailbreak encoding; | 9 | encoding = pkgs.haskell.lib.doJailbreak encoding; |
10 | cabal-test-quickcheck = pkgs.haskell.lib.doJailbreak cabal-test-quickcheck; | ||
11 | extended-reals = pkgs.haskell.lib.doJailbreak extended-reals; | ||
10 | }; | 12 | }; |
11 | }; | 13 | }; |
12 | thermoprint-spec = haskellPackages.callPackage ./spec/thermoprint-spec.nix {}; | 14 | thermoprint-spec = haskellPackages.callPackage ./spec/thermoprint-spec.nix {}; |