I've just closed issues #22 and #23. Built and uploaded for both i686
and x86_64, as well as updated AUR.
Please let us know if you run into any problems.
/M
--
Magnus Therning OpenPGP: 0xAB4DFBA4
email: magnus(a)therning.org jabber: magnus(a)therning.org
twitter: magthe http://therning.org/magnus
I'm looking for a good way of dealing with common flags in cmdargs.
Currently what I do requires a bit of repetition that I'd really like
to get rid of:
1. Data types
data Modes = Cmd1 { foo :: String, ... } | Cmd2 { foo :: String, ... }
2. Mode specifications
cmd1 = Cmd1 { foo = def &= help "..", ...}
cmd2 = Cmd2 { foo = def &= help "..", ...}
I have no idea how to deal with the repetition in the data types, so
all suggestions are welcome.
For the repetition in the mode specifications I attempted to factor
the common bits into a "variable":
flagFoo = "" &= help ".."
but that resulted in only the first command getting the proper
specification. I suppose this comes down to the impurity, but how do
I work around that? (Especially, are there any good examples of using
the pure part of the API?)
/M
--
Magnus Therning OpenPGP: 0xAB4DFBA4
email: magnus(a)therning.org jabber: magnus(a)therning.org
twitter: magthe http://therning.org/magnus
I noticed that some packages I'm trying to install from the repo on
http://andromeda.kiwilight.com
today tell me they're corrupted and refuse to install, e.g.
:: File haskell-monadcatchio-mtl-0.3.0.1-3-x86_64.pkg.tar.xz is corrupted.
Do you want to delete it? [Y/n]
:: File haskell-ghc-mtl-1.0.1.0-4-x86_64.pkg.tar.xz is corrupted. Do you
want to delete it? [Y/n]
:: File haskell-haxml-1.20.2-3-x86_64.pkg.tar.xz is corrupted. Do you want
to delete it? [Y/n]
:: File haskell-hsemail-1.7-3-x86_64.pkg.tar.xz is corrupted. Do you want to
delete it? [Y/n]
I updated a few package (all that could be easily upgraded really):
https://github.com/archhaskell/habs/commit/4e7eb5b8e01ccf4c4c9f77030559ad83…
I've compiled the x86_64 packages and updated the binary repo. I've
also uploaded the source packages to AUR. Would someone please build
and update the i686 binary repo?
/M
--
Magnus Therning OpenPGP: 0xAB4DFBA4
email: magnus(a)therning.org jabber: magnus(a)therning.org
twitter: magthe http://therning.org/magnus
from http://aur.archlinux.org/packages.php?ID=27825
magus wrote:
@vnoel, Indeed. I encourage you to contact the upstream developer to
see if he is working on an updated version that uses the latest
release of those two packages.
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=27825
vnoel wrote:
(I mean with version 0.11)
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=27825
vnoel wrote:
Hi,
There is no haskell-cairo nor haskell-gtk available anywhere…
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.