haskell-hexstring/default.nix
2015-07-11 17:19:31 +07:00

3 lines
113 B
Nix

{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc7101" }:
nixpkgs.haskellPackages.callPackage ./hexstring.nix { }