haskell-uu-options: update to version 0.1.0.1
This commit is contained in:
parent
dd23b30120
commit
e3425105fc
@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "uu-options";
|
pname = "uu-options";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "08z465w0naw8hx831bcgqbwmp9zdmw3bq4i7rgz7zfzb088nfwzc";
|
sha256 = "0dygg4w3rlnf1pnmwq7i6vzz0v90b4g18ipfc5whn1ss1bixwxk4";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
lenses mtl transformers uuInterleaved uuParsinglib
|
lenses mtl transformers uuInterleaved uuParsinglib
|
||||||
];
|
];
|
||||||
patchFlags = "-p0";
|
|
||||||
patches = [ ./no-executable-stanza.diff ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
|
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
|
||||||
description = "Parse command line options using uu-interleave and uu-parsinglib";
|
description = "Parse command line options using uu-interleave and uu-parsinglib";
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
Index: uu-options.cabal
|
|
||||||
===================================================================
|
|
||||||
--- uu-options.cabal (revision 127)
|
|
||||||
+++ uu-options.cabal (working copy)
|
|
||||||
@@ -27,14 +27,8 @@
|
|
||||||
type: svn
|
|
||||||
location: https://svn.science.uu.nl/repos/project.STEC.uu-parsinglib/uu-options
|
|
||||||
|
|
||||||
-executable demo-options
|
|
||||||
- Main-is: Options/UU/OptionsDemo.hs
|
|
||||||
+library
|
|
||||||
hs-source-dirs: src
|
|
||||||
Build-Depends: base >= 4.2 && <5, uu-parsinglib >=2.8 && < 2.9, uu-interleaved >=0.1.0 && < 0.2, lenses >= 0.1.6 && < 0.1.7, transformers >= 0.3.0.0, mtl
|
|
||||||
-
|
|
||||||
-Library
|
|
||||||
- hs-source-dirs: src
|
|
||||||
- Build-Depends: base >= 4.2 && <5, uu-parsinglib >=2.8 && < 2.9, uu-interleaved >=0.1.0 && < 0.2, lenses >= 0.1.6 && < 0.1.7, transformers >= 0.3.0.0, mtl
|
|
||||||
Exposed-modules: Options.UU.Interleaved
|
|
||||||
Options.UU.OptionsDemo
|
|
||||||
-
|
|
Loading…
x
Reference in New Issue
Block a user