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

{ cabal, text }:

cabal.mkDerivation (self: {
  pname = "mime";
  version = "0.4.0.1";
  sha256 = "1m987sqnns54qbsg68332mnrjkh71z6s83cma2kwavf0y305mrp0";
  buildDepends = [ text ];
  meta = {
    homepage = "https://github.com/GaloisInc/mime";
    description = "Working with MIME types";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})