17 lines
482 B
Nix
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;
|
|
};
|
|
})
|