aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 19:40:19 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 19:40:19 +0200
commitcfeb65a103cb58048328b2ca3ce74351017f70d1 (patch)
tree8a96cc66aba8d8171045c0e0a6dcdd040b7bc588 /shell.nix
parenta1b6481db1e02013f668851096b084ff6088f682 (diff)
parent27d5a3a43c7d736f8cd842f14f3178d532de9152 (diff)
downloadhmacaroons-cfeb65a103cb58048328b2ca3ce74351017f70d1.tar.gz
hmacaroons-cfeb65a103cb58048328b2ca3ce74351017f70d1.tar.zst
hmacaroons-cfeb65a103cb58048328b2ca3ce74351017f70d1.zip
Merge branch 'verification'
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 07952fc..3846dd5 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,5 @@
1with (import <nixpkgs> {}).pkgs; 1{ pkgs ? import <nixpkgs> {}, compiler ? "ghc7101" }:
2let hspkgs = haskell-ng.packages.ghc7101.override { 2let hspkgs = pkgs.haskell.packages.${compiler}.override {
3 overrides = self: super: { 3 overrides = self: super: {
4 hmacaroons = self.callPackage ./. {}; 4 hmacaroons = self.callPackage ./. {};
5 }; 5 };