haskell-shakespeare-i18n: update to version 1.1.0

This commit is contained in:
Peter Simons 2014-04-28 19:17:56 +02:00
parent b6d3a73d52
commit 90ad782cc5

View file

@ -1,14 +1,13 @@
{ cabal, hspec, parsec, shakespeare, text }:
{ cabal, shakespeare }:
cabal.mkDerivation (self: {
pname = "shakespeare-i18n";
version = "1.0.0.5";
sha256 = "0f6i9pxr1lmqwcarb48swhrgab8hpkr46cv16psmbq67dr6h1dgf";
buildDepends = [ parsec shakespeare text ];
testDepends = [ hspec text ];
version = "1.1.0";
sha256 = "0ahhg9r7d8kdxn0x33bp5p8wmwkh1yvdqhw05yjwif0ky5y9h625";
buildDepends = [ shakespeare ];
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "A type-based approach to internationalization";
description = "A type-based approach to internationalization. (deprecated)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];