Skip to content

Commit

Permalink
Updated hsdm.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
taktoa committed May 1, 2016
1 parent 372b908 commit 96db584
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions hsdm.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ mkDerivation, aeson, array, async, base, bytestring, c2hs, colour
, containers, data-default, diagrams-lib, diagrams-rasterific
, exceptions, FontyFruity, frpnow, glib, gtk3, JuicyPixels, lens
, linear, mtl, pam, pipes, pipes-concurrency, process, random
, rasterific-svg, semigroups, split, stdenv, svg-tree, unix
, varying, X11
{ mkDerivation, aeson, array, async, base, bytestring, c2hs, cairo
, colour, containers, data-default, diagrams-lib
, diagrams-rasterific, exceptions, FontyFruity, frpnow, glib, gtk3
, JuicyPixels, lens, linear, mtl, pam, pipes, pipes-concurrency
, process, random, rasterific-svg, semigroups, split, stdenv
, svg-tree, text, transformers, unix, varying, X11
}:
mkDerivation {
pname = "hsdm";
Expand All @@ -12,10 +12,11 @@ mkDerivation {
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson array async base bytestring colour containers data-default
diagrams-lib diagrams-rasterific exceptions FontyFruity frpnow glib
gtk3 JuicyPixels lens linear mtl pipes pipes-concurrency process
random rasterific-svg semigroups split svg-tree unix varying X11
aeson array async base bytestring cairo colour containers
data-default diagrams-lib diagrams-rasterific exceptions
FontyFruity frpnow glib gtk3 JuicyPixels lens linear mtl pipes
pipes-concurrency process random rasterific-svg semigroups split
svg-tree text transformers unix varying X11
];
librarySystemDepends = [ pam ];
libraryToolDepends = [ c2hs ];
Expand Down

0 comments on commit 96db584

Please sign in to comment.