about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-30 10:58:23 +0100
committerPeter Simons <simons@cryp.to>2013-01-30 11:29:54 +0100
commit792f47020b62870666bc8ecc3e6d77813cff1402 (patch)
tree98ac9bdcf6f9c494a9c4db04e25457f3ceb26b63 /pkgs/top-level
parente4d79d21aad5947a11294acdba87fe59da4b7264 (diff)
downloadnixlib-792f47020b62870666bc8ecc3e6d77813cff1402.tar
nixlib-792f47020b62870666bc8ecc3e6d77813cff1402.tar.gz
nixlib-792f47020b62870666bc8ecc3e6d77813cff1402.tar.bz2
nixlib-792f47020b62870666bc8ecc3e6d77813cff1402.tar.lz
nixlib-792f47020b62870666bc8ecc3e6d77813cff1402.tar.xz
nixlib-792f47020b62870666bc8ecc3e6d77813cff1402.tar.zst
nixlib-792f47020b62870666bc8ecc3e6d77813cff1402.zip
haskell-string-qq: add version 0.0.2
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/haskell-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 64b172c0c21e..c45f949342c8 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -1558,6 +1558,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
 
   stringCombinators = callPackage ../development/libraries/haskell/string-combinators {};
 
+  stringQq = callPackage ../development/libraries/haskell/string-qq {};
+
   stringsearch = callPackage ../development/libraries/haskell/stringsearch {};
 
   strptime = callPackage ../development/libraries/haskell/strptime {};