You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cabal-install version 1.18.0.5; using version 1.18.1.3 of the Cabal library
EclipseFP Luna
When trying to install BuildWrapper using the "Install from Hackage..." button under Haskell options in EclipeFP the following build error is shown:
Resolving dependencies...
Notice: installing into a sandbox located at D:\Programs\EclipseFP Luna
Workspace\.metadata\.plugins\net.sf.eclipsefp.haskell.ui\sandbox\.cabal-sandbox
Configuring buildwrapper-0.7.4...
Building buildwrapper-0.7.4...
Failed to install buildwrapper-0.7.4
Last 10 lines of the build log ( D:\Programs\EclipseFP Luna Workspace\.metadata\.plugins\net.sf.eclipsefp.haskell.ui\sandbox\.cabal-sandbox\logs\buildwrapper-0.7.4.log ):
Building buildwrapper-0.7.4...
Preprocessing library buildwrapper-0.7.4...
[1 of 7] Compiling Language.Haskell.BuildWrapper.Base ( src\Language\Haskell\BuildWrapper\Base.hs, dist\dist-sandbox-2e221900\build\Language\Haskell\BuildWrapper\Base.o )
[2 of 7] Compiling Language.Haskell.BuildWrapper.GHCStorage ( src\Language\Haskell\BuildWrapper\GHCStorage.hs, dist\dist-sandbox-2e221900\build\Language\Haskell\BuildWrapper\GHCStorage.o )
src\Language\Haskell\BuildWrapper\GHCStorage.hs:313:32:
Not in scope: data constructor `MatchGroup'
cabal.exe: Error: some packages failed to install:
buildwrapper-0.7.4 failed during the building phase. The exception was:
ExitFailure 1
Installing BuildWrapper with cabal install buildwrapper -j works correctly but it installs a newer version 0.8.7 (instead of 0.7.4).
The text was updated successfully, but these errors were encountered:
Environment:
When trying to install BuildWrapper using the "Install from Hackage..." button under Haskell options in EclipeFP the following build error is shown:
Installing BuildWrapper with
cabal install buildwrapper -j
works correctly but it installs a newer version 0.8.7 (instead of 0.7.4).The text was updated successfully, but these errors were encountered: