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.
Merge pull request NixOS#3 from basvandijk/update-ghcjs
Update ghcjs
- Loading branch information
Showing
4 changed files
with
23 additions
and
6 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
16 changes: 16 additions & 0 deletions
16
pkgs/development/libraries/haskell/optparse-applicative/0.11.0.1.nix
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,16 @@ | ||
# This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
|
||
{ cabal, ansiWlPprint, transformers, transformersCompat }: | ||
|
||
cabal.mkDerivation (self: { | ||
pname = "optparse-applicative"; | ||
version = "0.11.0.1"; | ||
sha256 = "0jdzajj9w0dghv751m59l3imzm2x9lx9cqb6094mncnx8k6cf6f9"; | ||
buildDepends = [ ansiWlPprint transformers transformersCompat ]; | ||
meta = { | ||
homepage = "https://github.com/pcapriotti/optparse-applicative"; | ||
description = "Utilities and combinators for parsing command line options"; | ||
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
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