summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-10 11:48:20 +0200
committerPeter Simons <simons@cryp.to>2012-08-10 11:48:20 +0200
commit94598606789cf1384e557f561a80a4eea6b94f12 (patch)
tree566c1637eb30d04acae1b76fb565623606a2344d /pkgs
parent78aa1ccfb2be8afca0af9c993854539870511a6c (diff)
downloadnixlib-94598606789cf1384e557f561a80a4eea6b94f12.tar
nixlib-94598606789cf1384e557f561a80a4eea6b94f12.tar.gz
nixlib-94598606789cf1384e557f561a80a4eea6b94f12.tar.bz2
nixlib-94598606789cf1384e557f561a80a4eea6b94f12.tar.lz
nixlib-94598606789cf1384e557f561a80a4eea6b94f12.tar.xz
nixlib-94598606789cf1384e557f561a80a4eea6b94f12.tar.zst
nixlib-94598606789cf1384e557f561a80a4eea6b94f12.zip
haskell-unix-time: update to version 0.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/unix-time/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/unix-time/default.nix b/pkgs/development/libraries/haskell/unix-time/default.nix
index f9313532b29e..308e59ba2547 100644
--- a/pkgs/development/libraries/haskell/unix-time/default.nix
+++ b/pkgs/development/libraries/haskell/unix-time/default.nix
@@ -2,11 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "unix-time";
-  version = "0.1.0";
-  sha256 = "063mssiq57g4bsalp653fa4yj9wmaynvg0x7vk67gds2l2zpd2gy";
-  patchPhase = ''
-    sed -i Setup.hs -e 's|main = defaultMain|main = defaultMainWithHooks autoconfUserHooks|'
-  '';
+  version = "0.1.1";
+  sha256 = "1b7njfs33vqmprpmbpi8hvy1lc5ryvdiy5526q8s7vkzsi2iky1p";
   meta = {
     description = "Unix time parser/formatter and utilities";
     license = self.stdenv.lib.licenses.bsd3;