Advertisement
Guest User

Untitled

a guest
Jun 11th, 2010
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. Building library...
  2. Creating dist\build (and its parents)
  3. C:\Program Files\Haskell Platform\2010.1.0.0\bin\ghc.exe --make -package-name pugs-compat-0.0.6.1 -hide-all-packages -fbuilding-cabal-package -i -idist\build -isrc -idist\buil
  4. d\autogen -Idist\build\autogen -Idist\build -optP-include -optPdist\build\autogen\cabal_macros.h -odir dist\build -hidir dist\build -stubdir dist\build -package-id array-0.3.0
  5. .0-dbdf73710a5bd9a534e8bcb2d8c8ee98 -package-id base-3.0.3.2-9d8bda740c6f4c549ddd9771011a216e -package-id bytestring-0.9.1.5-00c16473505de56926118ef2c791fff2 -package-id conta
  6. iners-0.3.0.0-409fe3b8f0dda25b98e03716d26be411 -package-id directory-1.0.1.0-57db95a03e1d1b3b8c63f3744fe9d297 -package-id haskell98-1.0.1.1-0fdaf3b26bc38c43ce8371edf538dbf6 -p
  7. ackage-id mtl-1.1.0.2-23ca4de7c573fd4df309067199a40634 -package-id network-2.2.1.7-3ed5e3794c31f65f07ebe72264160756 -package-id process-1.0.1.2-defcecf2341a38cef42864b527e668b
  8. b -package-id random-1.0.0.2-156803737564049405b3380fdb96ac75 -package-id regex-base-0.93.1-a2ea37053977c710cec9c904296eec1c -package-id regex-pcre-builtin-0.94.2.1.7.7-8e7fd8
  9. ca9764f1b425a1fd5fbaa8940f -package-id stm-2.1.1.2-ae079322fdaa31cc05426e1d66b8ce6a -package-id stringtable-atom-0.0.6.1-daa0c9b08cc6f969f3e381d9a0ca80fb -package-id time-1.1.
  10. 4-447aa9bcb1b9cef7c5a88791ffaf7d92 -package-id utf8-string-0.3.6-2d1e066aaf15cd59487a628ad6efb780 -O -Wall -XGeneralizedNewtypeDeriving -XForeignFunctionInterface -XDeriveData
  11. Typeable -XCPP -XMagicHash -XScopedTypeVariables -XMultiParamTypeClasses -XTypeSynonymInstances -XFlexibleInstances -XPatternGuards -XUndecidableInstances -XFlexibleContexts -
  12. XOverlappingInstances -XTypeOperators Pugs.Compat Pugs.Compat.Cast Pugs.Compat.Global Pugs.Compat.ID Pugs.Compat.Monads Pugs.Compat.Posix Pugs.Compat.String Pugs.Compat.Regex
  13. [1 of 8] Compiling Pugs.Compat.Regex ( src\Pugs\Compat\Regex.hs, dist\build\Pugs\Compat\Regex.o )
  14.  
  15. src\Pugs\Compat\Regex.hs:1:0:
  16. Warning: Module `Prelude' is deprecated:
  17. You are using the old package `base' version 3.x.
  18. Future GHC versions will not support base version 3.x. You
  19. should update your code to use the new base version 4.x.
  20. [2 of 8] Compiling Pugs.Compat.Posix ( src\Pugs\Compat\Posix.hs, dist\build\Pugs\Compat\Posix.o )
  21.  
  22. src\Pugs\Compat\Posix.hs:197:35:
  23. Not in scope: type constructor or class `CDir'
  24.  
  25. src\Pugs\Compat\Posix.hs:203:12: Not in scope: `c_opendir'
  26.  
  27. src\Pugs\Compat\Posix.hs:212:9: Not in scope: `readdir'
  28.  
  29. src\Pugs\Compat\Posix.hs:217:26: Not in scope: `d_name'
  30.  
  31. src\Pugs\Compat\Posix.hs:218:16: Not in scope: `freeDirEnt'
  32.  
  33. src\Pugs\Compat\Posix.hs:224:26: Not in scope: `end_of_dir'
  34.  
  35. src\Pugs\Compat\Posix.hs:230:4: Not in scope: `c_rewinddir'
  36.  
  37. src\Pugs\Compat\Posix.hs:235:4: Not in scope: `c_closedir'
  38. cabal: Error: some packages failed to install:
  39. pugs-compat-0.0.6.1 failed during the building phase. The exception was:
  40. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement