17 lines
534 B
Nix
17 lines
534 B
Nix
# 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 ];
|
|
};
|
|
})
|