Skip to content

Commit

Permalink
haskell-charsetdetect-ae: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 21, 2014
1 parent 89e68ee commit 2dc4b06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/development/libraries/haskell/charsetdetect-ae/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 ];
};
})
2 changes: 2 additions & 0 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in

charset = callPackage ../development/libraries/haskell/charset {};

charsetdetectAe = callPackage ../development/libraries/haskell/charsetdetect-ae {};

Chart = callPackage ../development/libraries/haskell/Chart {};
ChartCairo = callPackage ../development/libraries/haskell/Chart-cairo {};
ChartDiagrams = callPackage ../development/libraries/haskell/Chart-diagrams {};
Expand Down

0 comments on commit 2dc4b06

Please sign in to comment.