summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2014-04-09 12:04:55 +0100
committerOliver Charles <ollie@ocharles.org.uk>2014-04-09 12:04:55 +0100
commit18039f52bb24d2877e7f3bba42b797f090f950c8 (patch)
tree6f844b8959a9166ecb409f6764002d30401c826c /pkgs/top-level/haskell-packages.nix
parentfd9ea0f6398017f7b71e93a5018321f61d94e800 (diff)
parent09e245b3ab146ea721c00e82bc22ba45b4e47296 (diff)
downloadnixlib-18039f52bb24d2877e7f3bba42b797f090f950c8.tar
nixlib-18039f52bb24d2877e7f3bba42b797f090f950c8.tar.gz
nixlib-18039f52bb24d2877e7f3bba42b797f090f950c8.tar.bz2
nixlib-18039f52bb24d2877e7f3bba42b797f090f950c8.tar.lz
nixlib-18039f52bb24d2877e7f3bba42b797f090f950c8.tar.xz
nixlib-18039f52bb24d2877e7f3bba42b797f090f950c8.tar.zst
nixlib-18039f52bb24d2877e7f3bba42b797f090f950c8.zip
Merge pull request #2181 from fmap/stuff
Derivations for HandsomeSoup and hxt-xpath (Haskell.)
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index a0d14dc3ae7e..81e894db95e1 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -1519,10 +1519,14 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
 
   hxtCharproperties = callPackage ../development/libraries/haskell/hxt-charproperties {};
 
+  hxtHttp = callPackage ../development/libraries/haskell/hxt-http {};
+
   hxtRegexXmlschema = callPackage ../development/libraries/haskell/hxt-regex-xmlschema {};
 
   hxtUnicode = callPackage ../development/libraries/haskell/hxt-unicode {};
 
+  hxtXpath = callPackage ../development/libraries/haskell/hxt-xpath {};
+
   hybridVectors = callPackage ../development/libraries/haskell/hybrid-vectors {};
 
   iCalendar = callPackage ../development/libraries/haskell/iCalendar {};
@@ -2873,6 +2877,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
   haddock_2_14_1 = callPackage ../development/tools/documentation/haddock/2.14.1.nix {};
   haddock = self.haddock_2_14_1;
 
+  HandsomeSoup = callPackage ../development/libraries/haskell/HandsomeSoup {};
+
   happy_1_18_4 = callPackage ../development/tools/parsing/happy/1.18.4.nix {};
   happy_1_18_5 = callPackage ../development/tools/parsing/happy/1.18.5.nix {};
   happy_1_18_6 = callPackage ../development/tools/parsing/happy/1.18.6.nix {};