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
I am running The Glorious Glasgow Haskell Compilation System, version 8.0.1 on Mac OS 10.12
I ran cabal install polynomial and it failed. Log file is below.
cabal: Entering directory '/var/folders/sr/jktws8p56m58qw9h6k53dbfr0000gn/T/cabal-tmp-2327/polynomial-0.7.2'
Configuring polynomial-0.7.2...
Building polynomial-0.7.2...
Preprocessing library polynomial-0.7.2...
[ 1 of 15] Compiling Data.List.ZipSum ( src/Data/List/ZipSum.hs, dist/build/Data/List/ZipSum.o )
on the commandline: warning: [-Wunsafe]
‘Data.List.ZipSum’ has been inferred as unsafe!
Reason:
src/Data/List/ZipSum.hs:3:1: error:
Data.AdditiveGroup: Can't be safely imported!
The module itself isn't safe.
[ 2 of 15] Compiling Data.VectorSpace.WrappedNum ( src/Data/VectorSpace/WrappedNum.hs, dist/build/Data/VectorSpace/WrappedNum.o )
src/Data/VectorSpace/WrappedNum.hs:22:18: error:
• Not in scope: type variable ‘a’
• In the Template Haskell quotation
[t| (U.Unbox a) => WrappedNum a -> a |]
src/Data/VectorSpace/WrappedNum.hs:22:35: error:
• Not in scope: type variable ‘a’
• In the Template Haskell quotation
[t| (U.Unbox a) => WrappedNum a -> a |]
src/Data/VectorSpace/WrappedNum.hs:22:40: error:
• Not in scope: type variable ‘a’
• In the Template Haskell quotation
[t| (U.Unbox a) => WrappedNum a -> a |]
cabal: Leaving directory '/var/folders/sr/jktws8p56m58qw9h6k53dbfr0000gn/T/cabal-tmp-2327/polynomial-0.7.2'
The text was updated successfully, but these errors were encountered:
I am running The Glorious Glasgow Haskell Compilation System, version 8.0.1 on Mac OS 10.12
I ran cabal install polynomial and it failed. Log file is below.
The text was updated successfully, but these errors were encountered: