mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Re-generate Haskell expressions with cabal2nix.
This commit is contained in:
parent
ea4767221f
commit
58d52c5f76
@ -1,3 +1,5 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, filepath, tagsoup }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
|
@ -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";
|
||||
|
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user