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

{ cabal, parsec, safe, utf8String }:

cabal.mkDerivation (self: {
  pname = "uri";
  version = "0.1.6.3";
  sha256 = "1dhmrn4mq3ia0iv3y2k5pw71a6677q3vdqqf2w4b3aksi6wna49j";
  buildDepends = [ parsec safe utf8String ];
  meta = {
    homepage = "http://gitorious.org/uri";
    description = "Library for working with URIs";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})