From ac69747aa855a9222d129c968fcdfd38712624b2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Feb 2012 17:00:37 +0000 Subject: Regenerated all Haskell packages with the latest version of cabal2nix. svn path=/nixpkgs/trunk/; revision=32292 --- pkgs/development/libraries/haskell/haskeline/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/haskell/haskeline') diff --git a/pkgs/development/libraries/haskell/haskeline/default.nix b/pkgs/development/libraries/haskell/haskeline/default.nix index f3cd0fd4aedfb..51b853a14da0e 100644 --- a/pkgs/development/libraries/haskell/haskeline/default.nix +++ b/pkgs/development/libraries/haskell/haskeline/default.nix @@ -1,10 +1,14 @@ -{ cabal, extensibleExceptions, mtl, terminfo, utf8String }: +{ cabal, Cabal, extensibleExceptions, filepath, mtl, terminfo +, utf8String +}: cabal.mkDerivation (self: { pname = "haskeline"; version = "0.6.4.6"; sha256 = "136h71rb50sypkdbnk849mbcgfzx3y4hfxmx2c7kf90zpmsx5wmj"; - buildDepends = [ extensibleExceptions mtl terminfo utf8String ]; + buildDepends = [ + Cabal extensibleExceptions filepath mtl terminfo utf8String + ]; meta = { homepage = "http://trac.haskell.org/haskeline"; description = "A command-line interface for user input, written in Haskell"; -- cgit 1.4.1