Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646170 - dev-haskell/skylighting-0.3 fails to build
Summary: dev-haskell/skylighting-0.3 fails to build
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-30 22:31 UTC by Patrick McLean
Modified: 2018-01-30 22:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,6.05 KB, text/plain)
2018-01-30 22:31 UTC, Patrick McLean
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick McLean gentoo-dev 2018-01-30 22:31:57 UTC
Created attachment 517198 [details]
build.log

dev-haskell/skylighting fails to build, I have attached the build.log, but here is the (likely) relevant part:

[  1 of 132] Compiling Skylighting.Regex ( src/Skylighting/Regex.hs, dist/build/Skylighting/Regex.o )
[  2 of 132] Compiling Skylighting.Types ( src/Skylighting/Types.hs, dist/build/Skylighting/Types.o )

src/Skylighting/Types.hs:351:10:
    No instance for (Binary Text)
      arising from a use of ‘binary-0.8.3.0:Data.Binary.Class.$gdmput’
    In the expression: binary-0.8.3.0:Data.Binary.Class.$gdmput
    In an equation for ‘put’:
        put = binary-0.8.3.0:Data.Binary.Class.$gdmput
    In the instance declaration for ‘Binary FormatOptions’