7f9f738
7001a61
1 2
3 4 5 6 7 8
{ pkgs ? import <nixpkgs> {}, compiler ? "ghc7101" }: let hspkgs = pkgs.haskell.packages.${compiler}.override { overrides = self: super: { hmacaroons = self.callPackage ./. {}; }; }; in hspkgs.hmacaroons.env