nixpkgs/pkgs/development/libraries/haskell/loop/default.nix
2014-08-17 00:20:12 +02:00

17 lines
482 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hspec, mtl }:
cabal.mkDerivation (self: {
pname = "loop";
version = "0.2.0";
sha256 = "11ifqahlg9ky5klid1fhsyfvfb6w8yb0dsy43s0cxcmldbw3qv5x";
testDepends = [ hspec mtl ];
meta = {
homepage = "https://github.com/nh2/loop";
description = "Fast loops (for when GHC can't optimize forM_)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})