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
[1 of 1] Compiling Text.Period ( src/Text/Period.hs, dist/dist-sandbox-f9cba27c/build/Text/Period.o )
src/Text/Period.hs:43:17:
Not in scope: ‘<$>’
Perhaps you meant one of these:
‘<>’ (imported from Data.Monoid),
‘<|>’ (imported from Text.Parsec.Prim),
‘<+>’ (imported from Control.Arrow)
src/Text/Period.hs:76:22:
Not in scope: ‘<*’
Perhaps you meant one of these:
‘*’ (imported from Prelude), ‘<>’ (imported from Data.Monoid),
‘**’ (imported from Prelude)
src/Text/Period.hs:77:23:
Not in scope: ‘<*’
Perhaps you meant one of these:
‘*’ (imported from Prelude), ‘<>’ (imported from Data.Monoid),
‘**’ (imported from Prelude)
src/Text/Period.hs:78:12:
Not in scope: ‘<*’
Perhaps you meant one of these:
‘*’ (imported from Prelude), ‘<>’ (imported from Data.Monoid),
‘**’ (imported from Prelude)
src/Text/Period.hs:84:42:
Not in scope: ‘<*’
Perhaps you meant one of these:
‘*’ (imported from Prelude), ‘<>’ (imported from Data.Monoid),
‘**’ (imported from Prelude)
src/Text/Period.hs:85:24:
Not in scope: ‘<*’
Perhaps you meant one of these:
‘*’ (imported from Prelude), ‘<>’ (imported from Data.Monoid),
‘**’ (imported from Prelude)
src/Text/Period.hs:106:40:
Not in scope: ‘<$>’
Perhaps you meant one of these:
‘<>’ (imported from Data.Monoid),
‘<|>’ (imported from Text.Parsec.Prim),
‘<+>’ (imported from Control.Arrow)
src/Text/Period.hs:110:18:
Not in scope: ‘<$>’
Perhaps you meant one of these:
‘<>’ (imported from Data.Monoid),
‘<|>’ (imported from Text.Parsec.Prim),
‘<+>’ (imported from Control.Arrow)
src/Text/Period.hs:114:21:
Not in scope: ‘<$>’
Perhaps you meant one of these:
‘<>’ (imported from Data.Monoid),
‘<|>’ (imported from Text.Parsec.Prim),
‘<+>’ (imported from Control.Arrow)
src/Text/Period.hs:118:16:
Not in scope: ‘<$>’
Perhaps you meant one of these:
‘<>’ (imported from Data.Monoid),
‘<|>’ (imported from Text.Parsec.Prim),
‘<+>’ (imported from Control.Arrow)
src/Text/Period.hs:125:19:
Not in scope: ‘<$>’
Perhaps you meant one of these:
‘<>’ (imported from Data.Monoid),
‘<|>’ (imported from Text.Parsec.Prim),
‘<+>’ (imported from Control.Arrow)
src/Text/Period.hs:140:34: Not in scope: ‘defaultTimeLocale’
src/Text/Period.hs:152:32: Not in scope: ‘defaultTimeLocale’
xcabal: Error: some packages failed to install:
period-0.1.0.0 failed during the building phase. The exception was:
ExitFailure 1
The text was updated successfully, but these errors were encountered:
Fixed for GHC 7.8 in 9e8a473 . I believe it must work for some previous versions as well. @hvr By the chance, do you know how to test a package against multiple GHC versions?
Fyi, http://matrix.hackage.haskell.org/package/period (even though
build-depends
claims so)The text was updated successfully, but these errors were encountered: