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
Here we see that the documentation build for the upload of the initial version of the pptable package failed, yet the build remains in "Docs pending" state. This is quite odd as the build did not fail due to a missing target like in #543. Instead, the issue is just a run-of-the-mill build error,
Building pptable-0.1.0.0...
Preprocessing library pptable-0.1.0.0...
[1 of 2] Compiling Text.PrettyPrint.Tabilize ( src/Text/PrettyPrint/Tabilize.hs, dist/build/Text/PrettyPrint/Tabilize.o )
src/Text/PrettyPrint/Tabilize.hs:141:3: error:
• Constraint ‘Data a’ in the type of ‘printMap’
constrains only the class type variables
Use ConstrainedClassMethods to allow it
• When checking the class method:
printMap :: forall a.
Tabilize a =>
forall b. (Show b, Data a) => Map.Map b a -> IO ()
In the class declaration for ‘Tabilize’
src/Text/PrettyPrint/Tabilize.hs:158:3: error:
• Constraint ‘Data a’ in the type of ‘printList’
constrains only the class type variables
Use ConstrainedClassMethods to allow it
• When checking the class method:
printList :: forall a. (Tabilize a, Data a) => [a] -> IO ()
In the class declaration for ‘Tabilize’
src/Text/PrettyPrint/Tabilize.hs:176:3: error:
• Constraint ‘Data a’ in the type of ‘printVector’
constrains only the class type variables
Use ConstrainedClassMethods to allow it
• When checking the class method:
printVector :: forall a.
(Tabilize a, Data a) =>
V.Vector a -> IO ()
In the class declaration for ‘Tabilize’
cabal: Leaving directory '/tmp/cabal-tmp-17716/pptable-0.1.0.0'
Failed to install pptable-0.1.0.0
cabal: Error: some packages failed to install:
pptable-0.1.0.0 failed during the building phase. The exception was:
ExitFailure 1
Usually hackage-server notices when a package fails to build like this. It's totally unclear why it didn't in this particular case.
The text was updated successfully, but these errors were encountered:
Here we see that the documentation build for the upload of the initial version of the
pptable
package failed, yet the build remains in "Docs pending" state. This is quite odd as the build did not fail due to a missing target like in #543. Instead, the issue is just a run-of-the-mill build error,Usually
hackage-server
notices when a package fails to build like this. It's totally unclear why it didn't in this particular case.The text was updated successfully, but these errors were encountered: