summaryrefslogtreecommitdiff
path: root/doc/forum/secret-project_and_type_constructor_or_class___8216__PartSpec__8217__.mdwn
blob: 94d58f2b6dc5392e74805366d823ae76c58c3370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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