bkerby

emerge -1 quickcheck

Mar 23rd, 2012
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.96 KB | None | 0 0
  1. #> emerge -1 quickcheck
  2. Calculating dependencies... done!
  3.  
  4. >>> Verifying ebuild manifests
  5.  
  6. >>> Emerging (1 of 1) dev-haskell/quickcheck-2.4.2-r1 from gentoo-haskell
  7. * QuickCheck-2.4.2.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
  8. >>> Unpacking source...
  9. >>> Unpacking QuickCheck-2.4.2.tar.gz to /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work
  10. >>> Source unpacked in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work
  11. >>> Preparing source in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2 ...
  12. >>> Source prepared.
  13. >>> Configuring source in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2 ...
  14. * Using cabal-1.10.2.0.
  15. /usr/bin/ghc -package Cabal-1.10.2.0 --make /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2/Setup.lhs -dynamic -o setup
  16. [1 of 1] Compiling Main ( /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2/Setup.lhs, /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2/Setup.o )
  17. Linking setup ...
  18. ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=quickcheck-2.4.2/ghc-7.0.4 --datadir=/usr/share/ --datasubdir=quickcheck-2.4.2/ghc-7.0.4 --enable-library-profiling --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/quickcheck-2.4.2-r1 --verbose --flags=templateHaskell
  19. Configuring QuickCheck-2.4.2...
  20. Flags chosen: templatehaskell=True, base4=True, base3=True
  21. Dependency base ==4.*: using base-4.3.1.0
  22. Dependency extensible-exceptions -any: using extensible-exceptions-0.1.1.2
  23. Dependency random -any: using random-1.0.1.1
  24. Dependency template-haskell >=2.4: using template-haskell-2.5.0.0
  25. Using Cabal-1.10.2.0 compiled by ghc-7.0
  26. Using compiler: ghc-7.0.4
  27. Using install prefix: /usr
  28. Binaries installed in: /usr/bin
  29. Libraries installed in: /usr/lib64/quickcheck-2.4.2/ghc-7.0.4
  30. Private binaries installed in: /usr/libexec
  31. Data files installed in: /usr/share/quickcheck-2.4.2/ghc-7.0.4
  32. Documentation installed in: /usr/share/doc/quickcheck-2.4.2-r1
  33. Using alex version 3.0.1 found on system at: /usr/bin/alex
  34. Using ar found on system at: /usr/bin/ar
  35. Using c2hs version 0.16.3 found on system at: /usr/bin/c2hs
  36. Using cpphs version 1.12 found on system at: /usr/bin/cpphs
  37. No ffihugs found
  38. Using gcc version 4.5.3 found on system at: /usr/bin/gcc
  39. Using ghc version 7.0.4 given by user at: /usr/bin/ghc
  40. Using ghc-pkg version 7.0.4 given by user at: /usr/bin/ghc-pkg
  41. No greencard found
  42. Using haddock version 2.9.2 found on system at: /usr/bin/haddock
  43. Using happy version 1.18.8 found on system at: /usr/bin/happy
  44. No hmake found
  45. Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
  46. Using hscolour version 1.19 found on system at: /usr/bin/HsColour
  47. No hugs found
  48. No jhc found
  49. Using ld found on system at: /usr/bin/ld
  50. No lhc found
  51. No lhc-pkg found
  52. No nhc98 found
  53. Using pkg-config version 0.26 found on system at: /usr/bin/pkg-config
  54. Using ranlib found on system at: /usr/bin/ranlib
  55. Using strip found on system at: /usr/bin/strip
  56. Using tar found on system at: /bin/tar
  57. No uhc found
  58. >>> Source configured.
  59. >>> Compiling source in /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/work/QuickCheck-2.4.2 ...
  60. ./setup build
  61. Preprocessing library QuickCheck-2.4.2...
  62. Building QuickCheck-2.4.2...
  63. [ 1 of 13] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
  64. [ 2 of 13] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
  65. [ 3 of 13] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
  66. [ 4 of 13] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
  67. [ 5 of 13] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
  68. [ 6 of 13] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
  69. [ 7 of 13] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
  70. [ 8 of 13] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
  71. [ 9 of 13] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
  72. [10 of 13] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
  73. [11 of 13] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
  74. [12 of 13] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
  75. [13 of 13] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
  76. [ 1 of 13] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.p_o )
  77. [ 2 of 13] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.p_o )
  78. [ 3 of 13] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.p_o )
  79. [ 4 of 13] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.p_o )
  80. [ 5 of 13] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.p_o )
  81. [ 6 of 13] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.p_o )
  82. [ 7 of 13] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.p_o )
  83. [ 8 of 13] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.p_o )
  84. [ 9 of 13] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.p_o )
  85. [10 of 13] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.p_o )
  86. [11 of 13] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.p_o )
  87. [12 of 13] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.p_o )
  88. [13 of 13] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.p_o )
  89. Registering QuickCheck-2.4.2...
  90. * hoogle USE flag requires doc USE flag, building with haddock, hoogle and hscolour
  91. ./setup haddock --hyperlink-source
  92. Running Haddock for QuickCheck-2.4.2...
  93. Preprocessing library QuickCheck-2.4.2...
  94. Running hscolour for QuickCheck-2.4.2...
  95. Warning: The documentation for the following packages are not installed. No
  96. links will be generated to these packages: array-0.3.0.2, base-4.3.1.0,
  97. ffi-1.0, rts-1.0, containers-0.4.0.0, extensible-exceptions-0.1.1.2,
  98. ghc-prim-0.2.0.0, integer-gmp-0.2.0.3, old-locale-1.0.0.2, pretty-1.0.1.2,
  99. random-1.0.1.1, template-haskell-2.5.0.0, time-1.2.0.3
  100. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Exception.hs: 0/5 0%
  101. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Text.hs: 0/16 0%
  102. haddock coverage for dist/build/tmp23339/Test/QuickCheck/State.hs: 1/2 50%
  103. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Gen.hs: 20/21 95%
  104. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Arbitrary.hs: 21/23 91%
  105. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Poly.hs: 1/7 14%
  106. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Modifiers.hs: 12/13 92%
  107. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Function.hs: 1/7 14%
  108. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Property.hs: 33/56 59%
  109. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Test.hs: 13/27 48%
  110. haddock coverage for dist/build/tmp23339/Test/QuickCheck/Monadic.hs: 1/15 7%
  111. haddock coverage for dist/build/tmp23339/Test/QuickCheck/All.hs: 9/9 100%
  112. haddock coverage for dist/build/tmp23339/Test/QuickCheck.hs: 91/98 93%
  113. Warning: Test.QuickCheck.Text: could not find link destinations for:
  114. GHC.Base.String GHC.Show.Show GHC.Real.Integral GHC.Types.Int Test.QuickCheck.Text.Output GHC.Types.IO GHC.IO.Handle.Types.Handle
  115. Warning: Test.QuickCheck.State: could not find link destinations for:
  116. GHC.Types.Int GHC.Base.String GHC.Bool.Bool System.Random.StdGen
  117. Warning: Test.QuickCheck.Gen: could not find link destinations for:
  118. System.Random.StdGen GHC.Types.Int GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative GHC.Real.Integral System.Random.Random GHC.Types.IO GHC.Show.Show GHC.Bool.Bool Data.Maybe.Maybe
  119. Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
  120. GHC.Bool.Bool GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Types.Int GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio Data.Maybe.Maybe GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num GHC.Classes.Ord Data.Either.Either GHC.Enum.Bounded GHC.Real.Fractional System.Random.Random GHC.Real.RealFrac GHC.Real.Real GHC.Show.Show
  121. Warning: Test.QuickCheck.Poly: could not find link destinations for:
  122. GHC.Integer.Type.Integer GHC.Classes.Eq GHC.Show.Show GHC.Num.Num GHC.Classes.Ord
  123. Warning: Test.QuickCheck.Modifiers: could not find link destinations for:
  124. GHC.Enum.Enum GHC.Classes.Eq GHC.Real.Integral GHC.Num.Num GHC.Classes.Ord GHC.Real.Real GHC.Show.Show GHC.Read.Read GHC.Types.Int
  125. Warning: Test.QuickCheck.Function: could not find link destinations for:
  126. GHC.Show.Show GHC.Base.Functor GHC.Bool.Bool GHC.Types.Char GHC.Types.Int GHC.Integer.Type.Integer GHC.Word.Word8 Data.Maybe.Maybe Data.Either.Either GHC.Read.Read
  127. Warning: Test.QuickCheck.Property: could not find link destinations for:
  128. GHC.Bool.Bool GHC.Show.Show GHC.Types.IO Test.QuickCheck.Exception.AnException GHC.Base.Monad GHC.Base.Functor Data.Maybe.Maybe GHC.Base.String GHC.Types.Int
  129. Warning: Test.QuickCheck.Test: could not find link destinations for:
  130. Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Types.IO
  131. Warning: Test.QuickCheck.Monadic: could not find link destinations for:
  132. GHC.Base.Monad GHC.Base.Functor GHC.Bool.Bool GHC.Show.Show GHC.Types.IO GHC.ST.ST
  133. Warning: Test.QuickCheck.All: could not find link destinations for:
  134. Language.Haskell.TH.Syntax.Q Language.Haskell.TH.Syntax.Exp Language.Haskell.TH.Syntax.Name Language.Haskell.TH.Lib.ExpQ
  135. Warning: Test.QuickCheck: could not find link destinations for:
  136. GHC.Types.IO Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative System.Random.Random GHC.Classes.Ord GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num Data.Either.Either GHC.Real.Fractional GHC.Enum.Bounded GHC.Real.RealFrac GHC.Real.Real GHC.Enum.Enum GHC.Classes.Eq
  137. Documentation created: dist/doc/html/QuickCheck/index.html
  138. ./setup haddock --hoogle
  139. Running Haddock for QuickCheck-2.4.2...
  140. Preprocessing library QuickCheck-2.4.2...
  141. Warning: The documentation for the following packages are not installed. No
  142. links will be generated to these packages: array-0.3.0.2, base-4.3.1.0,
  143. ffi-1.0, rts-1.0, containers-0.4.0.0, extensible-exceptions-0.1.1.2,
  144. ghc-prim-0.2.0.0, integer-gmp-0.2.0.3, old-locale-1.0.0.2, pretty-1.0.1.2,
  145. random-1.0.1.1, template-haskell-2.5.0.0, time-1.2.0.3
  146. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Exception.hs: 0/5 0%
  147. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Text.hs: 0/16 0%
  148. haddock coverage for dist/build/tmp23411/Test/QuickCheck/State.hs: 1/2 50%
  149. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Gen.hs: 20/21 95%
  150. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Arbitrary.hs: 21/23 91%
  151. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Poly.hs: 1/7 14%
  152. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Modifiers.hs: 12/13 92%
  153. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Function.hs: 1/7 14%
  154. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Property.hs: 33/56 59%
  155. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Test.hs: 13/27 48%
  156. haddock coverage for dist/build/tmp23411/Test/QuickCheck/Monadic.hs: 1/15 7%
  157. haddock coverage for dist/build/tmp23411/Test/QuickCheck/All.hs: 9/9 100%
  158. haddock coverage for dist/build/tmp23411/Test/QuickCheck.hs: 91/98 93%
  159. Warning: Test.QuickCheck.Text: could not find link destinations for:
  160. GHC.Base.String GHC.Show.Show GHC.Real.Integral GHC.Types.Int Test.QuickCheck.Text.Output GHC.Types.IO GHC.IO.Handle.Types.Handle
  161. Warning: Test.QuickCheck.State: could not find link destinations for:
  162. GHC.Types.Int GHC.Base.String GHC.Bool.Bool System.Random.StdGen
  163. Warning: Test.QuickCheck.Gen: could not find link destinations for:
  164. System.Random.StdGen GHC.Types.Int GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative GHC.Real.Integral System.Random.Random GHC.Types.IO GHC.Show.Show GHC.Bool.Bool Data.Maybe.Maybe
  165. Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
  166. GHC.Bool.Bool GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Types.Int GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio Data.Maybe.Maybe GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num GHC.Classes.Ord Data.Either.Either GHC.Enum.Bounded GHC.Real.Fractional System.Random.Random GHC.Real.RealFrac GHC.Real.Real GHC.Show.Show
  167. Warning: Test.QuickCheck.Poly: could not find link destinations for:
  168. GHC.Integer.Type.Integer GHC.Classes.Eq GHC.Show.Show GHC.Num.Num GHC.Classes.Ord
  169. Warning: Test.QuickCheck.Modifiers: could not find link destinations for:
  170. GHC.Enum.Enum GHC.Classes.Eq GHC.Real.Integral GHC.Num.Num GHC.Classes.Ord GHC.Real.Real GHC.Show.Show GHC.Read.Read GHC.Types.Int
  171. Warning: Test.QuickCheck.Function: could not find link destinations for:
  172. GHC.Show.Show GHC.Base.Functor GHC.Bool.Bool GHC.Types.Char GHC.Types.Int GHC.Integer.Type.Integer GHC.Word.Word8 Data.Maybe.Maybe Data.Either.Either GHC.Read.Read
  173. Warning: Test.QuickCheck.Property: could not find link destinations for:
  174. GHC.Bool.Bool GHC.Show.Show GHC.Types.IO Test.QuickCheck.Exception.AnException GHC.Base.Monad GHC.Base.Functor Data.Maybe.Maybe GHC.Base.String GHC.Types.Int
  175. Warning: Test.QuickCheck.Test: could not find link destinations for:
  176. Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Types.IO
  177. Warning: Test.QuickCheck.Monadic: could not find link destinations for:
  178. GHC.Base.Monad GHC.Base.Functor GHC.Bool.Bool GHC.Show.Show GHC.Types.IO GHC.ST.ST
  179. Warning: Test.QuickCheck.All: could not find link destinations for:
  180. Language.Haskell.TH.Syntax.Q Language.Haskell.TH.Syntax.Exp Language.Haskell.TH.Syntax.Name Language.Haskell.TH.Lib.ExpQ
  181. Warning: Test.QuickCheck: could not find link destinations for:
  182. GHC.Types.IO Data.Maybe.Maybe System.Random.StdGen GHC.Types.Int GHC.Bool.Bool GHC.Read.Read GHC.Show.Show GHC.Base.String GHC.Base.Monad GHC.Base.Functor Control.Applicative.Applicative System.Random.Random GHC.Classes.Ord GHC.Types.Char GHC.Types.Double GHC.Types.Float GHC.Int.Int8 GHC.Int.Int16 GHC.Int.Int32 GHC.Int.Int64 GHC.Integer.Type.Integer GHC.Word.Word GHC.Word.Word8 GHC.Word.Word16 GHC.Word.Word32 GHC.Word.Word64 GHC.Real.Integral GHC.Real.Ratio GHC.Float.RealFloat Data.Complex.Complex GHC.Num.Num Data.Either.Either GHC.Real.Fractional GHC.Enum.Bounded GHC.Real.RealFrac GHC.Real.Real GHC.Enum.Enum GHC.Classes.Eq
  183. Documentation created: dist/doc/html/QuickCheck/QuickCheck.txt
  184. >>> Source compiled.
  185. >>> Test phase [not enabled]: dev-haskell/quickcheck-2.4.2-r1
  186.  
  187. >>> Install quickcheck-2.4.2-r1 into /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/ category dev-haskell
  188. ./setup copy --destdir=/var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/
  189. Installing library in
  190. /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/usr/lib64/quickcheck-2.4.2/ghc-7.0.4
  191. Creating package registration file:
  192. /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/temp/quickcheck-2.4.2.conf
  193. Reading package info from stdin ... done.
  194. QuickCheck-2.4.2: dependency "base-4.3.1.0-d2298ea3d0e16f270dfe58dfbda12bff" doesn't exist (ignoring)
  195. QuickCheck-2.4.2: dependency "extensible-exceptions-0.1.1.2-d8c5b906654260efd7249f497d17a831" doesn't exist (ignoring)
  196. QuickCheck-2.4.2: dependency "random-1.0.1.1-e85534136ad5d5f0944a2d7518fbf165" doesn't exist (ignoring)
  197. QuickCheck-2.4.2: dependency "template-haskell-2.5.0.0-957162165c2e6480a35f6d14f7e5220f" doesn't exist (ignoring)
  198. Writing new package config file... done.
  199. >>> Completed installing quickcheck-2.4.2-r1 into /var/tmp/portage/dev-haskell/quickcheck-2.4.2-r1/image/
  200.  
  201. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  202. /usr/lib64/quickcheck-2.4.2/ghc-7.0.4/HSQuickCheck-2.4.2.o
  203. usr/lib64/quickcheck-2.4.2/ghc-7.0.4/libHSQuickCheck-2.4.2.a
  204. usr/lib64/quickcheck-2.4.2/ghc-7.0.4/libHSQuickCheck-2.4.2_p.a
  205.  
  206. >>> Installing (1 of 1) dev-haskell/quickcheck-2.4.2-r1
  207. * Unregistering QuickCheck-2.4.2 ...
  208. unregistering QuickCheck-2.4.2 would break the following packages: vty-ui-1.4 show-0.4.1.2 repa-2.2.0.1 Stream-0.4.6 IOSpec-0.2.3 arrows-0.4.4.0 (ignoring) [ ok ]
  209. * Registering QuickCheck-2.4.2 ... [ ok ]
  210.  
  211. * Messages for package dev-haskell/quickcheck-2.4.2-r1:
  212.  
  213. * hoogle USE flag requires doc USE flag, building with haddock, hoogle and hscolour
  214. >>> Auto-cleaning packages...
  215.  
  216. >>> No outdated packages were found on your system.
  217.  
  218. * GNU info directory index is up-to-date.
Advertisement
Add Comment
Please, Sign In to add comment