15 lines
483 B
Nix
15 lines
483 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, systemFilepath, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "stringable";
|
|
version = "0.1.3";
|
|
sha256 = "10jsvbiqbmnbipv1566k5mqkpgfyrzbk8m7b18rqjb5m3qg9dbz7";
|
|
buildDepends = [ systemFilepath text ];
|
|
meta = {
|
|
description = "A Stringable type class, in the spirit of Foldable and Traversable";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|