mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-packages.nix: fix spelling of 'optparseApplicative' attribute
This commit is contained in:
parent
0e5d5f2d21
commit
8f835604dc
@ -1250,7 +1250,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
OpenGLRaw = callPackage ../development/libraries/haskell/OpenGLRaw {};
|
||||
|
||||
optparse_applicative = callPackage ../development/libraries/haskell/optparse-applicative {};
|
||||
optparseApplicative = callPackage ../development/libraries/haskell/optparse-applicative {};
|
||||
|
||||
pathPieces = callPackage ../development/libraries/haskell/path-pieces {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user