7001a61
1 2 3 4 5 6 7 8
with (import <nixpkgs> {}).pkgs; let hspkgs = haskell-ng.packages.ghc7101.override { overrides = self: super: { hmacaroons = self.callPackage ./. {}; }; }; in hspkgs.hmacaroons.env