diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-07 14:16:21 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-07 14:16:21 +0100 |
commit | 7065a8cc1b8b01cd32d4b1d5317b323fec5238bd (patch) | |
tree | d6608f463b066aa6caf33357fd9ae0e508e49084 /default.nix | |
parent | 75d9fe614dca572aa1d7cfa53553e9c103eb2dd0 (diff) | |
download | thermoprint-7065a8cc1b8b01cd32d4b1d5317b323fec5238bd.tar thermoprint-7065a8cc1b8b01cd32d4b1d5317b323fec5238bd.tar.gz thermoprint-7065a8cc1b8b01cd32d4b1d5317b323fec5238bd.tar.bz2 thermoprint-7065a8cc1b8b01cd32d4b1d5317b323fec5238bd.tar.xz thermoprint-7065a8cc1b8b01cd32d4b1d5317b323fec5238bd.zip |
Bump versions
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 {}; |