summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/mysql-simple/default.nix
blob: 3698b727fe015d0a663bb49afe94a897ede9b59a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec, base16Bytestring, blazeBuilder, blazeTextual
, mysql, pcreLight, text, time
}:

cabal.mkDerivation (self: {
  pname = "mysql-simple";
  version = "0.2.2.4";
  sha256 = "044grjly1gyrgba2bfrii2pa14ff7v14ncyk3kj01g1zdxnwqjh6";
  buildDepends = [
    attoparsec base16Bytestring blazeBuilder blazeTextual mysql
    pcreLight text time
  ];
  meta = {
    homepage = "https://github.com/bos/mysql-simple";
    description = "A mid-level MySQL client library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})