Re-generate Haskell expressions with cabal2nix.

This commit is contained in:
Peter Simons 2014-07-16 12:51:14 +02:00
parent ea4767221f
commit 58d52c5f76
3 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,5 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, tagsoup }:
cabal.mkDerivation (self: {

View File

@ -9,8 +9,6 @@ cabal.mkDerivation (self: {
buildDepends = [ deepseq ];
testDepends = [ deepseq ];
jailbreak = true;
# TH semantics is a little bit different in GHC 7.8
# tests needs updating, but the package is still working
doCheck = false;
meta = {
description = "Template Haskell based deriver for optimised NFData instances";

View File

@ -8,7 +8,6 @@ cabal.mkDerivation (self: {
sha256 = "0sfralwgd5b9hfqmp20v31sq96s0v7j9g920qdj3n9i5mhslhwd2";
buildDepends = [ deepseq text ];
testDepends = [ chell chellQuickcheck QuickCheck text ];
# tests fragile on 32-bits
doCheck = false;
meta = {
homepage = "https://john-millikin.com/software/haskell-filesystem/";