summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-13 12:37:40 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:23 +0200
commitc6c9cfd65a90df2c72d1d40907240f1fa3be4f0a (patch)
treee2f03384742e8cd0f233563463ac3d35e9dd915c /pkgs/top-level
parent5cdecaa0e28526e43bef932224c19b57e52a7696 (diff)
downloadnixlib-c6c9cfd65a90df2c72d1d40907240f1fa3be4f0a.tar
nixlib-c6c9cfd65a90df2c72d1d40907240f1fa3be4f0a.tar.gz
nixlib-c6c9cfd65a90df2c72d1d40907240f1fa3be4f0a.tar.bz2
nixlib-c6c9cfd65a90df2c72d1d40907240f1fa3be4f0a.tar.lz
nixlib-c6c9cfd65a90df2c72d1d40907240f1fa3be4f0a.tar.xz
nixlib-c6c9cfd65a90df2c72d1d40907240f1fa3be4f0a.tar.zst
nixlib-c6c9cfd65a90df2c72d1d40907240f1fa3be4f0a.zip
haskell-machines-io: add version 0.1.0.0
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 0aeab0b4983b..51616e4c689c 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -1574,6 +1574,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
 
   machinesDirectory = callPackage ../development/libraries/haskell/machines-directory {};
 
+  machinesIo = callPackage ../development/libraries/haskell/machines-io {};
+
   managed = callPackage ../development/libraries/haskell/managed {};
 
   markdown = callPackage ../development/libraries/haskell/markdown {};