| 1 | simon@joyful:/repos/pandoc-1.6$ cabal configure -v3 && echo OK |
|---|
| 2 | searching for ghc in path. |
|---|
| 3 | found ghc at /usr/local/bin/ghc |
|---|
| 4 | ("/usr/local/bin/ghc",["--numeric-version"]) |
|---|
| 5 | /usr/local/bin/ghc is version 6.12.3 |
|---|
| 6 | looking for package tool: ghc-pkg near compiler in /usr/local/bin |
|---|
| 7 | found package tool in /usr/local/bin/ghc-pkg |
|---|
| 8 | ("/usr/local/bin/ghc-pkg",["--version"]) |
|---|
| 9 | /usr/local/bin/ghc-pkg is version 6.12.3 |
|---|
| 10 | ("/usr/local/bin/ghc",["--supported-languages"]) |
|---|
| 11 | Reading installed packages... |
|---|
| 12 | ("/usr/local/bin/ghc-pkg",["dump","--global","-v2"]) |
|---|
| 13 | ("/usr/local/bin/ghc-pkg",["dump","--user","-v2"]) |
|---|
| 14 | ("/usr/local/bin/ghc",["--print-libdir"]) |
|---|
| 15 | Reading available packages... |
|---|
| 16 | Resolving dependencies... |
|---|
| 17 | selecting pandoc-1.6 (hackage) and discarding texmath-0.2.0.3 |
|---|
| 18 | selecting HTTP-4000.0.9 (installed) and discarding mtl-1.1.0.2 and |
|---|
| 19 | parsec-3.1.0 |
|---|
| 20 | selecting array-0.3.0.1 (installed) |
|---|
| 21 | selecting bytestring-0.9.1.7 (installed) |
|---|
| 22 | selecting containers-0.3.0.0 (installed) |
|---|
| 23 | selecting extensible-exceptions-0.1.1.1 (installed) |
|---|
| 24 | selecting ffi-1.0 (installed) |
|---|
| 25 | selecting filepath-1.1.0.4 (installed) |
|---|
| 26 | selecting ghc-prim-0.2.0.0 (installed) |
|---|
| 27 | selecting integer-gmp-0.2.0.1 (installed) |
|---|
| 28 | selecting mtl-2.0.1.0 (installed) |
|---|
| 29 | selecting network-2.2.1.7 (installed) |
|---|
| 30 | selecting old-locale-1.0.0.2 (installed) |
|---|
| 31 | selecting old-time-1.0.0.5 (installed) |
|---|
| 32 | selecting parsec-2.1.0.1 (installed) |
|---|
| 33 | selecting pretty-1.0.1.1 (installed) |
|---|
| 34 | selecting rts-1.0 (installed) |
|---|
| 35 | selecting syb-0.1.0.2 (installed) |
|---|
| 36 | selecting texmath-0.3.0.2 (installed) |
|---|
| 37 | selecting transformers-0.2.1.0 (installed) |
|---|
| 38 | selecting utf8-string-0.3.6 (installed) |
|---|
| 39 | selecting xhtml-3000.2.0.1 (installed) |
|---|
| 40 | selecting xml-1.3.7 (installed) |
|---|
| 41 | selecting zip-archive-0.1.1.6 (installed) and discarding directory-1.0.1.1 |
|---|
| 42 | selecting binary-0.5.0.2 (installed) |
|---|
| 43 | selecting digest-0.0.0.8 (installed) |
|---|
| 44 | selecting directory-1.1.0.0 (installed) |
|---|
| 45 | selecting unix-2.4.0.2 (installed) |
|---|
| 46 | selecting zlib-0.5.2.0 (installed) |
|---|
| 47 | selecting random-1.0.0.3 (installed) and discarding random-1.0.0.2 and |
|---|
| 48 | time-1.1.4 |
|---|
| 49 | selecting time-1.2.0.3 (installed) |
|---|
| 50 | selecting process-1.0.1.4 (installed) and discarding process-1.0.1.3 |
|---|
| 51 | selecting base-3.0.3.2 (installed) and 4.2.0.2 (installed) |
|---|
| 52 | Using external setup method with build-type Custom |
|---|
| 53 | Creating ./dist/setup (and its parents) |
|---|
| 54 | Using Cabal library version 1.8.0.6 |
|---|
| 55 | Using ./Setup.hs as setup script. |
|---|
| 56 | ./dist/setup/setup configure --verbose=3 --ghc --prefix=/home/simon/.cabal |
|---|
| 57 | --user --flags=-citeproc --flags=wrappers --flags=library --flags=executable |
|---|
| 58 | --flags=-highlighting --flags=threaded --constraint=HTTP ==4000.0.9 |
|---|
| 59 | --constraint=base ==4.2.0.2 --constraint=bytestring ==0.9.1.7 |
|---|
| 60 | --constraint=containers ==0.3.0.0 --constraint=directory ==1.1.0.0 |
|---|
| 61 | --constraint=extensible-exceptions ==0.1.1.1 --constraint=filepath ==1.1.0.4 |
|---|
| 62 | --constraint=mtl ==2.0.1.0 --constraint=network ==2.2.1.7 |
|---|
| 63 | --constraint=old-time ==1.0.0.5 --constraint=parsec ==2.1.0.1 |
|---|
| 64 | --constraint=pretty ==1.0.1.1 --constraint=process ==1.0.1.4 |
|---|
| 65 | --constraint=random ==1.0.0.3 --constraint=syb ==0.1.0.2 --constraint=texmath |
|---|
| 66 | ==0.3.0.2 --constraint=utf8-string ==0.3.6 --constraint=xhtml ==3000.2.0.1 |
|---|
| 67 | --constraint=xml ==1.3.7 --constraint=zip-archive ==0.1.1.6 |
|---|
| 68 | Configuring pandoc-1.6... |
|---|
| 69 | Creating dist (and its parents) |
|---|
| 70 | searching for ghc in path. |
|---|
| 71 | found ghc at /usr/local/bin/ghc |
|---|
| 72 | ("/usr/local/bin/ghc",["--numeric-version"]) |
|---|
| 73 | simon@joyful:/repos/pandoc-1.6$ ghc --version |
|---|
| 74 | The Glorious Glasgow Haskell Compilation System, version 6.12.3 |
|---|
| 75 | simon@joyful:/repos/pandoc-1.6$ ghc-pkg list |
|---|
| 76 | /usr/local/lib/ghc-6.12.3/package.conf.d: |
|---|
| 77 | Cabal-1.8.0.6 |
|---|
| 78 | array-0.3.0.1 |
|---|
| 79 | base-3.0.3.2 |
|---|
| 80 | base-4.2.0.2 |
|---|
| 81 | bin-package-db-0.0.0.0 |
|---|
| 82 | bytestring-0.9.1.7 |
|---|
| 83 | containers-0.3.0.0 |
|---|
| 84 | directory-1.0.1.1 |
|---|
| 85 | (dph-base-0.4.0) |
|---|
| 86 | (dph-par-0.4.0) |
|---|
| 87 | (dph-prim-interface-0.4.0) |
|---|
| 88 | (dph-prim-par-0.4.0) |
|---|
| 89 | (dph-prim-seq-0.4.0) |
|---|
| 90 | (dph-seq-0.4.0) |
|---|
| 91 | extensible-exceptions-0.1.1.1 |
|---|
| 92 | ffi-1.0 |
|---|
| 93 | filepath-1.1.0.4 |
|---|
| 94 | (ghc-6.12.3) |
|---|
| 95 | (ghc-binary-0.5.0.2) |
|---|
| 96 | ghc-prim-0.2.0.0 |
|---|
| 97 | haskell98-1.0.1.1 |
|---|
| 98 | hpc-0.5.0.5 |
|---|
| 99 | integer-gmp-0.2.0.1 |
|---|
| 100 | old-locale-1.0.0.2 |
|---|
| 101 | old-time-1.0.0.5 |
|---|
| 102 | pretty-1.0.1.1 |
|---|
| 103 | process-1.0.1.3 |
|---|
| 104 | random-1.0.0.2 |
|---|
| 105 | rts-1.0 |
|---|
| 106 | syb-0.1.0.2 |
|---|
| 107 | template-haskell-2.4.0.1 |
|---|
| 108 | time-1.1.4 |
|---|
| 109 | unix-2.4.0.2 |
|---|
| 110 | |
|---|
| 111 | /home/simon/.ghc/x86_64-linux-6.12.3/package.conf.d: |
|---|
| 112 | AES-0.2.7 |
|---|
| 113 | Boolean-0.0.1 |
|---|
| 114 | Cabal-1.10.0.0 |
|---|
| 115 | Chart-0.14 |
|---|
| 116 | Crypto-4.2.2 |
|---|
| 117 | FileManipCompat-0.15 |
|---|
| 118 | HJavaScript-0.4.7 |
|---|
| 119 | HTTP-4000.0.9 |
|---|
| 120 | HUnit-1.2.2.1 |
|---|
| 121 | HsOpenSSL-0.9 |
|---|
| 122 | JSONb-1.0.2 |
|---|
| 123 | ListLike-1.1.0 |
|---|
| 124 | MaybeT-0.1.2 |
|---|
| 125 | MemoTrie-0.4.7 |
|---|
| 126 | MonadCatchIO-mtl-0.3.0.1 |
|---|
| 127 | MonadCatchIO-transformers-0.2.2.0 |
|---|
| 128 | PSQueue-1.1 |
|---|
| 129 | QuickCheck-2.1.1.1 |
|---|
| 130 | QuickCheck-2.4.0.1 |
|---|
| 131 | RSA-1.0.6 |
|---|
| 132 | SHA-1.4.1.3 |
|---|
| 133 | ansi-terminal-0.5.3 |
|---|
| 134 | ansi-wl-pprint-0.5.1 |
|---|
| 135 | asn1-data-0.2.2 |
|---|
| 136 | attempt-0.3.0 |
|---|
| 137 | attoparsec-0.8.0.2 |
|---|
| 138 | attoparsec-0.8.2.0 |
|---|
| 139 | attoparsec-iteratee-0.1.2 |
|---|
| 140 | base64-bytestring-0.1.0.1 |
|---|
| 141 | base64-string-0.2 |
|---|
| 142 | binary-0.5.0.2 |
|---|
| 143 | blaze-builder-0.1 |
|---|
| 144 | blaze-builder-0.2.0.1 |
|---|
| 145 | blaze-html-0.1 |
|---|
| 146 | blaze-html-0.1.1 |
|---|
| 147 | blaze-html-0.2.4.0 |
|---|
| 148 | bytestring-mmap-0.2.1 |
|---|
| 149 | bytestring-nums-0.3.2 |
|---|
| 150 | bytestring-show-0.3.4 |
|---|
| 151 | bytestring-trie-0.1.4 |
|---|
| 152 | cairo-0.12.0 |
|---|
| 153 | cereal-0.2 |
|---|
| 154 | cereal-0.3.0.0 |
|---|
| 155 | certificate-0.3.2 |
|---|
| 156 | cgi-3001.1.8.1 |
|---|
| 157 | clientsession-0.4.0.2 |
|---|
| 158 | clientsession-0.4.0.3 |
|---|
| 159 | cmdargs-0.1 |
|---|
| 160 | colour-2.3.1 |
|---|
| 161 | control-monad-attempt-0.3.0 |
|---|
| 162 | convertible-text-0.3.0 |
|---|
| 163 | convertible-text-0.3.0.1 |
|---|
| 164 | crypto-api-0.2 |
|---|
| 165 | cryptocipher-0.2 |
|---|
| 166 | cryptohash-0.6.1 |
|---|
| 167 | csv-0.1.1 |
|---|
| 168 | data-accessor-0.2.1.4 |
|---|
| 169 | data-accessor-template-0.2.1.5 |
|---|
| 170 | data-default-0.2 |
|---|
| 171 | data-object-0.3.1 |
|---|
| 172 | data-object-0.3.1.2 |
|---|
| 173 | data-object-json-0.3.1 |
|---|
| 174 | dataenc-0.13.0.3 |
|---|
| 175 | deepseq-1.1.0.0 |
|---|
| 176 | digest-0.0.0.8 |
|---|
| 177 | directory-1.1.0.0 |
|---|
| 178 | directory-tree-0.9.1 |
|---|
| 179 | dlist-0.5 |
|---|
| 180 | email-validate-0.2.5 |
|---|
| 181 | enumerator-0.4.0.1 |
|---|
| 182 | enumerator-0.4.2 |
|---|
| 183 | failure-0.1.0 |
|---|
| 184 | feed-0.3.7 |
|---|
| 185 | file-embed-0.0.3.1 |
|---|
| 186 | ghc-paths-0.1.0.8 |
|---|
| 187 | gio-0.12.0 |
|---|
| 188 | glib-0.12.0 |
|---|
| 189 | gtk-0.12.0 |
|---|
| 190 | haddock-2.8.1 |
|---|
| 191 | hamlet-0.3.1.1 |
|---|
| 192 | hamlet-0.4.0 |
|---|
| 193 | hamlet-0.4.2 |
|---|
| 194 | hamlet-0.5.0 |
|---|
| 195 | hamlet-0.5.1.2 |
|---|
| 196 | hamlet-0.6.0.1 |
|---|
| 197 | harp-0.4 |
|---|
| 198 | haskeline-0.6.3.1 |
|---|
| 199 | haskeline-0.6.3.2 |
|---|
| 200 | haskell98-1.0.1.1 |
|---|
| 201 | haskell98-1.1.0.0 |
|---|
| 202 | highlighting-kate-0.2.7.1 |
|---|
| 203 | hledger-0.12.98 |
|---|
| 204 | hledger-0.13 |
|---|
| 205 | hledger-lib-0.12.98 |
|---|
| 206 | hledger-lib-0.13 |
|---|
| 207 | hostname-1.0 |
|---|
| 208 | hscolour-1.17 |
|---|
| 209 | hsemail-1.6 |
|---|
| 210 | html-1.0.1.2 |
|---|
| 211 | http-wget-0.6.2 |
|---|
| 212 | io-storage-0.3 |
|---|
| 213 | irc-0.4.4.2 |
|---|
| 214 | iteratee-0.3.6 |
|---|
| 215 | json-0.4.4 |
|---|
| 216 | mmap-0.5.7 |
|---|
| 217 | (monads-fd-0.1.0.2) |
|---|
| 218 | (monads-tf-0.1.0.0) |
|---|
| 219 | (mtl-1.1.0.2) |
|---|
| 220 | mtl-2.0.1.0 |
|---|
| 221 | mtlparse-0.0.1 |
|---|
| 222 | murmur-hash-0.1.0.2 |
|---|
| 223 | neither-0.0.1 |
|---|
| 224 | neither-0.1.0 |
|---|
| 225 | network-2.2.1.7 |
|---|
| 226 | network-bytestring-0.1.3.2 |
|---|
| 227 | pango-0.12.0 |
|---|
| 228 | parallel-1.1.0.1 |
|---|
| 229 | parallel-3.1.0.1 |
|---|
| 230 | parsec-2.1.0.1 |
|---|
| 231 | parsec-3.1.0 |
|---|
| 232 | pcre-light-0.3.1.1 |
|---|
| 233 | persistent-0.0.0.1 |
|---|
| 234 | persistent-0.1.0 |
|---|
| 235 | persistent-0.3.1.1 |
|---|
| 236 | primitive-0.3.1 |
|---|
| 237 | process-1.0.1.4 |
|---|
| 238 | pureMD5-1.1.0.0 |
|---|
| 239 | random-1.0.0.2 |
|---|
| 240 | random-1.0.0.3 |
|---|
| 241 | ranges-0.2.2 |
|---|
| 242 | redis-0.9 |
|---|
| 243 | regex-base-0.93.2 |
|---|
| 244 | regex-compat-0.93.1 |
|---|
| 245 | regex-pcre-builtin-0.94.2.1.7.7 |
|---|
| 246 | regex-posix-0.94.4 |
|---|
| 247 | regex-tdfa-1.1.3 |
|---|
| 248 | regexpr-0.5.1 |
|---|
| 249 | safe-0.2 |
|---|
| 250 | split-0.1.2 |
|---|
| 251 | spoon-0.3 |
|---|
| 252 | ssh-0.1 |
|---|
| 253 | stm-2.1.2.2 |
|---|
| 254 | strict-concurrency-0.2.3 |
|---|
| 255 | stringsearch-0.3.2 |
|---|
| 256 | syb-with-class-0.6.1.1 |
|---|
| 257 | syb-with-class-instances-text-0.0.1 |
|---|
| 258 | tagged-0.1.1 |
|---|
| 259 | tagsoup-0.6 |
|---|
| 260 | tagsoup-0.11.1 |
|---|
| 261 | tar-0.3.1.0 |
|---|
| 262 | terminfo-0.3.1.2 |
|---|
| 263 | terminfo-0.3.1.3 |
|---|
| 264 | test-framework-0.3.2 |
|---|
| 265 | test-framework-hunit-0.2.6 |
|---|
| 266 | texmath-0.2.0.3 |
|---|
| 267 | texmath-0.3.0.2 |
|---|
| 268 | text-0.7.2.1 |
|---|
| 269 | text-0.10.0.0 |
|---|
| 270 | (time-1.2.0.3) |
|---|
| 271 | transformers-0.2.1.0 |
|---|
| 272 | unix-compat-0.1.2.1 |
|---|
| 273 | uri-0.1.5 |
|---|
| 274 | utf8-string-0.3.6 |
|---|
| 275 | utility-ht-0.0.5.1 |
|---|
| 276 | vector-0.7 |
|---|
| 277 | vector-algorithms-0.3.4 |
|---|
| 278 | vector-space-0.5.9 |
|---|
| 279 | vty-4.2.1.0 |
|---|
| 280 | vty-4.6.0.1 |
|---|
| 281 | wai-0.1.0 |
|---|
| 282 | wai-0.2.0 |
|---|
| 283 | wai-extra-0.2.4 |
|---|
| 284 | web-routes-0.22.0 |
|---|
| 285 | web-routes-0.23.0 |
|---|
| 286 | web-routes-quasi-0.4.0 |
|---|
| 287 | web-routes-quasi-0.5.0 |
|---|
| 288 | web-routes-quasi-0.6.0 |
|---|
| 289 | web-routes-quasi-0.6.2 |
|---|
| 290 | xhtml-3000.2.0.1 |
|---|
| 291 | xml-1.3.7 |
|---|
| 292 | xss-sanitize-0.2.3 |
|---|
| 293 | yesod-0.6.6 |
|---|
| 294 | zip-archive-0.1.1.6 |
|---|
| 295 | zlib-0.5.2.0 |
|---|
| 296 | zlib-bindings-0.0.0 |
|---|