From 9094cf25e7ebd69db37ae576d0123971e7fc19bf Mon Sep 17 00:00:00 2001 From: craige@a46118dff5bc0fad85259759970d8b4b9fc377d7 Date: Sun, 18 Sep 2016 01:09:48 +0000 Subject: Initial post. --- ...ultiple_cmdProperty_causing_build_failures.mdwn | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/forum/Modules_with_Multiple_cmdProperty_causing_build_failures.mdwn (limited to 'doc/forum/Modules_with_Multiple_cmdProperty_causing_build_failures.mdwn') diff --git a/doc/forum/Modules_with_Multiple_cmdProperty_causing_build_failures.mdwn b/doc/forum/Modules_with_Multiple_cmdProperty_causing_build_failures.mdwn new file mode 100644 index 00000000..57737b6d --- /dev/null +++ b/doc/forum/Modules_with_Multiple_cmdProperty_causing_build_failures.mdwn @@ -0,0 +1,24 @@ +I have module that I'm trying to write, which is always failing to build when ever I add a second (or more) cmdProperty to it. + +I've tried a variety of ways to write the module but clearly my limited Haskell skills are causing me to reach the barrier of ignorance which I'm failing to penetrate. + +The module is Pebble.hs and can be found here: + + + +I'm hoping to shape that up into an upstream contribution, at some point :-) + +I've tried quite a few variations of: + + sdk :: Property UnixLike|DebianLike -- (with and without HasInfo) + sdk = propertyList|combineProperties ("Pebble SDK") $ props + +I've compared it over and over again to examples in JoeySites and my own working modules ie: + + + +As I uncomment an additional cmdProperty, the build of Pebble.hs fails. + +At a loss, cluebat blows greatly appreciated. + +Most recent build output is here with [Line 95](https://git.mcwhirter.io/snippets/5#L95) being the point of interest, I think. -- cgit v1.2.3