summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/charsetdetect-ae/default.nix
blob: 39571e4a87c775980dc70c59a1ed955558ad9d5f (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 }:

cabal.mkDerivation (self: {
  pname = "charsetdetect-ae";
  version = "1.0.1";
  sha256 = "0bvdnv608glim8yn4dvh3av7x0fxxp3z6719j0n005bygdfgjxna";
  meta = {
    homepage = "http://github.com/Aelve/charsetdetect-ae";
    description = "Character set detection using Mozilla's Universal Character Set Detector";
    license = "LGPL";
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
  };
})