mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-intern: re-generate with cabal2nix
This commit is contained in:
parent
34ed92c995
commit
4e7eb5c538
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ cabal.mkDerivation (self: {
|
|||
pname = "intern";
|
||||
version = "0.9.1.3";
|
||||
sha256 = "1629m3an18m3nqxq40mg9cn0c6rma1wm3jr7kn6kqpw4xq53zvvp";
|
||||
jailbreak = true;
|
||||
buildDepends = [ hashable text unorderedContainers ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/intern/";
|
||||
description = "Efficient hash-consing for arbitrary data types";
|
||||
|
|
Loading…
Reference in a new issue