haskell-string-qq: add version 0.0.2

This commit is contained in:
Peter Simons
2013-01-30 10:58:23 +01:00
parent e4d79d21aa
commit 792f47020b
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "string-qq";
version = "0.0.2";
sha256 = "0662m3i5xrdrr95w829bszkhp88mj9iy1zya54vk2sl5hz9wlmwp";
meta = {
description = "QuasiQuoter for non-interpolated strings, texts and bytestrings";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
};
})