about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/string-qq/default.nix
blob: ac0e12811e0cccd5cb74e5a92a307fa41feae9db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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;
  };
})