diff options
| author | stappers@eb96885816da287c29f6f699999434d532149234 <stappers@web> | 2017-12-27 23:11:32 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-12-27 23:11:32 +0000 |
| commit | 3824845562857edec98bbca319fe02fa4677bac7 (patch) | |
| tree | 67dd7a5230c416c79cf8bb423f58198b363d6236 /doc | |
| parent | c6261432a025a32b055d77c1f6a02544e5e55e96 (diff) | |
Installer/Target.hs:28:51: error: Not in scope: type constructor or class ‘PartSpec’
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/secret-project_and_type_constructor_or_class___8216__PartSpec__8217__.mdwn | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/forum/secret-project_and_type_constructor_or_class___8216__PartSpec__8217__.mdwn b/doc/forum/secret-project_and_type_constructor_or_class___8216__PartSpec__8217__.mdwn new file mode 100644 index 00000000..94d58f2b --- /dev/null +++ b/doc/forum/secret-project_and_type_constructor_or_class___8216__PartSpec__8217__.mdwn @@ -0,0 +1,43 @@ +Hi, + +After + git clone https://git.joeyh.name/git/secret-project.git + +plus + --- a/secret-project.cabal + +++ b/secret-project.cabal + @@ -21,7 +21,7 @@ Executable propellor-config + Build-Depends: + base (>= 4.9 && < 5.0) + , propellor >= 4.7.6 + - , threepenny-gui (== 0.8.0.0) + + , threepenny-gui (>= 0.8.0.0) + , random (>= 1.1) + , random-shuffle (>= 0.0.4) + , filepath (>= 1.4) + + +Gives `propellor spin` me this + +[ 5 of 10] Compiling Installer.Target ( Installer/Target.hs, dist/build/propellor-config/propellor-config-tmp/Installer/Target.o ) + +Installer/Target.hs:28:51: error: + Not in scope: type constructor or class ‘PartSpec’ + +Installer/Target.hs:97:30: error: + Not in scope: type constructor or class ‘PartSpec’ + +Installer/Target.hs:178:51: error: + Not in scope: type constructor or class ‘PartSpec’ +propellor: cabal build failed +CallStack (from HasCallStack): + error, called at src/Propellor/Bootstrap.hs:259:25 in main:Propellor.Bootstrap + + + +How to get beyond that compile error? + + +Cheers +Geert Stappers + |
