3
0
Fork 0
forked from mirrors/nixpkgs

Add Haskell package: pointful

This commit is contained in:
Thomas Strobel 2014-08-14 00:40:33 +02:00
parent cd9f3db40b
commit f2e30cb9b2
2 changed files with 2 additions and 2 deletions

View file

@ -1848,8 +1848,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
pointedlist = callPackage ../development/libraries/haskell/pointedlist {};
pointful = callPackage ../development/libraries/haskell/pointful {};
poolConduit = callPackage ../development/libraries/haskell/pool-conduit {};
pop3client = callPackage ../development/libraries/haskell/pop3-client {};
@ -2879,6 +2877,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hslogger = callPackage ../development/tools/haskell/hslogger {};
pointful = callPackage ../development/tools/haskell/pointful {};
ShellCheck = callPackage ../development/tools/misc/ShellCheck { };
SourceGraph = callPackage ../development/tools/haskell/SourceGraph {};