haskell / cabal

Official upstream development repository for Cabal and cabal-install
https://haskell.org/cabal
Other
1.61k stars 691 forks source link

Installs completely broken on Ubuntu 16.04 with latest Haskell Platform #4837

Closed noam87 closed 6 years ago

noam87 commented 6 years ago

I'm not very familiar with the Haskell platform so I'm not sure how to proceed. At first I was trying to install Idris programming language with the distribution cabal-install tool, but it kept failing. I thought maybe the system GHC is too out of date or something, so I apt removed everything (even deleted my .cabal dir), and clean installed the latest Haskell Platform as described on the Haskell website (GHC 8.2.1, Cabal 2.0.0.0).

Here is the failure on trying to cabal install idris.

cabal: Error: some packages failed to install:
charset-0.3.7.1-GkbAILH2Vj9HXMMGXPSeNg failed during the building phase. The
exception was:
ExitFailure 1
cheapskate-0.1.1-2emx1dqh0oqCRc0b39pvfX depends on cheapskate-0.1.1 which
failed to install.
css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02 failed during the building phase. The
exception was:
ExitFailure 1
fsnotify-0.2.1.1-908HuuqJFRA90faZo6hJRW depends on fsnotify-0.2.1.1 which
failed to install.
hinotify-0.3.9-Fh44TuzzN3ACL2sOCZ7EAo failed during the building phase. The
exception was:
ExitFailure 1
idris-1.1.1-FzNva9VyfW2Au5929lQjON depends on idris-1.1.1 which failed to
install.
parsers-0.12.7-CHv7exHLvZjEH9ZFX7UXFu depends on parsers-0.12.7 which failed
to install.
regex-tdfa-1.2.2-Lka063aLhc5F5bsI7OP67E failed during the building phase. The
exception was:
ExitFailure 1
tagsoup-0.14.1-5aKTij1lo19GBFWx68YCl2 failed during the building phase. The
exception was:
ExitFailure 1
trifecta-1.7.1.1-9FCBLkfsjBxKXsVRypXzmz depends on trifecta-1.7.1.1 which
failed to install.
uniplate-1.6.12-Jh8gPTnya57BUDH1xeqANg failed during the building phase. The
exception was:
ExitFailure 1
xss-sanitize-0.3.5.7-6Hb1MzYTqjL1UygO2bUtq3 depends on xss-sanitize-0.3.5.7
which failed to install.

So I try to install a dependency with verbose, here is the error for cabal install css-text-0.1.2.2 -v:

creating dist/build
/usr/local/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -idist/build/global-autogen -Idist/build/autogen -Idist/build/global-autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -this-unit-id css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02 -hide-all-packages -Wmissing-home-modules -package-db dist/package.conf.inplace -package-id base-4.10.0.0 -package-id text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH -package-id attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk -XHaskell98 Text.CSS.Parse Text.CSS.Render -Wall
<command line>: cannot satisfy -package-id text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
    (use -v for more information)
cabal: Leaving directory '/tmp/cabal-tmp-21473/css-text-0.1.2.2'
World file is already up to date.
CallStack (from HasCallStack):
  die', called at ./Distribution/Client/Install.hs:995:15 in main:Distribution.Client.Install
cabal: Error: some packages failed to install:
css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02 failed during the building phase. The
exception was:
ExitFailure 1

Everything seems to fail. Even cabal install cabal-install:

cabal: Entering directory '/tmp/cabal-tmp-22056/edit-distance-0.2.2.1'
Configuring edit-distance-0.2.2.1...
Preprocessing library for edit-distance-0.2.2.1..
Building library for edit-distance-0.2.2.1..
<command line>: cannot satisfy -package-id random-1.1-DtLcP2Z2iOOC0RwcSmXjBK
    (use -v for more information)
cabal: Leaving directory '/tmp/cabal-tmp-22056/edit-distance-0.2.2.1'
Building tar-0.5.0.3...
Installed base16-bytestring-0.1.1.6
Installed echo-0.1.3
Installed cryptohash-sha256-0.11.100.1
Installed ed25519-0.0.5.0
Installed tar-0.5.0.3
cabal: Error: some packages failed to install:
cabal-install-2.0.0.0-DAqBbhdtA06LrVF2rumJTX depends on cabal-install-2.0.0.0
which failed to install.
edit-distance-0.2.2.1-AKPitr2rEBj4k4CiafnDjW failed during the building phase.
The exception was:
ExitFailure 1
gbaz commented 6 years ago

A few things to try: first, run with -v3 to get higher verbosity. Second, just run ghc -v and paste the output to see if there are any warnings. Third, did you use the core or full platform installer?

noam87 commented 6 years ago

@gbaz I ran the full platform installer. Here are the outputs:

ghc -v

Glasgow Haskell Compiler, Version 8.2.1, stage 2 booted by GHC version 8.0.2
Using binary package database: /usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/package.conf.d/package.cache
Using binary package database: /home/computer/.ghc/x86_64-linux-8.2.1/package.conf.d/package.cache
package flags []
loading package database /usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/package.conf.d
loading package database /home/computer/.ghc/x86_64-linux-8.2.1/package.conf.d
package base16-bytestring-0.1.1.6-1RelFaTH3mXDxpXrCeJSko overrides a previously defined package
package base64-bytestring-1.0.0.1-D9uFxOosRHvGwKtuClA6fm overrides a previously defined package
package cryptohash-sha256-0.11.100.1-7zhEa02dR4aEFqZ0S7VT8y overrides a previously defined package
package echo-0.1.3-3cXdBJCCe5SG9Hknt8ya4L overrides a previously defined package
package ed25519-0.0.5.0-4nNJ8FREHLNI2svwqVUspX overrides a previously defined package
package tar-0.5.0.3-FUKyu0LuazX7rzyf3p8F40 overrides a previously defined package
package GLURaw-2.0.0.3-8JLLoTDEv9VB0E4RGuuu22 is unusable due to shadowed dependencies:
  OpenGLRaw-3.2.5.0-AGBjdECXAdpBqRpkvHo1D1
package GLUT-2.7.0.12-6EAG9rnuF10HeWK97rVsdr is unusable due to shadowed dependencies:
  StateVar-1.1.0.4-LujcYvYAkps2n0ooX2fxnO OpenGL-3.0.2.0-HD761o8mqKO1GjV1UDm6ix
package HTTP-4000.3.7-FyFkOPpSucw73jWgAX6vWY is unusable due to shadowed dependencies:
  parsec-3.1.11-DPgnR92AWEaFOaixmwipet mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3 network-uri-2.6.1.0-8fmDUfTamRDELKGV9jMzo3 network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx
package HUnit-1.6.0.0-4l1U6BLkB471ERiSTXOjLi is unusable due to shadowed dependencies:
  call-stack-0.1.0-9jal1kz08FU8PWnIBPoZ86
package OpenGL-3.0.2.0-HD761o8mqKO1GjV1UDm6ix is unusable due to shadowed dependencies:
  text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH ObjectName-1.1.0.1-9TjFIQDc3nwAGCLQ6K0uBK StateVar-1.1.0.4-LujcYvYAkps2n0ooX2fxnO OpenGLRaw-3.2.5.0-AGBjdECXAdpBqRpkvHo1D1 GLURaw-2.0.0.3-8JLLoTDEv9VB0E4RGuuu22
package OpenGLRaw-3.2.5.0-AGBjdECXAdpBqRpkvHo1D1 is unusable due to shadowed dependencies:
  fixed-0.2.1.1-8TAIwVfklKaFZqU07AJe1c half-0.2.2.3-5sZk4UblOHkKgVoM6yhxhd text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
package QuickCheck-2.10.0.1-DTIBC3CyU6p3h4xSnOjkg1 is unusable due to shadowed dependencies:
  random-1.1-DtLcP2Z2iOOC0RwcSmXjBK tf-random-0.5-ABDhxe3mXYlHUEE5hzgewx
package StateVar-1.1.0.4-LujcYvYAkps2n0ooX2fxnO is unusable due to shadowed dependencies:
  stm-2.4.4.1-2iQ3ZIiQ6vc4AnCVcs8oMd
package async-2.1.1.1-B1zjaWD98Sd3roiQTopWAE is unusable due to shadowed dependencies:
  stm-2.4.4.1-2iQ3ZIiQ6vc4AnCVcs8oMd
package attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk is unusable due to shadowed dependencies:
  scientific-0.3.5.1-L0qYzdp0wpz8rO8gircNSR text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
package case-insensitive-1.2.0.10-7uZ9WdL3zeIK7zYotLnvd1 is unusable due to shadowed dependencies:
  text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH hashable-1.2.6.1-14fEJP30YhAG9w115PODz0
package hashable-1.2.6.1-14fEJP30YhAG9w115PODz0 is unusable due to shadowed dependencies:
  text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
package haskell-src-1.0.2.0-8c0DGwjdWsJJvtDKsTwa50 is unusable due to shadowed dependencies:
  syb-0.7-2rRPTNxBP6YFePrCXw4i2o
package network-uri-2.6.1.0-8fmDUfTamRDELKGV9jMzo3 is unusable due to shadowed dependencies:
  parsec-3.1.11-DPgnR92AWEaFOaixmwipet
package parsec-3.1.11-DPgnR92AWEaFOaixmwipet is unusable due to shadowed dependencies:
  mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3 text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
package regex-base-0.93.2-6R4SyH615Fd96n1BuXT5nY is unusable due to shadowed dependencies:
  mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3
package regex-compat-0.95.1-8fXRfZk39z47p2j5rS3E9Q is unusable due to shadowed dependencies:
  regex-base-0.93.2-6R4SyH615Fd96n1BuXT5nY regex-posix-0.95.2-CqFmfrcIyQF7PY3RsTZcGI
package regex-posix-0.95.2-CqFmfrcIyQF7PY3RsTZcGI is unusable due to shadowed dependencies:
  regex-base-0.93.2-6R4SyH615Fd96n1BuXT5nY
package scientific-0.3.5.1-L0qYzdp0wpz8rO8gircNSR is unusable due to shadowed dependencies:
  integer-logarithms-1.0.2-VAUswqHa2j8Wo9H471XH1 text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH hashable-1.2.6.1-14fEJP30YhAG9w115PODz0 primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg
package tf-random-0.5-ABDhxe3mXYlHUEE5hzgewx is unusable due to shadowed dependencies:
  primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg random-1.1-DtLcP2Z2iOOC0RwcSmXjBK
package unordered-containers-0.2.8.0-HVcKYx0GQoVIIbKuoCcJbx is unusable due to shadowed dependencies:
  hashable-1.2.6.1-14fEJP30YhAG9w115PODz0
package vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY is unusable due to shadowed dependencies:
  primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg
wired-in package ghc-prim mapped to ghc-prim-0.5.1.0
wired-in package integer-gmp mapped to integer-gmp-1.0.1.0
wired-in package base mapped to base-4.10.0.0
wired-in package rts mapped to rts
wired-in package template-haskell mapped to template-haskell-2.12.0.0
wired-in package ghc mapped to ghc-8.2.1
wired-in package dph-seq not found.
wired-in package dph-par not found.
*** Deleting temp files:
Deleting: 
*** Deleting temp dirs:
Deleting: 
ghc: no input files
Usage: For basic information, try the `--help' option.

-v3 (for css-text-0.1.2.2.2)

no user package environment file found at /home/computer
Searching for ghc in path.
Found ghc at /usr/local/bin/ghc
/usr/local/bin/ghc --numeric-version
/usr/local/bin/ghc is version 8.2.1
looking for tool ghc-pkg near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/ghc-pkg","/usr/local/haskell/ghc-8.2.1-x86_64/bin/ghc-pkg-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/ghc-pkg-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/ghc-pkg"]
found ghc-pkg in /usr/local/bin/ghc-pkg
/usr/local/bin/ghc-pkg --version
/usr/local/bin/ghc-pkg is version 8.2.1
/usr/local/bin/ghc --supported-languages
/usr/local/bin/ghc --info
Searching for alex in path.
Found alex at /usr/local/bin/alex
/usr/local/bin/alex --version
/usr/local/bin/alex is version 3.2.1
Searching for ar in path.
Found ar at /usr/bin/ar
Searching for c2hs in path.
Cannot find c2hs on the path
Searching for cpphs in path.
Cannot find cpphs on the path
Searching for doctest in path.
Cannot find doctest on the path
Searching for gcc in path.
Found gcc at /usr/bin/gcc
/usr/bin/gcc -dumpversion
/usr/bin/gcc is version 5.4.0
Searching for ghcjs in path.
Cannot find ghcjs on the path
Searching for ghcjs-pkg in path.
Cannot find ghcjs-pkg on the path
Searching for greencard in path.
Cannot find greencard on the path
looking for tool haddock near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/haddock","/usr/local/haskell/ghc-8.2.1-x86_64/bin/haddock-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/haddock-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/haddock"]
found haddock in /usr/local/bin/haddock
/usr/local/bin/haddock --version
/usr/local/bin/haddock is version 2.18.1
Searching for happy in path.
Found happy at /usr/local/bin/happy
/usr/local/bin/happy --version
/usr/local/bin/happy is version 1.19.5
Searching for hmake in path.
Cannot find hmake on the path
looking for tool hpc near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/hpc","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hpc-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hpc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hpc"]
found hpc in /usr/local/bin/hpc
/usr/local/bin/hpc version
/usr/local/bin/hpc is version 0.67
looking for tool hsc2hs near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/hsc2hs","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hsc2hs-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hsc2hs-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hsc2hs"]
found hsc2hs in /usr/local/bin/hsc2hs
/usr/local/bin/hsc2hs --version
/usr/local/bin/hsc2hs is version 0.68.2
Searching for HsColour in path.
Found HsColour at /usr/local/bin/HsColour
/usr/local/bin/HsColour -version
/usr/local/bin/HsColour is version 1.24
Searching for jhc in path.
Cannot find jhc on the path
Searching for ld.gold in path.
Found ld.gold at /usr/bin/ld.gold
Environment: [("CLUTTER_IM_MODULE","xim"),("COMPIZ_BIN_PATH","/usr/bin/"),("COMPIZ_CONFIG_PROFILE","ubuntu"),("DBUS_SESSION_BUS_ADDRESS","unix:abstract=/tmp/dbus-AsvYbpeAgn"),("DEFAULTS_PATH","/usr/share/gconf/ubuntu.default.path"),("DERBY_HOME","/usr/lib/jvm/java-8-oracle/db"),("DESKTOP_SESSION","ubuntu"),("DISPLAY",":0"),("EDITOR","vim"),("GDMSESSION","ubuntu"),("GDM_LANG","en_CA"),("GEM_HOME","/home/computer/.rvm/gems/ruby-2.3.3"),("GEM_PATH","/home/computer/.rvm/gems/ruby-2.3.3:/home/computer/.rvm/gems/ruby-2.3.3@global"),("GNOME_DESKTOP_SESSION_ID","this-is-deprecated"),("GNOME_KEYRING_CONTROL",""),("GNOME_KEYRING_PID",""),("GPG_AGENT_INFO","/home/computer/.gnupg/S.gpg-agent:0:1"),("GTK2_MODULES","overlay-scrollbar"),("GTK_IM_MODULE","ibus"),("GTK_MODULES","gail:atk-bridge:unity-gtk-module"),("HOME","/home/computer"),("IM_CONFIG_PHASE","1"),("INSTANCE",""),("IRBRC","/home/computer/.rvm/rubies/ruby-2.3.3/.irbrc"),("J2REDIR","/usr/lib/jvm/java-8-oracle/jre"),("J2SDKDIR","/usr/lib/jvm/java-8-oracle"),("JAVA_HOME","/usr/lib/jvm/java-8-oracle"),("JOB","unity-settings-daemon"),("LANG","en_CA.UTF-8"),("LANGUAGE","en_CA:en"),("LC_CTYPE","en_CA.UTF-8"),("LESS","-R"),("LOGNAME","computer"),("LSCOLORS","Gxfxcxdxbxegedabagacad"),("LS_COLORS","rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:"),("MANDATORY_PATH","/usr/share/gconf/ubuntu.mandatory.path"),("MANPATH","/home/computer/.nvm/versions/node/v6.2.2/share/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man:/home/computer/.rvm/man"),("MY_RUBY_HOME","/home/computer/.rvm/rubies/ruby-2.3.3"),("NVM_BIN","/home/computer/.nvm/versions/node/v6.2.2/bin"),("NVM_CD_FLAGS","-q"),("NVM_DIR","/home/computer/.nvm"),("NVM_IOJS_ORG_MIRROR","https://iojs.org/dist"),("NVM_NODEJS_ORG_MIRROR","https://nodejs.org/dist"),("NVM_PATH","/home/computer/.nvm/versions/node/v6.2.2/lib/node"),("OLDPWD","/home/computer"),("PAGER","less"),("PATH","/usr/local/heroku/bin:/home/computer/.rvm/gems/ruby-2.3.3/bin:/home/computer/.rvm/gems/ruby-2.3.3@global/bin:/home/computer/.rvm/rubies/ruby-2.3.3/bin:/home/computer/.nvm/versions/node/v6.2.2/bin:/home/computer/.cabal/bin:/usr/local/heroku/bin:/home/computer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/computer/.rvm/bin:/home/computer/.rvm/bin:/home/computer/.cabal/bin"),("PWD","/home/computer"),("QT4_IM_MODULE","xim"),("QT_ACCESSIBILITY","1"),("QT_IM_MODULE","ibus"),("QT_LINUX_ACCESSIBILITY_ALWAYS_ON","1"),("QT_QPA_PLATFORMTHEME","appmenu-qt5"),("RUBY_VERSION","ruby-2.3.3"),("SESSION","ubuntu"),("SESSIONTYPE","gnome-session"),("SHELL","/usr/bin/zsh"),("SHLVL","1"),("SSH_AUTH_SOCK","/run/user/1000/keyring/ssh"),("TERM","xterm-256color"),("UPSTART_EVENTS","xsession started"),("UPSTART_INSTANCE",""),("UPSTART_JOB","unity7"),("UPSTART_SESSION","unix:abstract=/com/ubuntu/upstart-session/1000/23982"),("USER","computer"),("VTE_VERSION","4205"),("WINDOWID","83886090"),("XAUTHORITY","/home/computer/.Xauthority"),("XDG_CONFIG_DIRS","/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"),("XDG_CURRENT_DESKTOP","Unity"),("XDG_DATA_DIRS","/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"),("XDG_GREETER_DATA_DIR","/var/lib/lightdm-data/computer"),("XDG_MENU_PREFIX","gnome-"),("XDG_RUNTIME_DIR","/run/user/1000"),("XDG_SEAT","seat0"),("XDG_SEAT_PATH","/org/freedesktop/DisplayManager/Seat0"),("XDG_SESSION_DESKTOP","ubuntu"),("XDG_SESSION_ID","c6"),("XDG_SESSION_PATH","/org/freedesktop/DisplayManager/Session2"),("XDG_SESSION_TYPE","x11"),("XDG_VTNR","7"),("XMODIFIERS","@im=ibus"),("_","/usr/local/bin/cabal"),("_system_arch","x86_64"),("_system_name","Ubuntu"),("_system_type","Linux"),("_system_version","16.04"),("rvm_bin_path","/home/computer/.rvm/bin"),("rvm_path","/home/computer/.rvm"),("rvm_prefix","/home/computer"),("rvm_version","1.27.0 (latest)")]
/usr/local/bin/ghc -hide-all-packages -c /tmp/13976-0.c -o /tmp/13976-1.o
/usr/bin/ld.gold -x -r /tmp/13976-1.o -o /tmp/13976-2.o
Searching for lhc in path.
Cannot find lhc on the path
Searching for lhc-pkg in path.
Cannot find lhc-pkg on the path
Searching for pkg-config in path.
Found pkg-config at /usr/bin/pkg-config
/usr/bin/pkg-config --version
/usr/bin/pkg-config is version 0.29.1
looking for tool runghc near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/runghc","/usr/local/haskell/ghc-8.2.1-x86_64/bin/runghc-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/runghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/runghc"]
found runghc in /usr/local/bin/runghc
/usr/local/bin/runghc --version
/usr/local/bin/runghc is version 8.2.1
Searching for strip in path.
Found strip at /usr/bin/strip
/usr/bin/strip --version
/usr/bin/strip is version 2.26
Searching for tar in path.
Found tar at /bin/tar
/bin/tar --help
Searching for uhc in path.
Cannot find uhc on the path
Reading installed packages...
/usr/local/bin/ghc-pkg dump --global -v0
/usr/local/bin/ghc-pkg dump --user -v0
/usr/local/bin/ghc --print-libdir
Reading available packages...
index-state(hackage.haskell.org) = 2017-10-21T20:34:41Z
/usr/bin/pkg-config --list-all
/usr/bin/pkg-config --modversion zlib gio-unix-2.0 libtasn1 protobuf xshmfence gio-2.0 libidn mirclient kdb libpng12 hogweed xinerama p11-kit-1 ibus-table menu dbus-1 gmodule-2.0 randrproto glib-2.0 m17n-db xdmcp xau libedit libdrm xscrnsaver adwaita-icon-theme gl fontutil glproto libbsd-ctor wayland-client libpcrecpp xorg-wacom ice sdl2 libffi gmodule-no-export-2.0 libdrm_nouveau SDL_gfx xrender libgdiplus wayland-server krb5 xproto xext xcb videoproto pthread-stubs libbsd-overlay python-2.7 xcb-randr renderproto systemd xcb-present SDL2_gfx libssl librtmp yaml-0.1 glesv2 openssl xcursor xi caca mysqlclient egl xrandr xcb-sync ncurses xkbcomp libpulse-mainloop-glib python expat xt x11-xcb xv libudev xcb-shape fixesproto gmodule-export-2.0 SDL2_image damageproto iso-codes dri krb5-gssapi x11 xdamage libpq SDL2_ttf usbutils tinfo sqlite3 kbproto gnutls xcb-dri2 xcb-dri3 libbsd libquvi-scripts nettle libdrm_amdgpu dri2proto xxf86vm inputproto libpcre16 mit-krb5-gssapi xextproto libdrm_radeon gobject-2.0 mobile-broadband-provider-info bash-completion libpulse-simple libpng gthread-2.0 poppler-data yelp-xsl 'ncurses++' libcrypto python2 form com_err libpcreposix libcurl wayland-cursor tic gnome-icon-theme mircookie wayland-scanner xf86vidmodeproto xkeyboard-config scrnsaverproto sdl libdrm_intel sm xineramaproto glu wayland-egl shared-mime-info protobuf-lite libpulse 'caca++' xcb-render kadm-client xkbcommon libpcre pm-utils panel libpcre32 xtrans alsa xbitmaps kadm-server slang gssrpc mircore mit-krb5 intel-gen4asm xcb-xfixes xorg-sgml-doctools udev xcb-glx xfixes
Searching for curl in path.
Found curl at /usr/bin/curl
Searching for powershell in path.
Cannot find powershell on the path
Searching for wget in path.
Found wget at /usr/bin/wget
Selected http transport implementation: curl
Resolving dependencies...
targets: css-text
constraints: 
  any.base installed (non-upgradeable package)
  any.ghc-prim installed (non-upgradeable package)
  any.integer-gmp installed (non-upgradeable package)
  any.template-haskell installed (non-upgradeable package)
  stanzas css-text (config file, command line flag, or user target)
  css-text ==0.1.2.2 (user target)
preferences: 
  ADPfusion <0.4.0.0 || >0.4.0.0
  AFSM <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0 && <0.1.1.1 || >0.1.1.1 && <0.1.1.2 || >0.1.1.2 && <0.1.1.3 || >0.1.1.3 && <0.1.2.0 || >0.1.2.0
  AesonBson <0.2.0 || >0.2.0 && <0.2.1 || >0.2.1
  BiobaseXNA <0.9.1.0 || >0.9.1.0
  BufferedSocket <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0
  Cabal <1.24.1.0 || >1.24.1.0
  ChannelT <0.0.0.1 || >0.0.0.1 && <0.0.0.3 || >0.0.0.3
  FTGL <1.4 || >1.4
  FloatingHex <0.1 || >0.1 && <0.2 || >0.2 && <0.3 || >0.3
  GPipe <1.0.0 || >1.0.0 && <1.0.1 || >1.0.1 && <1.0.2 || >1.0.2 && <1.0.3 || >1.0.3 && <1.0.4 || >1.0.4 && <1.1.0 || >1.1.0 && <1.1.1 || >1.1.1 && <1.1.2 || >1.1.2 && <1.1.3 || >1.1.3 && <1.1.4 || >1.1.4 && <1.1.5 || >1.1.5 && <1.1.6 || >1.1.6 && <1.1.7 || >1.1.7 && <1.2.0 || >1.2.0 && <1.2.1 || >1.2.1 && <1.3 || >1.3 && <1.3.1 || >1.3.1 && <1.3.2 || >1.3.2 && <1.4 || >1.4 && <2.0 || >2.0 && <2.0.1 || >2.0.1 && <2.0.2 || >2.0.2 && <2.1 || >2.1 && <2.1.1 || >2.1.1 && <2.1.2 || >2.1.2 && <2.1.3 || >2.1.3 && <2.1.4 || >2.1.4 && <2.1.5 || >2.1.5 && <2.1.6 || >2.1.6 && <2.1.7 || >2.1.7 && <2.2 || >2.2 && <2.2.1 || >2.2.1 && <2.2.2 || >2.2.2
  GPipe-GLFW >=1.4.0
  HSlippyMap <0.1.0.0 || >0.1.0.0 && <1.0 || >1.0 && <1.2 || >1.2 && <1.4 || >1.4 && <1.6 || >1.6 && <1.8 || >1.8 && <2.0 || >2.0 && <2.1 || >2.1
  HaTeX-qq <0.0.0.0 || >0.0.0.0 && <0.0.1.0 || >0.0.1.0
  Hs2lib <0.5.7 || >0.5.7 && <0.5.8 || >0.5.8
  Hungarian-Munkres <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1 && <0.1.2 || >0.1.2
  IPv6Addr >=0.5
  LambdaDB <0.0.0.5 || >0.0.0.5
  Lambdajudge >=1.0.0.1
  Lykah <0.0.1 || >0.0.1
  MailchimpSimple <0.1.0.0 || >0.1.0.0
  Munkres-simple <0.1.0.0 || >0.1.0.0
  NTRU <0.1.0.0 || >0.1.0.0 && <1.0.0.0 || >1.0.0.0
  NetSNMP <0.3.2.4 || >0.3.2.4
  Octree <0.5.4.1 || >0.5.4.1
  SCalendar <0.1.0.0 || >0.1.0.0
  SConfig <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0
  ShellCheck <0.4.0 || >0.4.0
  Spock >0.5 && <0.6.1.1 || >0.6.1.1 && <0.7.3.0 || >0.7.3.0 && <0.10.0.0 || >0.10.0.0
  Spock-lucid <0.1.0.0 || >0.1.0.0
  Win32 <2.5.4.0 || >2.5.4.0
  Win32-dhcp-server <0.1 || >0.1 && <0.2 || >0.2
  Win32-services <0.2 || >0.2 && <0.2.1 || >0.2.1 && <0.2.2 || >0.2.2 && <0.2.2.1 || >0.2.2.1
  XSaiga <1.4.0.0 || >1.4.0.0
  abnf <0.1.0.0 || >0.1.0.0
  accelerate-cuda <0.15.1.0 || >0.15.1.0 && <0.15.1.1 || >0.15.1.1
  acme-everything <2015.4.15 || >2015.4.15
  aeson <0.7.0.0 || >0.7.0.0 && <0.7.0.1 || >0.7.0.1 && <0.7.0.2 || >0.7.0.2 && <0.7.0.3 || >0.7.0.3 && <0.7.0.5 || >0.7.0.5 && <0.8.0.0 || >0.8.0.0 && <0.8.0.1 || >0.8.0.1 && <0.10.0.0 || >0.10.0.0
  aeson-diff <1.1.0.3 || >1.1.0.3
  aeson-flatten <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  aeson-prefix <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  alarmclock <0.1.0.0 || >0.1.0.0
  algebraic-prelude <0.1.0.0 || >0.1.0.0
  almost-fix <0.0.0 || >0.0.0 && <0.0.1 || >0.0.1
  alternators <0.1.1.0 || >0.1.1.0
  amazonka >=1.0.0 && <1.3.5 || >1.3.5 && <1.4.4 || >1.4.4
  amazonka-core >=0.3 && <1.3.3 || >1.3.3 && <1.3.5 || >1.3.5
  amazonka-s3-streaming <0.2.0.0 || >0.2.0.0
  amazonka-test <1.3.5 || >1.3.5
  apiary <0.1.0.0 || >0.1.0.0 && <0.4.3.1 || >0.4.3.1 && <0.6.0.0 || >0.6.0.0 && <0.12.0 || >0.12.0 && <0.12.1 || >0.12.1 && <1.4.1 || >1.4.1
  apiary-cookie <0.4.3.1 || >0.4.3.1
  apiary-memcached <1.2.0 || >1.2.0
  apiary-persistent <0.4.3.1 || >0.4.3.1
  apiary-purescript <0.17.0 || >0.17.0
  apiary-websockets <0.4.3.1 || >0.4.3.1
  app-settings <0.2.0.4 || >0.2.0.4
  arrow-extras <0.1.0.0 || >0.1.0.0
  astro <0.4.1.0 || >0.4.1.0 && <0.4.1.1 || >0.4.1.1
  atom-conduit <0.3.1.0 || >0.3.1.0 && <0.4.0.0 || >0.4.0.0
  atomic-primops <0.1.0.0 || >0.1.0.0 && <0.1.0.2 || >0.1.0.2 && <0.2.2 || >0.2.2 && <0.2.2.1 || >0.2.2.1 && <0.3 || >0.3 && <0.4 || >0.4 && <0.5 || >0.5
  audacity <0.0.1 || >0.0.1
  auto <0.2.0.2 || >0.2.0.2 && <0.3.0.0 || >0.3.0.0 && <0.4.2.1 || >0.4.2.1
  autoexporter <0.1.0 || >0.1.0
  autom <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  base-compat ==0.8.0.* || >0.8.1
  base-orphans ==0 || ==0.4.1.* || >0.4.2
  base-prelude <0.1.18 || >0.1.18 && <1.0.2 || >1.0.2 && <1.1 || >1.1
  base32-bytestring <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1
  base91 >=2 && <2.0.0 || >2.0.0
  beam-th >=0.2
  bench <1.0.0 || >1.0.0
  bencoding <0.2.1.0 || >0.2.1.0
  bifunctors <5.4 || >5.4
  binary <0.9.0.0 || >0.9.0.0
  binary-conduit <1.2.1.1 || >1.2.1.1
  binary-parsers <0.1.0.0 || >0.1.0.0
  binary-typed <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1
  bindings-DSL <1.0.18 || >1.0.18
  bindings-wlc >=0.1.0.3
  bitcoin-payment-channel >=0.6.0.1
  bitx-bitcoin <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.3.0.0 || >0.3.0.0 && <0.4.0.0 || >0.4.0.0 && <0.4.0.1 || >0.4.0.1 && <0.5.0.0 || >0.5.0.0 && <0.5.0.1 || >0.5.0.1 && <0.6.0.0 || >0.6.0.0
  bizzlelude <1.0 || >1.0
  blas >=0.7.6
  bloodhound <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.2.0.0 || >0.2.0.0 && <0.3.0.0 || >0.3.0.0
  bloomfilter-redis <0.1.0.1 || >0.1.0.1
  bower-json <1.0.0 || >1.0.0
  buchhaltung <0.0.2 || >0.0.2
  buffer-builder <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1
  bugzilla <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.2.0.0 || >0.2.0.0 && <0.2.1.0 || >0.2.1.0
  bytestring-builder <0.10.4.0 || >0.10.4.0 && <0.10.4.0.1 || >0.10.4.0.1
  cabal-bounds <0.9.1 || >0.9.1 && <1.0.3 || >1.0.3
  cabal-debian <3.4 || >3.4
  cabal-helper <0.1.0.0 || >0.1.0.0 && <0.5.2.0 || >0.5.2.0 && <0.7.0.1 || >0.7.0.1
  cabal2nix <2.4 || >2.4
  cacophony >=0.10
  calculator <0.1.2.2 || >0.1.2.2 && <0.1.4.0 || >0.1.4.0 && <0.1.4.1 || >0.1.4.1 && <0.1.5.0 || >0.1.5.0 && <0.1.5.1 || >0.1.5.1 && <0.1.5.2 || >0.1.5.2 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.2.0 || >0.2.2.0 && <0.3.0.0 || >0.3.0.0 && <0.4.0.0 || >0.4.0.0
  call <0.2 || >0.2
  camfort <0.903 || >0.903
  carray <0.1.0.0 || >0.1.0.0 && <0.1.1 || >0.1.1 && <0.1.2 || >0.1.2 && <0.1.3 || >0.1.3 && <0.1.4 || >0.1.4 && <0.1.5 || >0.1.5 && <0.1.5.1 || >0.1.5.1 && <0.1.5.2 || >0.1.5.2
  casing <0.1.2.0 || >0.1.2.0
  cereal-plus <0.3.0 || >0.3.0
  chatter <0.2.0.0 || >0.2.0.0
  chorale <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1 && <0.1.2 || >0.1.2 && <0.1.3 || >0.1.3
  chorale-geo <0.1.1 || >0.1.1
  clafer >=0.4.2.1
  claferIG >=0.4.2.1
  claferwiki >=0.4.2.1
  clang-pure <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  clarifai <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.1.0 || >0.1.1.0
  clash-ghc <0.3 || >0.3 && <0.3.0.1 || >0.3.0.1 && <0.3.0.2 || >0.3.0.2 && <0.5 || >0.5 && <0.6.1 || >0.6.1 && <0.6.2 || >0.6.2 && <0.6.11 || >0.6.11 && <0.6.12 || >0.6.12 && <0.6.13 || >0.6.13 && <0.6.14 || >0.6.14 && <0.7 || >0.7
  clash-lib <0.6.11 || >0.6.11 && <0.6.12 || >0.6.12
  clash-vhdl <0.6.9 || >0.6.9
  clckwrks <0.23.17 || >0.23.17 && <0.23.19 || >0.23.19
  cloben <0.1.0.2 || >0.1.0.2
  clustering <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1
  cmark <0.3.5 || >0.3.5 && <0.5.3 || >0.5.3
  codex <0.5.0.1 || >0.5.0.1
  commutative <0.0.1 || >0.0.1 && <0.0.1.1 || >0.0.1.1 && <0.0.1.2 || >0.0.1.2
  composition-extra <0.0.0.1 || >0.0.0.1 && <0.0.0.2 || >0.0.0.2 && <1.0.0 || >1.0.0 && <1.0.0.1 || >1.0.0.1 && <1.0.1 || >1.0.1 && <1.0.1.1 || >1.0.1.1 && <1.0.2 || >1.0.2 && <1.1.0 || >1.1.0 && <1.2.0 || >1.2.0 && <1.3.0 || >1.3.0
  conduit-extra <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1 && <0.1.2 || >0.1.2 && <0.1.3 || >0.1.3 && <0.1.4 || >0.1.4 && <0.1.5 || >0.1.5 && <0.1.6 || >0.1.6 && <0.1.7 || >0.1.7 && <1.0.0 || >1.0.0
  console-program <0.4.0.0 || >0.4.0.0 && <0.4.0.1 || >0.4.0.1 && <0.4.0.2 || >0.4.0.2
  containers <0.5.8.1 || >0.5.8.1 && <0.5.9.1 || >0.5.9.1
  conversion-bytestring <1.0.0.0 || >1.0.0.0
  convert-annotation <0.4.0.0 || >0.4.0.0
  cpphs <1.13 || >1.13 && <1.19.1 || >1.19.1 && <1.20.4 || >1.20.4 && <1.20.5 || >1.20.5 && <1.20.6 || >1.20.6 && <1.20.7 || >1.20.7
  crackNum <1.0 || >1.0 && <1.1 || >1.1 && <1.2 || >1.2 && <1.3 || >1.3 && <1.4 || >1.4 && <1.5 || >1.5 && <1.6 || >1.6 && <1.7 || >1.7 && <1.8 || >1.8
  crawlchain <0.1.0.8 || >0.1.0.8
  credentials-cli <0.0.1.1 || >0.0.1.1
  criterion <1.2.0.0 || >1.2.0.0 && <1.2.1.0 || >1.2.1.0
  crypto-api <0.13.1 || >0.13.1
  crypto-enigma >=0.0.2.9
  cryptoids <0.0.0 || >0.0.0
  cubical <0.1.1 || >0.1.1
  cublas <0.2.0.0 || >0.2.0.0
  cuda <0.6.6.1 || >0.6.6.1
  currency-codes >=2.0.0.0
  d3d11binding <0.0.0.1 || >0.0.0.1 && <0.0.0.2 || >0.0.0.2 && <0.0.0.3 || >0.0.0.3 && <0.0.0.4 || >0.0.0.4
  dag <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.2.1 || >0.0.2.1 && <0.1 || >0.1 && <0.1.0.1 || >0.1.0.1
  damnpacket >=1
  data-diverse <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0 && <0.2.1.0 || >0.2.1.0 && <0.3.0.0 || >0.3.0.0 && <0.4.0.0 || >0.4.0.0 && <0.5.0.0 || >0.5.0.0 && <0.6.0.0 || >0.6.0.0 && <0.7.0.0 || >0.7.0.0 && <0.8.0.0 || >0.8.0.0 && <0.8.1.0 || >0.8.1.0 && <0.9.0.0 || >0.9.0.0 && <0.9.0.1 || >0.9.0.1 && <0.10.0.0 || >0.10.0.0 && <0.11.0.0 || >0.11.0.0 && <1.0.0.0 || >1.0.0.0 && <1.0.0.1 || >1.0.0.1 && <1.1.0.0 || >1.1.0.0 && <1.2.0.0 || >1.2.0.0
  data-diverse-lens <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0 && <0.3.0.0 || >0.3.0.0 && <0.4.0.0 || >0.4.0.0
  data-ordlist <0.0 || >0.0 && <0.0.1 || >0.0.1 && <0.4.1 || >0.4.1
  deepseq-bounded <0.5.0 || >0.5.0 && <0.5.1 || >0.5.1 && <0.5.2 || >0.5.2 && <0.5.3 || >0.5.3 && <0.5.4 || >0.5.4 && <0.5.5 || >0.5.5
  depends <0.0.0 || >0.0.0
  deriving-compat <0.3.2 || >0.3.2
  dhall <1.0.0 || >1.0.0 && <1.4.0 || >1.4.0 && <1.4.1 || >1.4.1
  diagrams-builder <0.5.0.11 || >0.5.0.11
  diagrams-gtk <1.0.1.1 || >1.0.1.1
  diagrams-haddock <0.3.0.8 || >0.3.0.8
  diagrams-svg <1.3.1.8 || >1.3.1.8
  diagrams-wx <0.1.0.0 || >0.1.0.0
  dictionaries <0.2.0 || >0.2.0
  directory <1.2.6.1 || >1.2.6.1
  disposable <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0 && <0.1.1.1 || >0.1.1.1 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1
  distributed-process <0.6.3 || >0.6.3
  distributed-process-tests <0.4.1 || >0.4.1 && <0.4.3.1 || >0.4.3.1 && <0.4.3.2 || >0.4.3.2
  diversity <0.8.0.0 || >0.8.0.0
  docker <0.1.0.0 || >0.1.0.0
  doctest <0.12.0 || >0.12.0
  doctest-discover <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3 && <0.1.0.5 || >0.1.0.5
  doctest-driver-gen <0.1.0.0 || >0.1.0.0
  doi <0.0.1 || >0.0.1
  dotenv <0.2.0.0 || >0.2.0.0
  dresdner-verkehrsbetriebe <0.1.0 || >0.1.0
  dublincore-xml-conduit <0.1.0.0 || >0.1.0.0
  ede <0.2.1 || >0.2.1 && <0.2.8 || >0.2.8 && <0.2.8.1 || >0.2.8.1
  editor-open <0.3.0.0 || >0.3.0.0
  ehs <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  eibd-client-simple >=0.0.4
  eigen <1.0.0 || >1.0.0 && <1.1.1 || >1.1.1 && <1.2.3 || >1.2.3 && <2.1.0 || >2.1.0 && <2.1.1 || >2.1.1 && <2.1.2 || >2.1.2 && <2.1.3 || >2.1.3 && <2.1.4 || >2.1.4 && <2.1.5 || >2.1.5
  ekg-cloudwatch <0.0.1.5 || >0.0.1.5
  elm-init <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.1.0 || >0.1.1.0 && <1.0.1.1 || >1.0.1.1 && <1.0.2 || >1.0.2
  email-validate >=2.0 && <2.1.0 || >2.1.0 && <2.1.1 || >2.1.1 && <2.2.1 || >2.2.1
  endo >0.1.0.1
  engine-io <1.1.1 || >1.1.1
  envy <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.2.0.0 || >0.2.0.0 && <0.3.0.0 || >0.3.0.0 && <0.3.0.1 || >0.3.0.1 && <0.3.0.2 || >0.3.0.2 && <0.3.1.2 || >0.3.1.2 && <1.1.0.0 || >1.1.0.0 && <1.2.0.0 || >1.2.0.0 && <1.2.0.1 || >1.2.0.1
  equational-reasoning <0.2.0.1 || >0.2.0.1 && <0.4.1.0 || >0.4.1.0
  equivalence <0.2.6 || >0.2.6
  errorcall-eq-instance ==0.3.*
  esqueleto <1.4.1.1 || >1.4.1.1
  eventstore <0.13.0.0 || >0.13.0.0 && <0.13.0.1 || >0.13.0.1 && <0.13.1.0 || >0.13.1.0 && <0.13.1.1 || >0.13.1.1 && <0.13.1.2 || >0.13.1.2 && <0.13.1.3 || >0.13.1.3 && <0.13.1.4 || >0.13.1.4
  exceptional <0.1.2.0 || >0.1.2.0
  exherbo-cabal <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  extensible-effects <1.5.0 || >1.5.0 && <1.6.0 || >1.6.0
  fast-logger <2.4.4 || >2.4.4
  fasta <0.5.2.0 || >0.5.2.0 && <0.5.4.0 || >0.5.4.0 && <0.6.1.0 || >0.6.1.0 && <0.7.1.0 || >0.7.1.0
  fbmessenger-api <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3
  feed-gipeda <0.1.0.3 || >0.1.0.3
  fgl <5.5.4.0 || >5.5.4.0
  filestore <0.6.0.5 || >0.6.0.5
  fingertree <0.1.2.0 || >0.1.2.0
  flow <1.0.4 || >1.0.4
  fn <0.0.0.0 || >0.0.0.0
  foldl-statistics >0.1.3 && <0.1.3.0 || >0.1.3.0
  fptest <0.2.2.0 || >0.2.2.0
  free-game <0.2.0.0 || >0.2.0.0 && <0.9 || >0.9 && <0.9.2 || >0.9.2
  fsnotify <0.2 || >0.2 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.0.3 || >0.2.0.3
  gdo <0.1.3 || >0.1.3
  gegl <0.0.0.1 || >0.0.0.1 && <0.0.0.2 || >0.0.0.2 && <0.0.0.3 || >0.0.0.3
  generic-deriving <1.10.1 || >1.10.1
  ghc-events-analyze <0.2.3 || >0.2.3
  ghc-events-parallel ==0.4.3.1 || >=0.5.0.1
  ghc-mod >5 && <5.0.0 || >5.0.0
  ghc-session <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  ghcjs-websockets <0.3.0.0 || >0.3.0.0 && <0.3.0.1 || >0.3.0.1 && <0.3.0.2 || >0.3.0.2 && <0.3.0.3 || >0.3.0.3
  gi-gdk <0.3.16.8 || >0.3.16.8 && <0.3.16.9 || >0.3.16.9 && <0.3.16.10 || >0.3.16.10 && <0.3.16.11 || >0.3.16.11 && <0.3.18.10 || >0.3.18.10
  gi-glib <0.2.44.8 || >0.2.44.8 && <0.2.44.9 || >0.2.44.9 && <0.2.44.10 || >0.2.44.10 && <0.2.44.11 || >0.2.44.11 && <0.2.46.10 || >0.2.46.10
  gi-gobject <0.2.44.8 || >0.2.44.8 && <0.2.44.9 || >0.2.44.9 && <0.2.44.10 || >0.2.44.10 && <0.2.44.11 || >0.2.44.11 && <0.2.46.10 || >0.2.46.10
  gi-gtk <0.3.16.8 || >0.3.16.8 && <0.3.16.9 || >0.3.16.9 && <0.3.16.10 || >0.3.16.10 && <0.3.16.11 || >0.3.16.11 && <0.3.18.10 || >0.3.18.10
  gi-gtk-hs <0.3.4.1 || >0.3.4.1
  gi-pango <0.1.36.8 || >0.1.36.8 && <0.1.36.9 || >0.1.36.9 && <0.1.36.10 || >0.1.36.10 && <0.1.36.11 || >0.1.36.11 && <0.1.38.10 || >0.1.38.10
  ginger <0.3.9.0 || >0.3.9.0
  ginsu <0.8.2 || >0.8.2
  git-freq <0.0.1 || >0.0.1
  git-mediate >=1.0.1
  gl <0.7.2.1 || >0.7.2.1
  glaze <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2
  glazier >=0.8
  glazier-pipes >=0.1.5.1
  gll ==0.3.0.9.* || >0.3.0.10
  gloss-accelerate <0.2.0.0 || >0.2.0.0
  gloss-raster-accelerate <0.2.0.0 || >0.2.0.0
  google-maps-geocoding <0.1.0.0 || >0.1.0.0
  gore-and-ash-network <1.2.0.0 || >1.2.0.0 && <1.2.1.0 || >1.2.1.0
  groundhog-inspector <0.8.0.1 || >0.8.0.1
  hArduino <0.1 || >0.1 && <0.2 || >0.2 && <0.3 || >0.3 && <0.4 || >0.4 && <0.5 || >0.5 && <0.6 || >0.6 && <0.7 || >0.7 && <0.8 || >0.8 && <0.9 || >0.9 && <1.0 || >1.0
  hPDB <0.99 || >0.99 && <0.999 || >0.999 && <0.9999 || >0.9999 && <0.9999.1 || >0.9999.1 && <1.2.0.6 || >1.2.0.6 && <1.2.0.7 || >1.2.0.7 && <1.2.0.8 || >1.2.0.8
  hXmixer <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0 && <0.2.0.0 || >0.2.0.0
  hadoop-formats <0.1.0.0 || >0.1.0.0
  hadoop-rpc <0.1.1.0 || >0.1.1.0
  hadoop-tools <1.0.0 || >1.0.0
  hakaru >=0.1 && <0.3
  halive <0.1.0.0 || >0.1.0.0
  hans-pcap <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  happy <1.16 || >1.16 && <1.17 || >1.17
  harmony <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  hascas <0.1.0.0 || >0.1.0.0 && <1.0.0 || >1.0.0 && <1.1.0 || >1.1.0
  haskakafka <0.2.0.0 || >0.2.0.0
  haskell-awk <1.0 || >1.0
  haskell-eigen-util <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.3 || >0.1.0.3
  haskell-gi-base <0.16 || >0.16 && <0.19 || >0.19
  haskell-igraph <0.1.0 || >0.1.0 && <0.2.0 || >0.2.0 && <0.2.1 || >0.2.1
  haskey >=0.2
  haskey-btree >=0.2
  haskey-mtl <0.1.0.0 || >0.1.0.0
  haskmon <0.2.0.0 || >0.2.0.0
  hasktags <0.68.3 || >0.68.3 && <0.68.4 || >0.68.4 && <0.68.5 || >0.68.5 && <0.69.2 || >0.69.2
  hasql <0.2.2 || >0.2.2 && <0.3.0 || >0.3.0
  haste-compiler <0.4.2 || >0.4.2 && <0.4.4 || >0.4.4 && <0.4.4.1 || >0.4.4.1 && <0.4.4.2 || >0.4.4.2 && <0.4.4.3 || >0.4.4.3 && <0.5.0 || >0.5.0 && <0.5.0.1 || >0.5.0.1 && <0.5.1.0 || >0.5.1.0 && <0.5.1.1 || >0.5.1.1 && <0.5.1.2 || >0.5.1.2 && <0.5.1.3 || >0.5.1.3 && <0.5.2 || >0.5.2 && <0.5.3 || >0.5.3 && <0.5.4 || >0.5.4 && <0.5.4.1 || >0.5.4.1 && <0.5.4.2 || >0.5.4.2 && <0.5.5.0 || >0.5.5.0
  hax <0.0.1 || >0.0.1
  haxy >=1.0.1
  hblas <0.4.0.0 || >0.4.0.0
  hcltest <0.1 || >0.1 && <0.2 || >0.2
  helics <0.1.0 || >0.1.0 && <0.3.0 || >0.3.0 && <0.4.0 || >0.4.0 && <0.4.1 || >0.4.1 && <0.5.0 || >0.5.0
  helm <0.1.0 || >0.1.0 && <0.2.0 || >0.2.0 && <0.3.0 || >0.3.0 && <0.3.1 || >0.3.1 && <0.4 || >0.4 && <0.5.0 || >0.5.0 && <0.6.0 || >0.6.0 && <0.6.1 || >0.6.1 && <0.7.0 || >0.7.0 && <0.7.1 || >0.7.1
  help-esb <0.1.1 || >0.1.1
  heroku <0.1.1 || >0.1.1
  higher-leveldb <0.1.1.0 || >0.1.1.0 && <0.2.0.0 || >0.2.0.0
  highjson <0.2.0.0 || >0.2.0.0
  hip <1.0.0.0 || >1.0.0.0
  hjsonschema <0.10.0.0 || >0.10.0.0
  hledger-iadd <1.2.4 || >1.2.4
  hmemdb <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3 && <0.1.0.4 || >0.1.0.4 && <0.1.0.5 || >0.1.0.5 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.0.3 || >0.2.0.3 && <0.2.0.4 || >0.2.0.4 && <0.3.0.0 || >0.3.0.0 && <0.3.0.1 || >0.3.0.1 && <0.3.1.0 || >0.3.1.0 && <0.3.1.1 || >0.3.1.1
  hoobuddy <0.1.0.0 || >0.1.0.0
  hora <1.0 || >1.0 && <1.0.1 || >1.0.1 && <1.0.2 || >1.0.2 && <1.0.3 || >1.0.3 && <1.1 || >1.1 && <1.1.1 || >1.1.1 && <2.0 || >2.0 && <2.0.1 || >2.0.1
  hpack <0.9.0 || >0.9.0
  hpath >=0.7.2 && <0.7.4 || >0.7.4
  hpdft <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  hpqtypes <1.3.1 || >1.3.1
  hs-carbon <0.0.0.2 || >0.0.0.2 && <0.0.0.3 || >0.0.0.3
  hspec >=2.0
  hspec-discover <0.0.0 || >0.0.0 && <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.5 || >0.0.5 && <0.1.0 || >0.1.0 && <0.1.0.1 || >0.1.0.1 && <0.2.0 || >0.2.0
  hspec-expectations <0.4.0 || >0.4.0
  hspec-snap <0.3.2.8 || >0.3.2.8
  hsrelp <0.1.0.0 || >0.1.0.0
  hsyslog <3 || >3
  http-common <0.7.0.1 || >0.7.0.1 && <0.7.1.1 || >0.7.1.1 && <0.7.2.0 || >0.7.2.0
  http-streams >0.7.2.0 && <0.7.2.2 || >0.7.2.2 && <0.7.2.3 || >0.7.2.3 && <0.7.2.4 || >0.7.2.4 && <0.7.2.5 || >0.7.2.5 && <0.7.2.6 || >0.7.2.6 && <0.8.3.1 || >0.8.3.1 && <0.8.3.2 || >0.8.3.2 && <0.8.3.3 || >0.8.3.3 && <0.8.5.2 || >0.8.5.2
  huckleberry <0.9.0.0 || >0.9.0.0 && <0.9.0.1 || >0.9.0.1
  hxt >=9.3 && <9.3.1.5 || >9.3.1.5
  hydrogen-cli >=0.14
  hydrogen-cli-args >=0.14
  hydrogen-data >=0.14
  hydrogen-prelude >=0.14
  hydrogen-syntax >=0.14
  hydrogen-version >=1.3
  ihaskell <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.0.3 || >0.2.0.3 && <0.2.0.4 || >0.2.0.4 && <0.2.0.5 || >0.2.0.5 && <0.3.0.0 || >0.3.0.0 && <0.3.0.1 || >0.3.0.1 && <0.3.0.2 || >0.3.0.2 && <0.3.0.3 || >0.3.0.3 && <0.3.0.4 || >0.3.0.4 && <0.4.0.0 || >0.4.0.0 && <0.4.1.0 || >0.4.1.0 && <0.4.2.0 || >0.4.2.0 && <0.4.3.0 || >0.4.3.0 && <0.5.0.0 || >0.5.0.0
  imagemagick >0.0.2 && <0.0.3 || >0.0.3 && <0.0.3.1 || >0.0.3.1 && <0.0.3.3 || >0.0.3.3 && <0.0.3.5 || >0.0.3.5
  indextype <0.2.1.0 || >0.2.1.0
  inspection-proxy <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  ip6addr >=0.5.0.0 && <0.5.1.3 || >0.5.1.3
  isobmff-builder <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.0.3 || >0.2.0.3 && <0.3.0.0 || >0.3.0.0 && <0.9.0.0 || >0.9.0.0 && <0.10.0.0 || >0.10.0.0
  javascript-extras <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1
  jespresso >=1.0.1
  jni <0.2 || >0.2 && <0.2.1 || >0.2.1
  jsaddle-dom <0.1.0.2 || >0.1.0.2
  json-autotype <1.0.8 || >1.0.8 && <1.0.9 || >1.0.9 && <1.0.11 || >1.0.11 && <1.0.12 || >1.0.12
  json-stream <0.1.0.0 || >0.1.0.0 && <0.3.0.0 || >0.3.0.0 && <0.3.0.1 || >0.3.0.1 && <0.3.0.2 || >0.3.0.2 && <0.3.2.3 || >0.3.2.3
  json-togo <0.1.0.2 || >0.1.0.2
  kawhi <0.0.1 || >0.0.1
  knead <0.2 || >0.2 && <0.2.0.1 || >0.2.0.1
  l10n <0.1.0.0 || >0.1.0.0
  lambdabot <5.0.2 || >5.0.2
  lambdabot-haskell-plugins <5.0.2 || >5.0.2
  lambdabot-novelty-plugins <5.0.2 || >5.0.2
  lambdabot-reference-plugins <5.0.2 || >5.0.2
  lambdabot-trusted <5.0.2 || >5.0.2
  lambdacube-gl <0.2.0 || >0.2.0 && <0.2.1 || >0.2.1 && <0.2.2 || >0.2.2
  language-c-inline <0.7.9.0 || >0.7.9.0
  language-lua <0.7.0 || >0.7.0
  language-thrift >=0.9
  layers-game <0.5.1 || >0.5.1
  leankit-api <0.1 || >0.1 && <0.2 || >0.2 && <0.3 || >0.3
  leapseconds-announced <2017.0.0.1 || >2017.0.0.1
  leksah <0.1 || >0.1 && <0.1.1 || >0.1.1 && <0.4 || >0.4 && <0.4.0.1 || >0.4.0.1 && <0.4.0.2 || >0.4.0.2 && <0.4.0.3 || >0.4.0.3 && <0.4.1 || >0.4.1 && <0.4.2 || >0.4.2 && <0.4.2.1 || >0.4.2.1 && <0.4.3 || >0.4.3 && <0.4.4 || >0.4.4 && <0.4.4.1 || >0.4.4.1 && <0.6.0 || >0.6.0 && <0.6.1 || >0.6.1 && <0.8 || >0.8 && <0.8.0.1 || >0.8.0.1 && <0.8.0.3 || >0.8.0.3 && <0.8.0.4 || >0.8.0.4 && <0.8.0.6 || >0.8.0.6 && <0.8.0.8 || >0.8.0.8 && <0.10.0.0 || >0.10.0.0 && <0.10.0.1 || >0.10.0.1 && <0.10.0.3 || >0.10.0.3 && <0.10.0.4 || >0.10.0.4 && <0.12.0.3 || >0.12.0.3 && <0.12.1.0 || >0.12.1.0 && <0.12.1.2 || >0.12.1.2 && <0.12.1.3 || >0.12.1.3 && <0.13.3.0 || >0.13.3.0 && <0.13.4.0 || >0.13.4.0 && <0.13.4.1 || >0.13.4.1 && <0.13.4.2 || >0.13.4.2 && <0.13.4.3 || >0.13.4.3 && <0.14.0.0 || >0.14.0.0 && <0.14.0.1 || >0.14.0.1 && <0.14.1.0 || >0.14.1.0 && <0.14.1.1 || >0.14.1.1 && <0.14.2.0 || >0.14.2.0 && <0.14.3.0 || >0.14.3.0 && <0.14.4.0 || >0.14.4.0 && <0.15.0.1 || >0.15.0.1 && <0.15.0.2 || >0.15.0.2 && <0.15.0.3 || >0.15.0.3 && <0.15.0.4 || >0.15.0.4 && <0.15.0.5 || >0.15.0.5 && <0.15.0.6 || >0.15.0.6 && <0.15.1.0 || >0.15.1.0 && <0.15.1.1 || >0.15.1.1 && <0.15.1.2 || >0.15.1.2 && <0.15.1.3 || >0.15.1.3 && <0.15.1.4 || >0.15.1.4
  leksah-server <0.8 || >0.8 && <0.8.0.1 || >0.8.0.1 && <0.8.0.2 || >0.8.0.2 && <0.8.0.3 || >0.8.0.3 && <0.8.0.4 || >0.8.0.4 && <0.8.0.5 || >0.8.0.5 && <0.8.0.6 || >0.8.0.6 && <0.8.0.7 || >0.8.0.7 && <0.8.0.8 || >0.8.0.8 && <0.10.0 || >0.10.0 && <0.10.0.3 || >0.10.0.3 && <0.10.0.4 || >0.10.0.4 && <0.12.0.3 || >0.12.0.3 && <0.12.0.4 || >0.12.0.4 && <0.12.0.5 || >0.12.0.5 && <0.12.1.0 || >0.12.1.0 && <0.12.1.1 || >0.12.1.1 && <0.12.1.2 || >0.12.1.2 && <0.13.1.0 || >0.13.1.0 && <0.13.1.1 || >0.13.1.1 && <0.14.0.0 || >0.14.0.0 && <0.14.0.1 || >0.14.0.1 && <0.14.3.0 || >0.14.3.0
  lentil <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.2.0 || >0.1.2.0 && <0.1.2.1 || >0.1.2.1 && <0.1.2.2 || >0.1.2.2 && <0.1.7.1 || >0.1.7.1
  liblawless <0.25.0 || >0.25.0 && <0.25.1 || >0.25.1
  libroman >3.0.0
  linear-grammar <0.0.0.1 || >0.0.0.1 && <0.0.0.2 || >0.0.0.2 && <0.0.0.3 || >0.0.0.3 && <0.0.0.4 || >0.0.0.4 && <0.0.0.5 || >0.0.0.5 && <0.0.0.6 || >0.0.0.6 && <0.0.0.7 || >0.0.0.7 && <0.0.1 || >0.0.1 && <0.0.1.1 || >0.0.1.1 && <0.0.1.2 || >0.0.1.2 && <0.0.1.3 || >0.0.1.3 && <0.0.1.4 || >0.0.1.4 && <0.0.1.5 || >0.0.1.5 && <0.0.1.6 || >0.0.1.6 && <0.0.2 || >0.0.2
  linebreak <1.0.0.1 || >1.0.0.1 && <1.0.0.2 || >1.0.0.2
  linux-inotify <0.3.0.0 || >0.3.0.0
  liquidhaskell <0.6.0.1 || >0.6.0.1
  liquidhaskell-cabal <0.1.0.0 || >0.1.0.0
  lol <0.0.1.0 || >0.0.1.0 && <0.5.0.0 || >0.5.0.0
  lol-apps <0.2.0.0 || >0.2.0.0
  lol-benches <0.0.0.1 || >0.0.0.1 && <0.0.0.2 || >0.0.0.2
  lowgl ==0.3.1.1
  ltext <0.0.0.1 || >0.0.0.1 && <0.0.0.2 || >0.0.0.2 && <0.0.0.3 || >0.0.0.3 && <0.0.0.4 || >0.0.0.4 && <0.0.0.5 || >0.0.0.5 && <0.0.1 || >0.0.1 && <0.0.1.1 || >0.0.1.1 && <0.0.1.2 || >0.0.1.2 && <0.0.2 || >0.0.2 && <0.0.2.1 || >0.0.2.1 && <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1 && <0.1.2 || >0.1.2 && <0.1.2.1 || >0.1.2.1
  ltiv1p1 <1.0 || >1.0 && <1.0.0.1 || >1.0.0.1 && <1.0.0.2 || >1.0.0.2
  ltk <0.8 || >0.8 && <0.8.0.6 || >0.8.0.6 && <0.8.0.8 || >0.8.0.8 && <0.10.0 || >0.10.0 && <0.10.0.3 || >0.10.0.3 && <0.10.0.4 || >0.10.0.4 && <0.12.0.0 || >0.12.0.0 && <0.12.1.0 || >0.12.1.0 && <0.13.1.0 || >0.13.1.0 && <0.13.2.0 || >0.13.2.0 && <0.14.0.0 || >0.14.0.0 && <0.14.0.1 || >0.14.0.1 && <0.14.0.2 || >0.14.0.2
  lvish <1.0 || >1.0 && <1.0.0.2 || >1.0.0.2
  lzma >0.0.0.0
  mac <0.1.1.0 || >0.1.1.0
  managed <1.0.3 || >1.0.3
  markdown-unlit <0.3.0 || >0.3.0
  markup <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.5 || >0.0.5 && <0.0.6 || >0.0.6 && <0.0.6.1 || >0.0.6.1 && <0.0.7 || >0.0.7 && <0.0.8 || >0.0.8 && <1.0.0 || >1.0.0 && <1.1.0 || >1.1.0 && <2.0.0 || >2.0.0 && <2.1.0 || >2.1.0 && <2.1.1 || >2.1.1 && <2.2.0 || >2.2.0 && <3.0.0 || >3.0.0
  markup-preview <0.1.0.0 || >0.1.0.0 && <0.2 || >0.2 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.2.0 || >0.2.2.0
  maxent-learner-hw <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1
  mediabus <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2
  microlens <0.4.0.0 || >0.4.0.0
  microlens-aeson <2.1.1.3 || >2.1.1.3
  midi-util <0.1 || >0.1 && <0.1.1 || >0.1.1
  minimal-configuration <0.1 || >0.1 && <0.1.1 || >0.1.1 && <0.1.2 || >0.1.2
  minioperational <0.3 || >0.3 && <0.4.1 || >0.4.1 && <0.4.4 || >0.4.4
  mintty <0.1 || >0.1
  mmorph <1.0.7 || >1.0.7 && <1.0.8 || >1.0.8
  modify-fasta <0.8.1.1 || >0.8.1.1 && <0.8.1.2 || >0.8.1.2
  monad-log <0.1.0.0 || >0.1.0.0
  monad-metrics <0.1.0.0 || >0.1.0.0
  monad-timing <0.1.0.0 || >0.1.0.0
  mongodb-queue <0.4 || >0.4
  mono-traversable >=0.5
  more-extensible-effects <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  movie-monad <0.0.0.0 || >0.0.0.0
  mustache <0.4.0.0 || >0.4.0.0 && <2.1.1 || >2.1.1 && <2.2 || >2.2
  mxnet <0.1.0.0 || >0.1.0.0
  mysql-haskell <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0 && <0.3.0.0 || >0.3.0.0 && <0.4.0.0 || >0.4.0.0 && <0.4.1.0 || >0.4.1.0
  nationstates <0.2.0.2 || >0.2.0.2
  nested-routes <0.0.1 || >0.0.1 && <0.0.1.1 || >0.0.1.1 && <0.0.2 || >0.0.2 && <0.0.3.1 || >0.0.3.1 && <0.1 || >0.1 && <0.1.1 || >0.1.1 && <0.2 || >0.2 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.1 || >0.2.1 && <0.2.2 || >0.2.2 && <0.2.2.1 || >0.2.2.1 && <0.2.2.2 || >0.2.2.2 && <0.3 || >0.3 && <0.3.1 || >0.3.1 && <0.3.2 || >0.3.2 && <0.3.2.1 || >0.3.2.1 && <1.0 || >1.0 && <1.0.0.1 || >1.0.0.1 && <2.0.0 || >2.0.0 && <2.0.1 || >2.0.1 && <2.1.0 || >2.1.0 && <2.2.0 || >2.2.0 && <3.0.0 || >3.0.0 && <3.0.0.1 || >3.0.0.1 && <3.0.0.2 || >3.0.0.2 && <3.1.0 || >3.1.0 && <3.2.0 || >3.2.0 && <4.0.0 || >4.0.0 && <5.0.0 || >5.0.0 && <6.0.0 || >6.0.0 && <6.0.0.1 || >6.0.0.1 && <7.1.0 || >7.1.0
  network-msg <0.1 || >0.1 && <0.2 || >0.2
  network-simple-sockaddr <0.1 || >0.1
  network-transport-zeromq >0.2.1
  ngx-export <0.3.1.0 || >0.3.1.0 && <0.5.0.0 || >0.5.0.0
  nvim-hs ==0.2.4
  objective <0.0.2 || >0.0.2
  olwrapper >0.4.0
  ombra <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0 && <0.2.0.0 || >0.2.0.0 && <0.2.1.0 || >0.2.1.0 && <0.2.2.0 || >0.2.2.0 && <0.3.0.0 || >0.3.0.0 && <0.3.1.0 || >0.3.1.0
  opaleye <0.3.1.1 || >0.3.1.1 && <0.5.2.1 || >0.5.2.1
  opaleye-sqlite <0.0.0.0 || >0.0.0.0
  open-union <0.1.0.0 || >0.1.0.0
  opml-conduit <0.4.0.0 || >0.4.0.0
  optparse-generic <1.0.0 || >1.0.0 && <1.1.2 || >1.1.2
  orgstat <0.1.0 || >0.1.0
  overloaded-records <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0
  pagerduty ==0.0.4.* || >0.0.5
  pandoc <1.14 || >1.14 && <1.14.0.1 || >1.14.0.1 && <1.14.0.2 || >1.14.0.2 && <1.14.0.3 || >1.14.0.3 && <1.14.0.4 || >1.14.0.4 && <1.15 || >1.15 && <1.15.0.1 || >1.15.0.1
  pandoc-crossref >=0.1.6.5 && <0.2 || >=0.2.1 && <0.2.2.0 || >0.2.2.0
  pandoc-types <1.19 || >1.19
  parser241 <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  path-extra <0.0.0 || >0.0.0 && <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2
  paypal-adaptive-hoops <0.5.0.0 || >0.5.0.0 && <0.5.1.0 || >0.5.1.0 && <0.5.2.0 || >0.5.2.0 && <0.5.3.0 || >0.5.3.0 && <0.6.0.0 || >0.6.0.0 && <0.7.0.0 || >0.7.0.0 && <0.8.0.0 || >0.8.0.0 && <0.9.0.0 || >0.9.0.0
  pcgen <1.0.0 || >1.0.0
  pcre-utils <0.1.6 || >0.1.6 && <0.1.7 || >0.1.7 && <0.1.8 || >0.1.8
  penrose <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  persistent <1.2.3.1 || >1.2.3.1 && <2.0.0 || >2.0.0 && <2.0.0.1 || >2.0.0.1 && <2.0.1 || >2.0.1 && <2.0.1.1 || >2.0.1.1 && <2.0.2 || >2.0.2 && <2.0.3 || >2.0.3 && <2.0.3.1 || >2.0.3.1 && <2.0.4 || >2.0.4 && <2.0.5 || >2.0.5 && <2.0.5.1 || >2.0.5.1 && <2.0.7 || >2.0.7 && <2.0.7.1 || >2.0.7.1 && <2.0.8 || >2.0.8
  persistent-mongoDB <1.3.0 || >1.3.0 && <1.3.1 || >1.3.1 && <1.4.4 || >1.4.4 && <1.4.4.1 || >1.4.4.1 && <1.4.4.2 || >1.4.4.2 && <2.0.0 || >2.0.0 && <2.0.0.1 || >2.0.0.1 && <2.0.0.2 || >2.0.0.2 && <2.0.1 || >2.0.1 && <2.0.2 || >2.0.2 && <2.0.3 || >2.0.3 && <2.0.3.1 || >2.0.3.1 && <2.0.4 || >2.0.4 && <2.0.5 || >2.0.5 && <2.0.6 || >2.0.6 && <2.0.7 || >2.0.7 && <2.0.8 || >2.0.8 && <2.0.8.1 || >2.0.8.1 && <2.0.9 || >2.0.9
  persistent-mysql <2.0.0 || >2.0.0 && <2.0.1 || >2.0.1 && <2.0.3 || >2.0.3 && <2.0.4 || >2.0.4 && <2.0.5 || >2.0.5
  persistent-postgresql <2.0.0 || >2.0.0 && <2.0.1 || >2.0.1 && <2.0.3 || >2.0.3 && <2.0.4 || >2.0.4 && <2.0.4.1 || >2.0.4.1 && <2.0.5 || >2.0.5
  persistent-redis <2.5.0 || >2.5.0 && <2.5.1 || >2.5.1
  persistent-sqlite <2.0.0 || >2.0.0 && <2.0.0.1 || >2.0.0.1 && <2.0.1 || >2.0.1 && <2.0.3 || >2.0.3 && <2.0.4 || >2.0.4 && <2.0.5 || >2.0.5
  persistent-template <2.0.0 || >2.0.0 && <2.0.0.1 || >2.0.0.1 && <2.0.0.2 || >2.0.0.2 && <2.0.0.3 || >2.0.0.3 && <2.0.1 || >2.0.1 && <2.0.2 || >2.0.2 && <2.0.2.1 || >2.0.2.1 && <2.0.2.2 || >2.0.2.2 && <2.0.3 || >2.0.3 && <2.0.3.1 || >2.0.3.1 && <2.0.3.2 || >2.0.3.2 && <2.0.4 || >2.0.4 && <2.1.3.2 || >2.1.3.2 && <2.1.3.5 || >2.1.3.5
  peyotls-codec <0.3.1.1 || >0.3.1.1
  pg <0.5.2.1 || >0.5.2.1
  pgdl <6.2 || >6.2 && <6.3 || >6.3 && <6.4 || >6.4 && <9.0 || >9.0
  phone-metadata <0.0.1.3 || >0.0.1.3
  pinch <0.1.0.0 || >0.1.0.0
  pipe-enumerator <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0
  pipes-bgzf <0.2.0.0 || >0.2.0.0
  pipes-cacophony >=0.5
  pipes-category <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1
  pipes-cereal <0.1.0.0 || >0.1.0.0
  pipes-cereal-plus <0.3.0 || >0.3.0
  pipes-errors <0.1 || >0.1 && <0.2 || >0.2
  pipes-fluid <0.3.0.0 || >0.3.0.0 && <0.3.1.0 || >0.3.1.0 && <0.4.0.0 || >0.4.0.0 && <0.5.0.0 || >0.5.0.0 && <0.5.0.2 || >0.5.0.2 && <0.5.0.3 || >0.5.0.3
  pipes-misc <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.1.1 || >0.2.1.1 && <0.2.2.0 || >0.2.2.0 && <0.2.2.1 || >0.2.2.1 && <0.2.3.0 || >0.2.3.0 && <0.2.4.0 || >0.2.4.0 && <0.2.5.0 || >0.2.5.0 && <0.3.0.0 || >0.3.0.0 && <0.4.0.0 || >0.4.0.0
  pipes-p2p <0.1 || >0.1 && <0.2 || >0.2 && <0.3 || >0.3
  pipes-p2p-examples <0.1 || >0.1 && <0.2 || >0.2
  pipes-parse <3.0.0 || >3.0.0
  plot-gtk-ui <0.0.1.0 || >0.0.1.0 && <0.0.2.0 || >0.0.2.0 && <0.0.3.0 || >0.0.3.0
  plot-lab <0.0.1.6 || >0.0.1.6 && <0.0.1.7 || >0.0.1.7
  plot-light <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3 && <0.1.0.4 || >0.1.0.4 && <0.1.0.5 || >0.1.0.5 && <0.1.0.6 || >0.1.0.6 && <0.1.0.7 || >0.1.0.7 && <0.1.0.8 || >0.1.0.8 && <0.1.0.9 || >0.1.0.9 && <0.1.1 || >0.1.1 && <0.1.2 || >0.1.2 && <0.2 || >0.2 && <0.2.1 || >0.2.1 && <0.2.2 || >0.2.2 && <0.2.3 || >0.2.3
  poly-arity <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.4.1 || >0.0.4.1 && <0.0.5 || >0.0.5 && <0.0.6 || >0.0.6
  posix-pty >=0.2.1
  possible <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  postgresql-libpq <0.9.1.0 || >0.9.1.0
  postgresql-orm <0.2 || >0.2 && <0.2.1 || >0.2.1
  postgresql-simple <0.4.1.0 || >0.4.1.0 && <0.4.2.0 || >0.4.2.0 && <0.4.3.0 || >0.4.3.0 && <0.4.4.0 || >0.4.4.0 && <0.5.0.0 || >0.5.0.0
  praglude <0.4.0.0 || >0.4.0.0
  pred-set <0.0.0 || >0.0.0
  pred-trie <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.5 || >0.0.5 && <0.0.6 || >0.0.6 && <0.0.6.1 || >0.0.6.1 && <0.0.7 || >0.0.7 && <0.0.7.1 || >0.0.7.1 && <0.0.8 || >0.0.8 && <0.0.8.1 || >0.0.8.1 && <0.0.9 || >0.0.9 && <0.0.10 || >0.0.10 && <0.0.10.1 || >0.0.10.1 && <0.0.10.2 || >0.0.10.2 && <0.0.11 || >0.0.11 && <0.0.12 || >0.0.12 && <0.1 || >0.1 && <0.2.0 || >0.2.0 && <0.2.1 || >0.2.1 && <0.2.3 || >0.2.3 && <0.2.4 || >0.2.4 && <0.3.0 || >0.3.0 && <0.4.0 || >0.4.0 && <0.4.1 || >0.4.1
  prelude-compat <0.0 || >0.0
  present <2.0 || >2.0
  pretty-types <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3
  prettyprinter <0.1 || >0.1
  prettyprinter-ansi-terminal <0.1 || >0.1
  prettyprinter-compat-annotated-wl-pprint <0.1 || >0.1
  prettyprinter-compat-ansi-wl-pprint <0.1 || >0.1
  prettyprinter-compat-wl-pprint ==0.* || >1
  primitive <0.6 || >0.6
  prizm <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3 && <0.1.0.4 || >0.1.0.4 && <0.2.0.0 || >0.2.0.0 && <0.2.1.0 || >0.2.1.0 && <0.3.0.0 || >0.3.0.0 && <0.3.1.0 || >0.3.1.0 && <0.3.1.1 || >0.3.1.1 && <1.0.0 || >1.0.0 && <1.0.1 || >1.0.1 && <1.0.2 || >1.0.2 && <1.0.3 || >1.0.3 && <1.0.4 || >1.0.4 && <1.0.5 || >1.0.5
  process-extras <0.7 || >0.7
  prompt <0.1.1.1 || >0.1.1.1
  protolude >0.1.9
  pseudo-trie <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.4.1 || >0.0.4.1
  random <1.0.1.3 || >1.0.1.3
  random-bytestring <0.0.1 || >0.0.1
  rank-product <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3
  rawstring-qm <0.1.5 || >0.1.5 && <0.2.0 || >0.2.0 && <0.2.1 || >0.2.1 && <0.2.2 || >0.2.2
  reactive-banana <1.0.0.0 || >1.0.0.0 && <1.0.0.1 || >1.0.0.1
  readcsv <0.1 || >0.1
  record <0.2.2 || >0.2.2
  reedsolomon <0.0.1.0 || >0.0.1.0 && <0.0.1.1 || >0.0.1.1 && <0.0.1.2 || >0.0.1.2 && <0.0.2.0 || >0.0.2.0 && <0.0.4.1 || >0.0.4.1
  ref <0.1.0.0 || >0.1.0.0
  regex <0.10.0.0 || >0.10.0.0 && <0.10.0.1 || >0.10.0.1
  regex-do <1.0 || >1.0 && <1.1 || >1.1 && <1.3 || >1.3 && <1.4 || >1.4 && <1.5 || >1.5 && <1.6 || >1.6 && <1.7 || >1.7 && <1.8 || >1.8 && <1.9 || >1.9 && <2.0 || >2.0 && <2.1 || >2.1 && <2.2 || >2.2 && <2.3 || >2.3 && <2.4 || >2.4 && <2.5 || >2.5 && <2.6 || >2.6 && <2.6.1 || >2.6.1 && <2.6.2 || >2.6.2 && <3.0 || >3.0 && <3.0.1 || >3.0.1 && <3.1 || >3.1
  regex-examples <0.10.0.0 || >0.10.0.0 && <0.10.0.1 || >0.10.0.1
  regex-with-pcre <0.10.0.0 || >0.10.0.0 && <0.10.0.1 || >0.10.0.1
  relapse >=1.0.0.0
  relational-query <0.8.3.9 || >0.8.3.9
  relational-query-HDBC <0.6.1.0 || >0.6.1.0
  relational-record-examples <0.3.1.2 || >0.3.1.2 && <0.3.1.3 || >0.3.1.3 && <0.3.1.4 || >0.3.1.4
  remote-monad <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  repa-v4l2 >=0.2
  reroute <0.3.0.1 || >0.3.0.1
  rest-gen <0.12 || >0.12
  rivet-core <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  roller <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1
  rose-trees <0.0.1 || >0.0.1 && <0.0.1.1 || >0.0.1.1 && <0.0.2 || >0.0.2 && <0.0.2.1 || >0.0.2.1
  rot13 <=0.1.0.2 || >0.2.0.0
  rss-conduit <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.3.1.0 || >0.3.1.0 && <0.3.1.1 || >0.3.1.1
  rts-loader <0.0.0.0 || >0.0.0.0 && <0.0.0.1 || >0.0.0.1 && <0.0.0.2 || >0.0.0.2
  sasl <0.0.0.2 || >0.0.0.2
  sbv <0.9 || >0.9 && <0.9.1 || >0.9.1 && <0.9.2 || >0.9.2 && <0.9.3 || >0.9.3 && <0.9.4 || >0.9.4 && <0.9.5 || >0.9.5 && <0.9.6 || >0.9.6 && <0.9.7 || >0.9.7 && <0.9.8 || >0.9.8 && <0.9.9 || >0.9.9 && <0.9.10 || >0.9.10 && <0.9.11 || >0.9.11 && <0.9.12 || >0.9.12 && <0.9.13 || >0.9.13 && <0.9.14 || >0.9.14 && <0.9.15 || >0.9.15 && <0.9.16 || >0.9.16 && <0.9.17 || >0.9.17 && <0.9.18 || >0.9.18 && <0.9.19 || >0.9.19 && <0.9.20 || >0.9.20 && <0.9.21 || >0.9.21 && <0.9.22 || >0.9.22 && <0.9.23 || >0.9.23 && <0.9.24 || >0.9.24 && <1.0 || >1.0 && <1.1 || >1.1 && <1.2 || >1.2 && <1.3 || >1.3 && <1.4 || >1.4 && <2.0 || >2.0 && <2.1 || >2.1 && <2.2 || >2.2 && <2.3 || >2.3 && <2.4 || >2.4 && <2.5 || >2.5 && <2.6 || >2.6 && <2.7 || >2.7 && <2.8 || >2.8 && <2.9 || >2.9 && <2.10 || >2.10 && <3.0 || >3.0 && <3.1 || >3.1 && <3.2 || >3.2 && <3.3 || >3.3 && <3.4 || >3.4 && <3.5 || >3.5 && <4.0 || >4.0 && <4.1 || >4.1 && <4.2 || >4.2 && <4.3 || >4.3 && <4.4 || >4.4 && <5.0 || >5.0 && <5.1 || >5.1 && <5.2 || >5.2 && <5.3 || >5.3 && <5.4 || >5.4 && <5.5 || >5.5 && <5.6 || >5.6 && <5.7 || >5.7 && <5.8 || >5.8 && <5.9 || >5.9 && <5.10 || >5.10 && <5.11 || >5.11 && <5.12 || >5.12 && <5.13 || >5.13 && <5.14 || >5.14 && <5.15 || >5.15
  sbvPlugin <0.1 || >0.1 && <0.2 || >0.2 && <0.3 || >0.3 && <0.4 || >0.4 && <0.5 || >0.5 && <0.6 || >0.6 && <0.7 || >0.7
  scalendar <1.2.0 || >1.2.0
  schedule-planner <0.1.0.1 || >0.1.0.1
  sci-ratio <0.2.0.0 || >0.2.0.0
  scotty >0.5.0
  sdl2-compositor <1.2 || >1.2 && <1.2.0.1 || >1.2.0.1 && <1.2.0.3 || >1.2.0.3 && <1.2.0.4 || >1.2.0.4
  selda <0.1.1.0 || >0.1.1.0 && <0.1.3.0 || >0.1.3.0 && <0.1.3.1 || >0.1.3.1 && <0.1.3.2 || >0.1.3.2 && <0.1.4.0 || >0.1.4.0 && <0.1.10.0 || >0.1.10.0 && <0.1.11.0 || >0.1.11.0
  semigroupoids <4.5 || >4.5
  seqalign <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.0.3 || >0.2.0.3
  seqid <0.3.0 || >0.3.0 && <0.4.0 || >0.4.0
  serokell-util <0.1.2.1 || >0.1.2.1 && <0.1.2.2 || >0.1.2.2
  servant-auth-cookie <0.4.1 || >0.4.1 && <0.5.0 || >0.5.0
  servant-auth-server <0.2.2.0 || >0.2.2.0
  servant-auth-token <0.3.0.0 || >0.3.0.0 && <0.4.6.0 || >0.4.6.0
  servant-auth-token-api <0.3.0.0 || >0.3.0.0
  servant-docs <0.10.0.1 || >0.10.0.1
  serviette >=0.1.0.6
  sets <0.0.1 || >0.0.1 && <0.0.1.1 || >0.0.1.1 && <0.0.2 || >0.0.2 && <0.0.2.1 || >0.0.2.1 && <0.0.2.2 || >0.0.2.2 && <0.0.2.3 || >0.0.2.3 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4
  sexp-grammar <1.0.0 || >1.0.0 && <1.1.0 || >1.1.0 && <1.2.0 || >1.2.0 && <1.2.0.1 || >1.2.0.1
  shadower >=0.1.0.6
  shakespeare-sass <0.1.0.0 || >0.1.0.0
  shellmate <0.3.2 || >0.3.2 && <0.3.2.1 || >0.3.2.1 && <0.3.4 || >0.3.4
  shelly <1.5 || >1.5 && <1.5.3 || >1.5.3
  signal <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  simple-effects <0.9.0.0 || >0.9.0.0
  sized-vector <1.3.1.0 || >1.3.1.0
  skylighting <0.3.5 || >0.3.5
  smallcheck-laws <0.1 || >0.1 && <0.2 || >0.2
  snap-utils <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1
  soap >0.2.1
  socket <0.1.0.0 || >0.1.0.0 && <0.4.0.0 || >0.4.0.0
  sparkle <0.5 || >0.5
  sparse-linear-algebra <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.3 || >0.1.0.3 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.0.2 && <0.2.0.3 || >0.2.0.3 && <0.2.0.4 || >0.2.0.4 && <0.2.0.5 || >0.2.0.5 && <0.2.0.7 || >0.2.0.7 && <0.2.0.8 || >0.2.0.8 && <0.2.0.9 || >0.2.0.9 && <0.2.1.0 || >0.2.1.0 && <0.2.1.1 || >0.2.1.1 && <0.2.2.0 || >0.2.2.0 && <0.2.9 || >0.2.9 && <0.2.9.1 || >0.2.9.1 && <0.2.9.2 || >0.2.9.2 && <0.2.9.3 || >0.2.9.3
  splay <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3
  stack <9.9.9 || >9.9.9
  stm-extras <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  store <0.4.0 || >0.4.0
  streaming-bytestring <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2 && <0.1.0.7 || >0.1.0.7
  streaming-concurrency <0.2.0.0 || >0.2.0.0
  streaming-postgresql-simple <0.1.0.0 || >0.1.0.0
  stripe <0.3.0.1 || >0.3.0.1
  svg-tree <0.3.2.2 || >0.3.2.2
  table-layout <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0 && <0.3.0.0 || >0.3.0.0 && <0.4.0.0 || >0.4.0.0 && <0.4.0.1 || >0.4.0.1 && <0.5.0.0 || >0.5.0.0
  tai64 <0.1.0 || >0.1.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.3 || >0.1.0.3
  tar <0.4.3.0 || >0.4.3.0 && <0.4.4.0 || >0.4.4.0
  task-distribution <0.1.0.1 || >0.1.0.1
  tasty-laws <0.2 || >0.2 && <0.3 || >0.3
  tasty-rerun >=1.1.0
  tasty-stats <0.1.0.0 || >0.1.0.0
  tasty-th <0.1.5 || >0.1.5 && <0.1.6 || >0.1.6
  telegram-api <0.1.0.0 || >0.1.0.0
  termbox-bindings >0.1.0.4
  texmath <0.6.5.1 || >0.6.5.1 && <0.6.7 || >0.6.7 && <0.9.2 || >0.9.2
  text-all <0.4.1.0 || >0.4.1.0
  th-orphans <0.13.0 || >0.13.0
  thorn >=0.1.0.3
  thread-local-storage <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  throttled-io-loop <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  thyme <0.3.5.0 || >0.3.5.0
  tighttp <0.0.0.4 || >0.0.0.4
  timemap <0.0.0 || >0.0.0 && <0.0.1 || >0.0.1
  timeprint <0.1.0.1 || >0.1.0.1 && <0.1.0.2 || >0.1.0.2
  timerep <2.0.0.1 || >2.0.0.1
  timezone-series <0.1.6 || >0.1.6
  transformers <0.1.0.0 || >0.1.0.0 && <0.2.2.0 || >0.2.2.0 && <0.4.0.0 || >0.4.0.0 && <0.5.0.2 || >0.5.0.2 && <0.5.3.0 || >0.5.3.0 && <0.5.3.1 || >0.5.3.1
  tries <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3
  tslogger <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  ttrie <0.1.0.0 || >0.1.0.0
  twitter-conduit <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.2.1 || >0.0.2.1 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.5 || >0.0.5 && <0.0.5.1 || >0.0.5.1 && <0.0.5.2 || >0.0.5.2 && <0.0.5.3 || >0.0.5.3 && <0.0.5.4 || >0.0.5.4 && <0.0.5.5 || >0.0.5.5
  type-natural <0.0.1.0 || >0.0.1.0 && <0.2.1.0 || >0.2.1.0 && <0.2.1.1 || >0.2.1.1 && <0.2.1.2 || >0.2.1.2 && <0.2.1.3 || >0.2.1.3 && <0.2.1.4 || >0.2.1.4 && <0.2.3.0 || >0.2.3.0 && <0.4.0.0 || >0.4.0.0 && <0.4.1.0 || >0.4.1.0 && <0.7.0.0 || >0.7.0.0
  typed-spreadsheet <1.0.1 || >1.0.1
  typelits-witnesses <0.1.3.0 || >0.1.3.0
  typerbole >=1.0.0.0
  unboxed-ref <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0
  unix-compat <0.4.3.0 || >0.4.3.0
  unix-time <0.1.10 || >0.1.10
  unsafely <0.1.0.0 || >0.1.0.0
  up-grade <0.0.1 || >0.0.1
  urlpath <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.5 || >0.0.5 && <0.0.6 || >0.0.6 && <0.1 || >0.1 && <0.1.0.1 || >0.1.0.1 && <0.2 || >0.2 && <1.0.0 || >1.0.0 && <1.1.0 || >1.1.0 && <2.0.0 || >2.0.0 && <2.1.0 || >2.1.0 && <3.0.0 || >3.0.0 && <3.1.0 || >3.1.0 && <3.1.1 || >3.1.1 && <3.2.0 || >3.2.0 && <3.2.1 || >3.2.1 && <3.2.1.1 || >3.2.1.1 && <3.3.0 || >3.3.0 && <4.0.0 || >4.0.0 && <4.0.0.1 || >4.0.0.1 && <4.1.0 || >4.1.0 && <4.2.0 || >4.2.0 && <5.0.0 || >5.0.0
  uuid-crypto <1.2.0.0 || >1.2.0.0
  validated-literals <0.1.0 || >0.1.0
  varying >0.1.1.1
  vector <0.10.9.3 || >0.10.9.3 && <0.10.12.0 || >0.10.12.0
  vector-binary-instances <0.2.3.0 || >0.2.3.0
  vector-instances <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.2.1 || >0.0.2.1 && <0.1.0 || >0.1.0 && <0.1.0.1 || >0.1.0.1
  vector-th-unbox >=0.2.1 && <0.2.1.0 || >0.2.1.0 && <0.2.1.1 || >0.2.1.1 && <0.2.1.2 || >0.2.1.2
  vectortiles <1.2.0.3 || >1.2.0.3
  versions <3.0.1 || >3.0.1 && <3.1.0 || >3.1.0
  vinyl-gl <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.2 || >0.1.2 && <0.1.3 || >0.1.3 && <0.1.3.1 || >0.1.3.1
  vty <5.12 || >5.12
  vulkan <1.3.1.0 || >1.3.1.0
  wai-accept-language <0.1.0.0 || >0.1.0.0
  wai-extra <3.0.10.1 || >3.0.10.1
  wai-middleware-content-type <0.0.0 || >0.0.0 && <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.3.1 || >0.0.3.1 && <0.0.3.2 || >0.0.3.2 && <0.0.3.3 || >0.0.3.3 && <0.0.4 || >0.0.4 && <0.1.0 || >0.1.0 && <0.1.0.1 || >0.1.0.1 && <0.1.1 || >0.1.1 && <0.1.1.1 || >0.1.1.1 && <0.2.0 || >0.2.0 && <0.2.1 || >0.2.1 && <0.3.0 || >0.3.0
  wai-middleware-verbs <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.4 || >0.0.4 && <0.0.5 || >0.0.5 && <0.1.0 || >0.1.0 && <0.1.1 || >0.1.1
  wai-transformers <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2
  wai-util <0.1 || >0.1 && <0.2 || >0.2 && <0.3 || >0.3 && <0.4 || >0.4 && <0.5 || >0.5 && <0.6 || >0.6
  warp <3.2.4 || >3.2.4
  webapi <0.1.0.0 || >0.1.0.0
  webapp >=0.6.1
  webdriver >=0.6 && <0.6.3 || >0.6.3 && <0.8 || >0.8 && <0.8.0.1 || >0.8.0.1 && <0.8.0.2 || >0.8.0.2
  webpage <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2 && <0.0.3 || >0.0.3 && <0.0.3.1 || >0.0.3.1
  websockets <0.9.8.0 || >0.9.8.0
  witherable <0.1.3.1 || >0.1.3.1
  word12 <1.0.0 || >1.0.0
  writer-cps-lens <0.1.0.0 || >0.1.0.0
  writer-cps-morph <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
  xdcc <1.0.0 || >1.0.0 && <1.0.5 || >1.0.5 && <1.1.0 || >1.1.0 && <1.1.1 || >1.1.1
  xml-conduit <1.5
  xxhash-ffi <0.1.0.0 || >0.1.0.0
  yaml-light-lens <0.3.1.8 || >0.3.1.8
  yesod-bin <1.5.0 || >1.5.0
  yocto >=1
  zifter <0.0.0.0 || >0.0.0.0
  zip-archive <0.2.3 || >0.2.3 && <0.2.3.1 || >0.2.3.1
strategy: PreferLatestForSelected
reorder goals: False
count conflicts: True
independent goals: False
avoid reinstalls: False
shadow packages: False
strong flags: False
allow boot library installs: False
max backjumps: 2000
[__0] trying: css-text-0.1.2.2 (user goal)
[__1] trying: base-4.10.0.0/installed-4.1... (dependency of css-text-0.1.2.2)
[__2] trying: integer-gmp-1.0.1.0/installed-1.0... (dependency of base-4.10.0.0/installed-4.1...)
[__3] trying: ghc-prim-0.5.1.0/installed-0.5... (dependency of base-4.10.0.0/installed-4.1...)
[__4] trying: rts-1.0/installedrts (dependency of base-4.10.0.0/installed-4.1...)
[__5] trying: css-text-0.1.2.2:!test
[__6] trying: attoparsec-0.13.2.0/installed-5dp... (dependency of css-text-0.1.2.2)
[__7] trying: transformers-0.5.2.0/installed-0.5... (dependency of attoparsec-0.13.2.0/installed-5dp...)
[__8] trying: scientific-0.3.5.1/installed-L0q... (dependency of attoparsec-0.13.2.0/installed-5dp...)
[__9] trying: binary-0.8.5.1/installed-0.8... (dependency of scientific-0.3.5.1/installed-L0q...)
[_10] trying: primitive-0.6.2.0/installed-V0i... (dependency of scientific-0.3.5.1/installed-L0q...)
[_11] trying: hashable-1.2.6.1/installed-14f... (dependency of scientific-0.3.5.1/installed-L0q...)
[_12] trying: integer-logarithms-1.0.2/installed-VAU... (dependency of scientific-0.3.5.1/installed-L0q...)
[_13] trying: deepseq-1.4.3.0/installed-1.4... (dependency of attoparsec-0.13.2.0/installed-5dp...)
[_14] trying: containers-0.5.10.2/installed-0.5... (dependency of attoparsec-0.13.2.0/installed-5dp...)
[_15] trying: bytestring-0.10.8.2/installed-0.1... (dependency of attoparsec-0.13.2.0/installed-5dp...)
[_16] trying: array-0.5.2.0/installed-0.5... (dependency of attoparsec-0.13.2.0/installed-5dp...)
[_17] next goal: text (dependency of css-text-0.1.2.2)
[_17] trying: text-1.2.2.2/installed-EGU...
[_18] done
Number of threads used: 8.
Extracting
/home/computer/.cabal/packages/hackage.haskell.org/css-text/0.1.2.2/css-text-0.1.2.2.tar.gz
to /tmp/cabal-tmp-13976...
Updating css-text.cabal with the latest revision from the index.
Configuring css-text-0.1.2.2...
Using self-exec internal setup method with build-type Simple and args:
["act-as-setup","--build-type=Simple","--","configure","--verbose=3","--builddir=dist","--ghc","--prefix=/home/computer/.cabal","--bindir=/home/computer/.cabal/bin","--libdir=/home/computer/.cabal/lib","--libsubdir=x86_64-linux-ghc-8.2.1/css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02","--dynlibdir=/home/computer/.cabal/lib/x86_64-linux-ghc-8.2.1","--libexecdir=/home/computer/.cabal/libexec","--libexecsubdir=x86_64-linux-ghc-8.2.1/css-text-0.1.2.2","--datadir=/home/computer/.cabal/share","--datasubdir=x86_64-linux-ghc-8.2.1/css-text-0.1.2.2","--docdir=/home/computer/.cabal/share/doc/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2","--htmldir=/home/computer/.cabal/share/doc/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2/html","--haddockdir=/home/computer/.cabal/share/doc/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2/html","--sysconfdir=/home/computer/.cabal/etc","--user","--ipid=css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02","--extra-prog-path=/home/computer/.cabal/bin","--dependency=attoparsec=attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk","--dependency=base=base-4.10.0.0","--dependency=text=text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH","--disable-tests","--exact-configuration","--disable-benchmarks"]
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
-- configure --verbose=3 --builddir=dist --ghc --prefix=/home/computer/.cabal
--bindir=/home/computer/.cabal/bin --libdir=/home/computer/.cabal/lib
--libsubdir=x86_64-linux-ghc-8.2.1/css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02
--dynlibdir=/home/computer/.cabal/lib/x86_64-linux-ghc-8.2.1
--libexecdir=/home/computer/.cabal/libexec
--libexecsubdir=x86_64-linux-ghc-8.2.1/css-text-0.1.2.2
--datadir=/home/computer/.cabal/share
--datasubdir=x86_64-linux-ghc-8.2.1/css-text-0.1.2.2
--docdir=/home/computer/.cabal/share/doc/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2
--htmldir=/home/computer/.cabal/share/doc/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2/html
--haddockdir=/home/computer/.cabal/share/doc/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2/html
--sysconfdir=/home/computer/.cabal/etc --user
--ipid=css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02
--extra-prog-path=/home/computer/.cabal/bin
--dependency=attoparsec=attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk
--dependency=base=base-4.10.0.0
--dependency=text=text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH --disable-tests
--exact-configuration --disable-benchmarks
Redirecting build log to {handle:
/home/computer/.cabal/logs/ghc-8.2.1/css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02.log}
Building css-text-0.1.2.2...
Using self-exec internal setup method with build-type Simple and args:
["act-as-setup","--build-type=Simple","--","build","--verbose=3","--builddir=dist"]
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
-- build --verbose=3 --builddir=dist
Redirecting build log to {handle:
/home/computer/.cabal/logs/ghc-8.2.1/css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02.log}
Failed to install css-text-0.1.2.2
Build log ( /home/computer/.cabal/logs/ghc-8.2.1/css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02.log ):
cabal: Entering directory '/tmp/cabal-tmp-13976/css-text-0.1.2.2'
Configuring css-text-0.1.2.2...
creating dist/build
creating dist
creating dist/build
Searching for ghc in path.
Found ghc at /usr/local/bin/ghc
/usr/local/bin/ghc --numeric-version
/usr/local/bin/ghc is version 8.2.1
looking for tool ghc-pkg near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/ghc-pkg","/usr/local/haskell/ghc-8.2.1-x86_64/bin/ghc-pkg-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/ghc-pkg-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/ghc-pkg"]
found ghc-pkg in /usr/local/bin/ghc-pkg
/usr/local/bin/ghc-pkg --version
/usr/local/bin/ghc-pkg is version 8.2.1
/usr/local/bin/ghc --supported-languages
/usr/local/bin/ghc --info
Reading installed packages...
/usr/local/bin/ghc-pkg dump --global -v0
/usr/local/bin/ghc-pkg dump --user -v0
/usr/local/bin/ghc --print-libdir
Finalized package description:
name: css-text
version: 0.1.2.2
cabal-version: >=1.8
build-type: Simple
license: MIT
license-file: LICENSE
maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber
<greg@gregweber.info>
stability: Stable
homepage: http://www.yesodweb.com/
synopsis: CSS parser and renderer.
category: Web, Yesod
author: Michael Snoyman <michael@snoyman.com>
extra-source-files:
runtests.hs
README.md
ChangeLog.md

source-repository head
type: git
location: https://github.com/yesodweb/css-text.git

library
exposed-modules:
Text.CSS.Parse
Text.CSS.Render
exposed: True
buildable: True
build-depends:
base >=4 && <5,
text >=0.11,
attoparsec >=0.10.2.0
hs-source-dirs: .
ghc-options: -Wall

test-suite runtests
type: exitcode-stdio-1.0
main-is: runtests.hs
buildable: True
build-depends:
base >=4 && <5,
text >=0.11,
attoparsec >=0.10.2.0,
hspec >=1.3,
QuickCheck -any
hs-source-dirs: .
Finalized build-depends: attoparsec >=0.10.2.0 && ==0.13.2.0, base >=4 && <5
&& ==4.10.0.0, text >=0.11 && ==1.2.2.2
Dependency attoparsec ==0.13.2.0: using attoparsec-0.13.2.0
Dependency base ==4.10.0.0: using base-4.10.0.0
Dependency text ==1.2.2.2: using text-1.2.2.2
Searching for alex in path.
Found alex at /usr/local/bin/alex
/usr/local/bin/alex --version
/usr/local/bin/alex is version 3.2.1
Searching for ar in path.
Found ar at /usr/bin/ar
Searching for c2hs in path.
Cannot find c2hs on the path
Searching for cpphs in path.
Cannot find cpphs on the path
Searching for doctest in path.
Cannot find doctest on the path
Searching for gcc in path.
Found gcc at /usr/bin/gcc
/usr/bin/gcc -dumpversion
/usr/bin/gcc is version 5.4.0
Searching for ghcjs in path.
Cannot find ghcjs on the path
Searching for ghcjs-pkg in path.
Cannot find ghcjs-pkg on the path
Searching for greencard in path.
Cannot find greencard on the path
looking for tool haddock near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/haddock","/usr/local/haskell/ghc-8.2.1-x86_64/bin/haddock-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/haddock-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/haddock"]
found haddock in /usr/local/bin/haddock
/usr/local/bin/haddock --version
/usr/local/bin/haddock is version 2.18.1
Searching for happy in path.
Found happy at /usr/local/bin/happy
/usr/local/bin/happy --version
/usr/local/bin/happy is version 1.19.5
Searching for hmake in path.
Cannot find hmake on the path
looking for tool hpc near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/hpc","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hpc-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hpc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hpc"]
found hpc in /usr/local/bin/hpc
/usr/local/bin/hpc version
/usr/local/bin/hpc is version 0.67
looking for tool hsc2hs near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/hsc2hs","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hsc2hs-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hsc2hs-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/hsc2hs"]
found hsc2hs in /usr/local/bin/hsc2hs
/usr/local/bin/hsc2hs --version
/usr/local/bin/hsc2hs is version 0.68.2
Searching for HsColour in path.
Found HsColour at /usr/local/bin/HsColour
/usr/local/bin/HsColour -version
/usr/local/bin/HsColour is version 1.24
Searching for jhc in path.
Cannot find jhc on the path
Searching for ld.gold in path.
Found ld.gold at /usr/bin/ld.gold
Environment: [("CLUTTER_IM_MODULE","xim"),("COMPIZ_BIN_PATH","/usr/bin/"),("COMPIZ_CONFIG_PROFILE","ubuntu"),("DBUS_SESSION_BUS_ADDRESS","unix:abstract=/tmp/dbus-AsvYbpeAgn"),("DEFAULTS_PATH","/usr/share/gconf/ubuntu.default.path"),("DERBY_HOME","/usr/lib/jvm/java-8-oracle/db"),("DESKTOP_SESSION","ubuntu"),("DISPLAY",":0"),("EDITOR","vim"),("GDMSESSION","ubuntu"),("GDM_LANG","en_CA"),("GEM_HOME","/home/computer/.rvm/gems/ruby-2.3.3"),("GEM_PATH","/home/computer/.rvm/gems/ruby-2.3.3:/home/computer/.rvm/gems/ruby-2.3.3@global"),("GNOME_DESKTOP_SESSION_ID","this-is-deprecated"),("GNOME_KEYRING_CONTROL",""),("GNOME_KEYRING_PID",""),("GPG_AGENT_INFO","/home/computer/.gnupg/S.gpg-agent:0:1"),("GTK2_MODULES","overlay-scrollbar"),("GTK_IM_MODULE","ibus"),("GTK_MODULES","gail:atk-bridge:unity-gtk-module"),("HASKELL_DIST_DIR","dist"),("HOME","/home/computer"),("IM_CONFIG_PHASE","1"),("INSTANCE",""),("IRBRC","/home/computer/.rvm/rubies/ruby-2.3.3/.irbrc"),("J2REDIR","/usr/lib/jvm/java-8-oracle/jre"),("J2SDKDIR","/usr/lib/jvm/java-8-oracle"),("JAVA_HOME","/usr/lib/jvm/java-8-oracle"),("JOB","unity-settings-daemon"),("LANG","en_CA.UTF-8"),("LANGUAGE","en_CA:en"),("LC_CTYPE","en_CA.UTF-8"),("LESS","-R"),("LOGNAME","computer"),("LSCOLORS","Gxfxcxdxbxegedabagacad"),("LS_COLORS","rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:"),("MANDATORY_PATH","/usr/share/gconf/ubuntu.mandatory.path"),("MANPATH","/home/computer/.nvm/versions/node/v6.2.2/share/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man:/home/computer/.rvm/man"),("MY_RUBY_HOME","/home/computer/.rvm/rubies/ruby-2.3.3"),("NVM_BIN","/home/computer/.nvm/versions/node/v6.2.2/bin"),("NVM_CD_FLAGS","-q"),("NVM_DIR","/home/computer/.nvm"),("NVM_IOJS_ORG_MIRROR","https://iojs.org/dist"),("NVM_NODEJS_ORG_MIRROR","https://nodejs.org/dist"),("NVM_PATH","/home/computer/.nvm/versions/node/v6.2.2/lib/node"),("OLDPWD","/home/computer"),("PAGER","less"),("PATH","/usr/local/heroku/bin:/home/computer/.rvm/gems/ruby-2.3.3/bin:/home/computer/.rvm/gems/ruby-2.3.3@global/bin:/home/computer/.rvm/rubies/ruby-2.3.3/bin:/home/computer/.nvm/versions/node/v6.2.2/bin:/home/computer/.cabal/bin:/usr/local/heroku/bin:/home/computer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/computer/.rvm/bin:/home/computer/.rvm/bin:/home/computer/.cabal/bin:/home/computer/.cabal/bin"),("PWD","/home/computer"),("QT4_IM_MODULE","xim"),("QT_ACCESSIBILITY","1"),("QT_IM_MODULE","ibus"),("QT_LINUX_ACCESSIBILITY_ALWAYS_ON","1"),("QT_QPA_PLATFORMTHEME","appmenu-qt5"),("RUBY_VERSION","ruby-2.3.3"),("SESSION","ubuntu"),("SESSIONTYPE","gnome-session"),("SHELL","/usr/bin/zsh"),("SHLVL","1"),("SSH_AUTH_SOCK","/run/user/1000/keyring/ssh"),("TERM","xterm-256color"),("UPSTART_EVENTS","xsession started"),("UPSTART_INSTANCE",""),("UPSTART_JOB","unity7"),("UPSTART_SESSION","unix:abstract=/com/ubuntu/upstart-session/1000/23982"),("USER","computer"),("VTE_VERSION","4205"),("WINDOWID","83886090"),("XAUTHORITY","/home/computer/.Xauthority"),("XDG_CONFIG_DIRS","/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"),("XDG_CURRENT_DESKTOP","Unity"),("XDG_DATA_DIRS","/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"),("XDG_GREETER_DATA_DIR","/var/lib/lightdm-data/computer"),("XDG_MENU_PREFIX","gnome-"),("XDG_RUNTIME_DIR","/run/user/1000"),("XDG_SEAT","seat0"),("XDG_SEAT_PATH","/org/freedesktop/DisplayManager/Seat0"),("XDG_SESSION_DESKTOP","ubuntu"),("XDG_SESSION_ID","c6"),("XDG_SESSION_PATH","/org/freedesktop/DisplayManager/Session2"),("XDG_SESSION_TYPE","x11"),("XDG_VTNR","7"),("XMODIFIERS","@im=ibus"),("_","/usr/local/bin/cabal"),("_system_arch","x86_64"),("_system_name","Ubuntu"),("_system_type","Linux"),("_system_version","16.04"),("rvm_bin_path","/home/computer/.rvm/bin"),("rvm_path","/home/computer/.rvm"),("rvm_prefix","/home/computer"),("rvm_version","1.27.0 (latest)")]
/usr/local/bin/ghc -hide-all-packages -c /tmp/14034-0.c -o /tmp/14034-1.o
/usr/bin/ld.gold -x -r /tmp/14034-1.o -o /tmp/14034-2.o
Searching for lhc in path.
Cannot find lhc on the path
Searching for lhc-pkg in path.
Cannot find lhc-pkg on the path
Searching for pkg-config in path.
Found pkg-config at /usr/bin/pkg-config
/usr/bin/pkg-config --version
/usr/bin/pkg-config is version 0.29.1
looking for tool runghc near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/runghc","/usr/local/haskell/ghc-8.2.1-x86_64/bin/runghc-ghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/runghc-8.2.1","/usr/local/haskell/ghc-8.2.1-x86_64/bin/runghc"]
found runghc in /usr/local/bin/runghc
/usr/local/bin/runghc --version
/usr/local/bin/runghc is version 8.2.1
Searching for strip in path.
Found strip at /usr/bin/strip
/usr/bin/strip --version
/usr/bin/strip is version 2.26
Searching for tar in path.
Found tar at /bin/tar
/bin/tar --help
Searching for uhc in path.
Cannot find uhc on the path
Source component graph: component lib
Configured component graph:
    component css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02
        include base-4.10.0.0
        include text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
        include attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk
Linked component graph:
    unit css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02
        include base-4.10.0.0
        include text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
        include attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk
        Text.CSS.Parse=css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02:Text.CSS.Parse,Text.CSS.Render=css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02:Text.CSS.Render
Ready component graph:
    definite css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02
        depends base-4.10.0.0
        depends text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
        depends attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk
Using Cabal-2.0.0.2 compiled by ghc-8.2
Using compiler: ghc-8.2.1
Using install prefix: /home/computer/.cabal
Executables installed in: /home/computer/.cabal/bin
Libraries installed in:
/home/computer/.cabal/lib/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02
Dynamic Libraries installed in:
/home/computer/.cabal/lib/x86_64-linux-ghc-8.2.1
Private executables installed in:
/home/computer/.cabal/libexec/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2
Data files installed in:
/home/computer/.cabal/share/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2
Documentation installed in:
/home/computer/.cabal/share/doc/x86_64-linux-ghc-8.2.1/css-text-0.1.2.2
Configuration files installed in: /home/computer/.cabal/etc
Using alex version 3.2.1 found on system at: /usr/local/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No doctest found
Using gcc version 5.4.0 found on system at: /usr/bin/gcc
Using ghc version 8.2.1 found on system at: /usr/local/bin/ghc
Using ghc-pkg version 8.2.1 found on system at: /usr/local/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.18.1 found on system at: /usr/local/bin/haddock
Using happy version 1.19.5 found on system at: /usr/local/bin/happy
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.67 found on system at: /usr/local/bin/hpc
Using hsc2hs version 0.68.2 found on system at: /usr/local/bin/hsc2hs
Using hscolour version 1.24 found on system at: /usr/local/bin/HsColour
No jhc found
Using ld found on system at: /usr/bin/ld.gold
No lhc found
No lhc-pkg found
Using pkg-config version 0.29.1 found on system at: /usr/bin/pkg-config
Using runghc version 8.2.1 found on system at: /usr/local/bin/runghc
Using strip version 2.26 found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
/usr/bin/gcc '-std=gnu99' -fno-stack-protector '-fuse-ld=gold' /tmp/14034-4.c -o /tmp/14034-5 '-D__GLASGOW_HASKELL__=802' '-Dlinux_BUILD_OS=1' '-Dx86_64_BUILD_ARCH=1' '-Dlinux_HOST_OS=1' '-Dx86_64_HOST_ARCH=1' -Idist/build/autogen -I. -I/usr/local/haskell/ghc-8.2.1-x86_64/lib/primitive-0.6.2.0/include -I/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/bytestring-0.10.8.2/include -I/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/base-4.10.0.0/include -I/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/integer-gmp-1.0.1.0/include -I/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/include -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/attoparsec-0.13.2.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/scientific-0.3.5.1 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/primitive-0.6.2.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/transformers-0.5.2.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/hashable-1.2.6.1 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/text-1.2.2.2 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/binary-0.8.5.1 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/integer-logarithms-1.0.2 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/containers-0.5.10.2 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/bytestring-0.10.8.2 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/deepseq-1.4.3.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/array-0.5.2.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/base-4.10.0.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/integer-gmp-1.0.1.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/ghc-prim-0.5.1.0 -L/usr/local/haskell/ghc-8.2.1-x86_64/lib/ghc-8.2.1/rts
Component build order: library
Environment: [("CLUTTER_IM_MODULE","xim"),("COMPIZ_BIN_PATH","/usr/bin/"),("COMPIZ_CONFIG_PROFILE","ubuntu"),("DBUS_SESSION_BUS_ADDRESS","unix:abstract=/tmp/dbus-AsvYbpeAgn"),("DEFAULTS_PATH","/usr/share/gconf/ubuntu.default.path"),("DERBY_HOME","/usr/lib/jvm/java-8-oracle/db"),("DESKTOP_SESSION","ubuntu"),("DISPLAY",":0"),("EDITOR","vim"),("GDMSESSION","ubuntu"),("GDM_LANG","en_CA"),("GEM_HOME","/home/computer/.rvm/gems/ruby-2.3.3"),("GEM_PATH","/home/computer/.rvm/gems/ruby-2.3.3:/home/computer/.rvm/gems/ruby-2.3.3@global"),("GNOME_DESKTOP_SESSION_ID","this-is-deprecated"),("GNOME_KEYRING_CONTROL",""),("GNOME_KEYRING_PID",""),("GPG_AGENT_INFO","/home/computer/.gnupg/S.gpg-agent:0:1"),("GTK2_MODULES","overlay-scrollbar"),("GTK_IM_MODULE","ibus"),("GTK_MODULES","gail:atk-bridge:unity-gtk-module"),("HASKELL_DIST_DIR","dist"),("HOME","/home/computer"),("IM_CONFIG_PHASE","1"),("INSTANCE",""),("IRBRC","/home/computer/.rvm/rubies/ruby-2.3.3/.irbrc"),("J2REDIR","/usr/lib/jvm/java-8-oracle/jre"),("J2SDKDIR","/usr/lib/jvm/java-8-oracle"),("JAVA_HOME","/usr/lib/jvm/java-8-oracle"),("JOB","unity-settings-daemon"),("LANG","en_CA.UTF-8"),("LANGUAGE","en_CA:en"),("LC_CTYPE","en_CA.UTF-8"),("LESS","-R"),("LOGNAME","computer"),("LSCOLORS","Gxfxcxdxbxegedabagacad"),("LS_COLORS","rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:"),("MANDATORY_PATH","/usr/share/gconf/ubuntu.mandatory.path"),("MANPATH","/home/computer/.nvm/versions/node/v6.2.2/share/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man:/home/computer/.rvm/man"),("MY_RUBY_HOME","/home/computer/.rvm/rubies/ruby-2.3.3"),("NVM_BIN","/home/computer/.nvm/versions/node/v6.2.2/bin"),("NVM_CD_FLAGS","-q"),("NVM_DIR","/home/computer/.nvm"),("NVM_IOJS_ORG_MIRROR","https://iojs.org/dist"),("NVM_NODEJS_ORG_MIRROR","https://nodejs.org/dist"),("NVM_PATH","/home/computer/.nvm/versions/node/v6.2.2/lib/node"),("OLDPWD","/home/computer"),("PAGER","less"),("PATH","/usr/local/heroku/bin:/home/computer/.rvm/gems/ruby-2.3.3/bin:/home/computer/.rvm/gems/ruby-2.3.3@global/bin:/home/computer/.rvm/rubies/ruby-2.3.3/bin:/home/computer/.nvm/versions/node/v6.2.2/bin:/home/computer/.cabal/bin:/usr/local/heroku/bin:/home/computer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/computer/.rvm/bin:/home/computer/.rvm/bin:/home/computer/.cabal/bin:/home/computer/.cabal/bin"),("PWD","/home/computer"),("QT4_IM_MODULE","xim"),("QT_ACCESSIBILITY","1"),("QT_IM_MODULE","ibus"),("QT_LINUX_ACCESSIBILITY_ALWAYS_ON","1"),("QT_QPA_PLATFORMTHEME","appmenu-qt5"),("RUBY_VERSION","ruby-2.3.3"),("SESSION","ubuntu"),("SESSIONTYPE","gnome-session"),("SHELL","/usr/bin/zsh"),("SHLVL","1"),("SSH_AUTH_SOCK","/run/user/1000/keyring/ssh"),("TERM","xterm-256color"),("UPSTART_EVENTS","xsession started"),("UPSTART_INSTANCE",""),("UPSTART_JOB","unity7"),("UPSTART_SESSION","unix:abstract=/com/ubuntu/upstart-session/1000/23982"),("USER","computer"),("VTE_VERSION","4205"),("WINDOWID","83886090"),("XAUTHORITY","/home/computer/.Xauthority"),("XDG_CONFIG_DIRS","/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"),("XDG_CURRENT_DESKTOP","Unity"),("XDG_DATA_DIRS","/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"),("XDG_GREETER_DATA_DIR","/var/lib/lightdm-data/computer"),("XDG_MENU_PREFIX","gnome-"),("XDG_RUNTIME_DIR","/run/user/1000"),("XDG_SEAT","seat0"),("XDG_SEAT_PATH","/org/freedesktop/DisplayManager/Seat0"),("XDG_SESSION_DESKTOP","ubuntu"),("XDG_SESSION_ID","c6"),("XDG_SESSION_PATH","/org/freedesktop/DisplayManager/Session2"),("XDG_SESSION_TYPE","x11"),("XDG_VTNR","7"),("XMODIFIERS","@im=ibus"),("_","/usr/local/bin/cabal"),("_system_arch","x86_64"),("_system_name","Ubuntu"),("_system_type","Linux"),("_system_version","16.04"),("rvm_bin_path","/home/computer/.rvm/bin"),("rvm_path","/home/computer/.rvm"),("rvm_prefix","/home/computer"),("rvm_version","1.27.0 (latest)")]
/usr/local/bin/ghc-pkg init dist/package.conf.inplace -v2
GHC package manager version 8.2.1
writing cache dist/package.conf.inplace/package.cache
creating dist/build
creating dist/build/autogen
creating dist/build/autogen
Preprocessing library for css-text-0.1.2.2..
Building library for css-text-0.1.2.2..
creating dist/build
Environment: [("CLUTTER_IM_MODULE","xim"),("COMPIZ_BIN_PATH","/usr/bin/"),("COMPIZ_CONFIG_PROFILE","ubuntu"),("DBUS_SESSION_BUS_ADDRESS","unix:abstract=/tmp/dbus-AsvYbpeAgn"),("DEFAULTS_PATH","/usr/share/gconf/ubuntu.default.path"),("DERBY_HOME","/usr/lib/jvm/java-8-oracle/db"),("DESKTOP_SESSION","ubuntu"),("DISPLAY",":0"),("EDITOR","vim"),("GDMSESSION","ubuntu"),("GDM_LANG","en_CA"),("GEM_HOME","/home/computer/.rvm/gems/ruby-2.3.3"),("GEM_PATH","/home/computer/.rvm/gems/ruby-2.3.3:/home/computer/.rvm/gems/ruby-2.3.3@global"),("GNOME_DESKTOP_SESSION_ID","this-is-deprecated"),("GNOME_KEYRING_CONTROL",""),("GNOME_KEYRING_PID",""),("GPG_AGENT_INFO","/home/computer/.gnupg/S.gpg-agent:0:1"),("GTK2_MODULES","overlay-scrollbar"),("GTK_IM_MODULE","ibus"),("GTK_MODULES","gail:atk-bridge:unity-gtk-module"),("HASKELL_DIST_DIR","dist"),("HOME","/home/computer"),("IM_CONFIG_PHASE","1"),("INSTANCE",""),("IRBRC","/home/computer/.rvm/rubies/ruby-2.3.3/.irbrc"),("J2REDIR","/usr/lib/jvm/java-8-oracle/jre"),("J2SDKDIR","/usr/lib/jvm/java-8-oracle"),("JAVA_HOME","/usr/lib/jvm/java-8-oracle"),("JOB","unity-settings-daemon"),("LANG","en_CA.UTF-8"),("LANGUAGE","en_CA:en"),("LC_CTYPE","en_CA.UTF-8"),("LESS","-R"),("LOGNAME","computer"),("LSCOLORS","Gxfxcxdxbxegedabagacad"),("LS_COLORS","rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:"),("MANDATORY_PATH","/usr/share/gconf/ubuntu.mandatory.path"),("MANPATH","/home/computer/.nvm/versions/node/v6.2.2/share/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man:/home/computer/.rvm/man"),("MY_RUBY_HOME","/home/computer/.rvm/rubies/ruby-2.3.3"),("NVM_BIN","/home/computer/.nvm/versions/node/v6.2.2/bin"),("NVM_CD_FLAGS","-q"),("NVM_DIR","/home/computer/.nvm"),("NVM_IOJS_ORG_MIRROR","https://iojs.org/dist"),("NVM_NODEJS_ORG_MIRROR","https://nodejs.org/dist"),("NVM_PATH","/home/computer/.nvm/versions/node/v6.2.2/lib/node"),("OLDPWD","/home/computer"),("PAGER","less"),("PATH","/usr/local/heroku/bin:/home/computer/.rvm/gems/ruby-2.3.3/bin:/home/computer/.rvm/gems/ruby-2.3.3@global/bin:/home/computer/.rvm/rubies/ruby-2.3.3/bin:/home/computer/.nvm/versions/node/v6.2.2/bin:/home/computer/.cabal/bin:/usr/local/heroku/bin:/home/computer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/computer/.rvm/bin:/home/computer/.rvm/bin:/home/computer/.cabal/bin:/home/computer/.cabal/bin"),("PWD","/home/computer"),("QT4_IM_MODULE","xim"),("QT_ACCESSIBILITY","1"),("QT_IM_MODULE","ibus"),("QT_LINUX_ACCESSIBILITY_ALWAYS_ON","1"),("QT_QPA_PLATFORMTHEME","appmenu-qt5"),("RUBY_VERSION","ruby-2.3.3"),("SESSION","ubuntu"),("SESSIONTYPE","gnome-session"),("SHELL","/usr/bin/zsh"),("SHLVL","1"),("SSH_AUTH_SOCK","/run/user/1000/keyring/ssh"),("TERM","xterm-256color"),("UPSTART_EVENTS","xsession started"),("UPSTART_INSTANCE",""),("UPSTART_JOB","unity7"),("UPSTART_SESSION","unix:abstract=/com/ubuntu/upstart-session/1000/23982"),("USER","computer"),("VTE_VERSION","4205"),("WINDOWID","83886090"),("XAUTHORITY","/home/computer/.Xauthority"),("XDG_CONFIG_DIRS","/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"),("XDG_CURRENT_DESKTOP","Unity"),("XDG_DATA_DIRS","/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"),("XDG_GREETER_DATA_DIR","/var/lib/lightdm-data/computer"),("XDG_MENU_PREFIX","gnome-"),("XDG_RUNTIME_DIR","/run/user/1000"),("XDG_SEAT","seat0"),("XDG_SEAT_PATH","/org/freedesktop/DisplayManager/Seat0"),("XDG_SESSION_DESKTOP","ubuntu"),("XDG_SESSION_ID","c6"),("XDG_SESSION_PATH","/org/freedesktop/DisplayManager/Session2"),("XDG_SESSION_TYPE","x11"),("XDG_VTNR","7"),("XMODIFIERS","@im=ibus"),("_","/usr/local/bin/cabal"),("_system_arch","x86_64"),("_system_name","Ubuntu"),("_system_type","Linux"),("_system_version","16.04"),("rvm_bin_path","/home/computer/.rvm/bin"),("rvm_path","/home/computer/.rvm"),("rvm_prefix","/home/computer"),("rvm_version","1.27.0 (latest)")]
/usr/local/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -idist/build/global-autogen -Idist/build/autogen -Idist/build/global-autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -this-unit-id css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02 -hide-all-packages -Wmissing-home-modules -package-db dist/package.conf.inplace -package-id base-4.10.0.0 -package-id text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH -package-id attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk -XHaskell98 Text.CSS.Parse Text.CSS.Render -Wall
<command line>: cannot satisfy -package-id attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk: 
    attoparsec-0.13.2.0-5dp4kBDsiGY4dQpLKbD5rk is unusable due to shadowed dependencies:
      scientific-0.3.5.1-L0qYzdp0wpz8rO8gircNSR text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH
    (use -v for more information)
/usr/local/bin/ghc returned ExitFailure 1
cabal: Leaving directory '/tmp/cabal-tmp-13976/css-text-0.1.2.2'
World file is already up to date.
CallStack (from HasCallStack):
  die', called at ./Distribution/Client/Install.hs:995:15 in main:Distribution.Client.Install
cabal: Error: some packages failed to install:
css-text-0.1.2.2-4QppwVPb0USjv5MrHNQ02 failed during the building phase. The
exception was:
ExitFailure 1
gbaz commented 6 years ago

Looks like this was with the old (bad) full platform installer we fixed a couple days ago. The "unusable due to shadowed dependencies" errors are the tipoff. I'd suggest using the new one (and if it is the new one, things are worse than I thought -- you can compare sha256 sums with the website to see if its the latest) or alternately just using the -core installer that never had this problem. Sorry for the hassle.

noam87 commented 6 years ago

@gbaz success! -- Yes the checksums for full indeed don't match (poo on me for not checking); seems like the website is serving and older version then? -- Thanks.

gbaz commented 6 years ago

Glad I could help. There might have been stale CDN data. I went and purged it to be sure.