about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/glpk-hs/default.nix
blob: 50289f3340883cde032de45ac65eba8772cbada7 (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, deepseq, glpk, mtl }:

cabal.mkDerivation (self: {
  pname = "glpk-hs";
  version = "0.3.4";
  sha256 = "0wyasd0dqi5nnh52lx980vnyhm0rwib0sd7qnpj4s9hq8rn994cm";
  buildDepends = [ deepseq mtl ];
  extraLibraries = [ glpk ];
  meta = {
    description = "Comprehensive GLPK linear programming bindings";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})