forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lens-4.6.0.1 instead of lens-4.4
lens-4.4 doesn't build because it requires an old version of text.
- Loading branch information
1 parent
6fa9698
commit 3b25e23
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
|
||
{ cabal, bifunctors, comonad, contravariant, deepseq, distributive | ||
, doctest, exceptions, filepath, free, genericDeriving, hashable | ||
, hlint, HUnit, mtl, nats, parallel, primitive, profunctors | ||
, QuickCheck, reflection, semigroupoids, semigroups, simpleReflect | ||
, split, tagged, testFramework, testFrameworkHunit | ||
, testFrameworkQuickcheck2, testFrameworkTh, text, transformers | ||
, transformersCompat, unorderedContainers, vector, void | ||
}: | ||
|
||
cabal.mkDerivation (self: { | ||
pname = "lens"; | ||
version = "4.6.0.1"; | ||
sha256 = "099hhkca39zxfj9xavd2rafzgm2r4nm8clngcsgcrn1qsy8knvz2"; | ||
buildDepends = [ | ||
bifunctors comonad contravariant distributive exceptions filepath | ||
free hashable mtl parallel primitive profunctors reflection | ||
semigroupoids semigroups split tagged text transformers | ||
transformersCompat unorderedContainers vector void | ||
]; | ||
testDepends = [ | ||
deepseq doctest filepath genericDeriving hlint HUnit mtl nats | ||
parallel QuickCheck semigroups simpleReflect split testFramework | ||
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text | ||
transformers unorderedContainers vector | ||
]; | ||
meta = { | ||
homepage = "http://github.com/ekmett/lens/"; | ||
description = "Lenses, Folds and Traversals"; | ||
license = self.stdenv.lib.licenses.bsd3; | ||
platforms = self.ghc.meta.platforms; | ||
}; | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters