haskell-semigroups: update to version 0.11
This commit is contained in:
parent
fec7c2c2f4
commit
4ea16fd9b7
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "semigroups";
|
pname = "semigroups";
|
||||||
version = "0.10";
|
version = "0.11";
|
||||||
sha256 = "16agrvjb25mmmkd5vqav7k47fp8vzn7p47cv4scm2w7141i6if11";
|
sha256 = "0w81ap41j28pbppqs33hz7b9n5ghyj2hnny0kgxgcg8iv2qg9czy";
|
||||||
buildDepends = [ hashable nats text unorderedContainers ];
|
buildDepends = [ hashable nats text unorderedContainers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/semigroups/";
|
homepage = "http://github.com/ekmett/semigroups/";
|
||||||
description = "Haskell 98 semigroups";
|
description = "Anything that associates";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user