summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/loop/default.nix
blob: 88edb1909a5d2f9184bb68f4d3c4cd891d5c3ebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})