haskell-hexstring/default.nix

3 lines
113 B
Nix
Raw Normal View History

2015-07-11 10:19:31 +00:00
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc7101" }:
nixpkgs.haskellPackages.callPackage ./hexstring.nix { }