-
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.
Unable to create shell. See NixOS/nixpkgs#85446
- Loading branch information
Showing
3 changed files
with
61 additions
and
5 deletions.
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,41 @@ | ||
{ mkDerivation, array, base, base-compat, base-orphans, bifunctors | ||
, bytestring, Cabal, cabal-doctest, call-stack, comonad, containers | ||
, contravariant, criterion, deepseq, directory, distributive | ||
, doctest, exceptions, filepath, free, generic-deriving, ghc-prim | ||
, hashable, HUnit, kan-extensions, mtl, nats, parallel, profunctors | ||
, QuickCheck, reflection, semigroupoids, semigroups, simple-reflect | ||
, stdenv, tagged, template-haskell, test-framework | ||
, test-framework-hunit, test-framework-quickcheck2, text | ||
, th-abstraction, transformers, transformers-compat | ||
, unordered-containers, vector | ||
}: | ||
mkDerivation { | ||
pname = "lens"; | ||
version = "4.19.2"; | ||
sha256 = "52f858ae3971a5104cdba5e81a27d154fda11fe65a54a4ac328c85904bdec23b"; | ||
revision = "2"; | ||
editedCabalFile = "1bp6s0ifwdmzv946krxgxqakw02iriqmzvvcypwrgcynrn9wkn9y"; | ||
setupHaskellDepends = [ base Cabal cabal-doctest filepath ]; | ||
libraryHaskellDepends = [ | ||
array base base-orphans bifunctors bytestring call-stack comonad | ||
containers contravariant distributive exceptions filepath free | ||
ghc-prim hashable kan-extensions mtl parallel profunctors | ||
reflection semigroupoids tagged template-haskell text | ||
th-abstraction transformers transformers-compat | ||
unordered-containers vector | ||
]; | ||
testHaskellDepends = [ | ||
base bytestring containers deepseq directory doctest filepath | ||
generic-deriving HUnit mtl nats parallel QuickCheck semigroups | ||
simple-reflect test-framework test-framework-hunit | ||
test-framework-quickcheck2 text transformers unordered-containers | ||
vector | ||
]; | ||
benchmarkHaskellDepends = [ | ||
base base-compat bytestring comonad containers criterion deepseq | ||
generic-deriving transformers unordered-containers vector | ||
]; | ||
homepage = "http://github.com/ekmett/lens/"; | ||
description = "Lenses, Folds and Traversals"; | ||
license = stdenv.lib.licenses.bsd2; | ||
} |
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
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