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 ./react-haskell
Resolving dependencies...
Configuring react-haskell-2.0.1...
Building react-haskell-2.0.1...
Failed to install react-haskell-2.0.1
Build log ( /home/mule/.cabal/logs/react-haskell-2.0.1.log ):
Configuring react-haskell-2.0.1...
Building react-haskell-2.0.1...
Preprocessing library react-haskell-2.0.1...
[14 of 15] Compiling React.Events ( src/React/Events.hs, dist/build/React/Events.o )
src/React/Events.hs:197:31:
No instance for (Eq JSString) arising from the literal ‘"Enter"’
In the pattern: "Enter"
In the pattern: KeyboardEvent {key = "Enter"}
In an equation for ‘handler’:
handler (KeyboardEvent {key = "Enter"}) = Just s
cabal: Error: some packages failed to install:
react-haskell-2.0.1 failed during the building phase. The exception was:
ExitFailure 1
Ghc version:
7.10.2
Cabal version:
1.22.6.0
Installed versions of packeges which react-haskell depends:
base 4.8.1.0
transformers 0.4.2.0
monads-tf 0.1.0.2
deepseq 1.4.1.1
lens-family 1.2.0
void 0.7, 0.7.1
aeson 0.9.0.1, 0.10.0.0
text 1.2.0.3
unordered-containers 0.2.5.1
Maybe this is the report from Cabal hell? I am trying different versions and the result is the same.
The text was updated successfully, but these errors were encountered:
I did some hacking on this repo nearly a year ago and this error rings a bell. There's a good chance you'll need to just fix it yourself. Fortunately you're barely even in the first circle of cabal hell, because there's only one package left to install, and it's (only slightly) broken rather than the dependency structure. Good luck!
$cabal install ./react-haskell
Resolving dependencies...
Configuring react-haskell-2.0.1...
Building react-haskell-2.0.1...
Failed to install react-haskell-2.0.1
Build log ( /home/mule/.cabal/logs/react-haskell-2.0.1.log ):
Configuring react-haskell-2.0.1...
Building react-haskell-2.0.1...
Preprocessing library react-haskell-2.0.1...
[14 of 15] Compiling React.Events ( src/React/Events.hs, dist/build/React/Events.o )
src/React/Events.hs:197:31:
No instance for (Eq JSString) arising from the literal ‘"Enter"’
In the pattern: "Enter"
In the pattern: KeyboardEvent {key = "Enter"}
In an equation for ‘handler’:
handler (KeyboardEvent {key = "Enter"}) = Just s
cabal: Error: some packages failed to install:
react-haskell-2.0.1 failed during the building phase. The exception was:
ExitFailure 1
Ghc version:
7.10.2
Cabal version:
1.22.6.0
Installed versions of packeges which react-haskell depends:
Maybe this is the report from Cabal hell? I am trying different versions and the result is the same.
The text was updated successfully, but these errors were encountered: