Guest User

Untitled

a guest
Dec 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. cabal: Entering directory '/tmp/cabal-tmp-10068/gi-cairo-0.1.14.15'
  2. Configuring gi-cairo-0.1.14.15...
  3. Preprocessing library for gi-cairo-0.1.14.15..
  4. Building library for gi-cairo-0.1.14.15..
  5. [ 1 of 28] Compiling GI.Cairo.Enums ( GI/Cairo/Enums.hs, dist/build/GI/Cairo/Enums.o )
  6. [ 2 of 28] Compiling GI.Cairo.Structs.Context[boot] ( GI/Cairo/Structs/Context.hs-boot, dist/build/GI/Cairo/Structs/Context.o-boot )
  7. [ 3 of 28] Compiling GI.Cairo.Structs.FontFace[boot] ( GI/Cairo/Structs/FontFace.hs-boot, dist/build/GI/Cairo/Structs/FontFace.o-boot )
  8. [ 4 of 28] Compiling GI.Cairo.Structs.FontOptions[boot] ( GI/Cairo/Structs/FontOptions.hs-boot, dist/build/GI/Cairo/Structs/FontOptions.o-boot )
  9. [ 5 of 28] Compiling GI.Cairo.Structs.FontType[boot] ( GI/Cairo/Structs/FontType.hs-boot, dist/build/GI/Cairo/Structs/FontType.o-boot )
  10. [ 6 of 28] Compiling GI.Cairo.Structs.Matrix[boot] ( GI/Cairo/Structs/Matrix.hs-boot, dist/build/GI/Cairo/Structs/Matrix.o-boot )
  11. [ 7 of 28] Compiling GI.Cairo.Structs.Path[boot] ( GI/Cairo/Structs/Path.hs-boot, dist/build/GI/Cairo/Structs/Path.o-boot )
  12. [ 8 of 28] Compiling GI.Cairo.Structs.Pattern[boot] ( GI/Cairo/Structs/Pattern.hs-boot, dist/build/GI/Cairo/Structs/Pattern.o-boot )
  13. [ 9 of 28] Compiling GI.Cairo.Structs.RectangleInt[boot] ( GI/Cairo/Structs/RectangleInt.hs-boot, dist/build/GI/Cairo/Structs/RectangleInt.o-boot )
  14. [10 of 28] Compiling GI.Cairo.Structs.Region[boot] ( GI/Cairo/Structs/Region.hs-boot, dist/build/GI/Cairo/Structs/Region.o-boot )
  15. [11 of 28] Compiling GI.Cairo.Structs.ScaledFont[boot] ( GI/Cairo/Structs/ScaledFont.hs-boot, dist/build/GI/Cairo/Structs/ScaledFont.o-boot )
  16. [12 of 28] Compiling GI.Cairo.Structs.Surface[boot] ( GI/Cairo/Structs/Surface.hs-boot, dist/build/GI/Cairo/Structs/Surface.o-boot )
  17. [13 of 28] Compiling GI.Cairo.Types ( GI/Cairo/Types.hs, dist/build/GI/Cairo/Types.o )
  18. [14 of 28] Compiling GI.Cairo.Callbacks ( GI/Cairo/Callbacks.hs, dist/build/GI/Cairo/Callbacks.o )
  19. [15 of 28] Compiling GI.Cairo.Structs.Surface ( GI/Cairo/Structs/Surface.hs, dist/build/GI/Cairo/Structs/Surface.o )
  20.  
  21. GI/Cairo/Structs/Surface.hs:46:80: error:
  22. Not in scope: type constructor or class ‘IsLabelProxy’
  23. |
  24. 46 | instance (info ~ ResolveSurfaceMethod t Surface, MethodInfo info Surface p) => IsLabelProxy t (Surface -> p) where
  25. | ^^^^^^^^^^^^
  26.  
  27. GI/Cairo/Structs/Surface.hs:50:80: error:
  28. Not in scope: type constructor or class ‘IsLabel’
  29. |
  30. 50 | instance (info ~ ResolveSurfaceMethod t Surface, MethodInfo info Surface p) => IsLabel t (Surface -> p) where
  31. | ^^^^^^^
  32. cabal: Leaving directory '/tmp/cabal-tmp-10068/gi-cairo-0.1.14.15'
Add Comment
Please, Sign In to add comment