Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure with GHC 8 #1

Closed
snoyberg opened this issue May 26, 2016 · 1 comment
Closed

Build failure with GHC 8 #1

snoyberg opened this issue May 26, 2016 · 1 comment

Comments

@snoyberg
Copy link

> /tmp/stackage-build8$ stack unpack highjson-0.2.0.2
Unpacked highjson-0.2.0.2 to /tmp/stackage-build8/highjson-0.2.0.2/
> /tmp/stackage-build8/highjson-0.2.0.2$ runghc -clear-package-db -global-package-db -package-db=/home/stackage/work/builds/nightly/pkgdb Setup configure --package-db=clear --package-db=global --package-db=/home/stackage/work/builds/nightly/pkgdb --libdir=/home/stackage/work/builds/nightly/lib --bindir=/home/stackage/work/builds/nightly/bin --datadir=/home/stackage/work/builds/nightly/share --libexecdir=/home/stackage/work/builds/nightly/libexec --sysconfdir=/home/stackage/work/builds/nightly/etc --docdir=/home/stackage/work/builds/nightly/doc/highjson-0.2.0.2 --htmldir=/home/stackage/work/builds/nightly/doc/highjson-0.2.0.2 --haddockdir=/home/stackage/work/builds/nightly/doc/highjson-0.2.0.2 --flags=
Configuring highjson-0.2.0.2...
> /tmp/stackage-build8/highjson-0.2.0.2$ runghc -clear-package-db -global-package-db -package-db=/home/stackage/work/builds/nightly/pkgdb Setup build
Building highjson-0.2.0.2...
Preprocessing library highjson-0.2.0.2...

src/Data/Json/Parser.hs:8:14: warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[1 of 3] Compiling Data.Json.Serialiser ( src/Data/Json/Serialiser.hs, dist/build/Data/Json/Serialiser.o )
[2 of 3] Compiling Data.Json.Parser ( src/Data/Json/Parser.hs, dist/build/Data/Json/Parser.o )

src/Data/Json/Parser.hs:265:11: error:
    Not in scope: type variable ‘m’

src/Data/Json/Parser.hs:265:60: error:
    Not in scope: type variable ‘m’
@agrafix
Copy link
Owner

agrafix commented Feb 3, 2017

Fixed in 0.3.0.0

@agrafix agrafix closed this as completed Feb 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants