Skip to content

Instantly share code, notes, and snippets.

@gregberns
Last active August 27, 2018 06:59
Show Gist options
  • Save gregberns/e485406541c1c6ea15935fc6c407a958 to your computer and use it in GitHub Desktop.
Save gregberns/e485406541c1c6ea15935fc6c407a958 to your computer and use it in GitHub Desktop.
Cabal Install fails
Download `cabal-install-2.2.0.0-x86_64-apple-darwin-sierra.tar.gz`
Extract
Run:
Gregs-MacBook-Pro:downloads huck$ ./cabal --version
cabal-install version 2.2.0.0
compiled using version 2.2.0.1 of the Cabal library
Gregs-MacBook-Pro:downloads huck$ ./cabal install Cabal cabal-install
Warning: Parsing the index cache failed (Unknown encoding for constructor).
Trying to regenerate the index cache...
/Users/huck/.cabal/packages/hackage.haskell.org/01-index.cache: openBinaryFile: permission denied (Permission denied)
Gregs-MacBook-Pro:downloads huck$ sudo ./cabal install Cabal cabal-install
Warning: Parsing the index cache failed (Unknown encoding for constructor).
Trying to regenerate the index cache...
Resolving dependencies...
In order, the following will be installed:
Cabal-2.2.0.1 (via: cabal-install-2.2.0.0 cabal-install-2.2.0.0
hackage-security-0.5.3.0) (new version)
hackage-security-0.5.3.0 (via: cabal-install-2.2.0.0) (reinstall) (changes:
Cabal-2.0.0.2 removed, parsec-3.1.11 -> 3.1.13.0)
cabal-install-2.2.0.0 (new package)
Warning: Note that reinstalls are always dangerous. Continuing anyway...
Configuring Cabal-2.2.0.1...
Building Cabal-2.2.0.1...
Failed to install Cabal-2.2.0.1
Build log ( /Users/huck/.cabal/logs/ghc-8.2.1/Cabal-2.2.0.1-6uweyKbDm5kD0zno3VD9Vm.log ):
cabal: Entering directory '/tmp/cabal-tmp-25428/Cabal-2.2.0.1'
Configuring Cabal-2.2.0.1...
Preprocessing library for Cabal-2.2.0.1..
Building library for Cabal-2.2.0.1..
[ 1 of 221] Compiling Distribution.Compat.Binary ( Distribution/Compat/Binary.hs, dist/build/Distribution/Compat/Binary.o )
[ 2 of 221] Compiling Distribution.Compat.Directory ( Distribution/Compat/Directory.hs, dist/build/Distribution/Compat/Directory.o )
[ 3 of 221] Compiling Distribution.Compat.Exception ( Distribution/Compat/Exception.hs, dist/build/Distribution/Compat/Exception.o )
[ 4 of 221] Compiling Distribution.Compat.Internal.TempFile ( Distribution/Compat/Internal/TempFile.hs, dist/build/Distribution/Compat/Internal/TempFile.o )
[ 5 of 221] Compiling Distribution.Compat.Map.Strict ( Distribution/Compat/Map/Strict.hs, dist/build/Distribution/Compat/Map/Strict.o )
[ 6 of 221] Compiling Distribution.Compat.MonadFail ( Distribution/Compat/MonadFail.hs, dist/build/Distribution/Compat/MonadFail.o )
[ 7 of 221] Compiling Distribution.Compat.Newtype ( Distribution/Compat/Newtype.hs, dist/build/Distribution/Compat/Newtype.o )
[ 8 of 221] Compiling Distribution.Compat.Semigroup ( Distribution/Compat/Semigroup.hs, dist/build/Distribution/Compat/Semigroup.o )
[ 9 of 221] Compiling Distribution.Compat.Stack ( Distribution/Compat/Stack.hs, dist/build/Distribution/Compat/Stack.o )
[ 10 of 221] Compiling Distribution.Compat.Prelude ( Distribution/Compat/Prelude.hs, dist/build/Distribution/Compat/Prelude.o )
[ 11 of 221] Compiling Distribution.Compat.SnocList ( Distribution/Compat/SnocList.hs, dist/build/Distribution/Compat/SnocList.o )
[ 12 of 221] Compiling Distribution.Compat.ReadP ( Distribution/Compat/ReadP.hs, dist/build/Distribution/Compat/ReadP.o )
[ 13 of 221] Compiling Distribution.Compat.Prelude.Internal ( Distribution/Compat/Prelude/Internal.hs, dist/build/Distribution/Compat/Prelude/Internal.o )
[ 14 of 221] Compiling Distribution.Compat.Parsing ( Distribution/Compat/Parsing.hs, dist/build/Distribution/Compat/Parsing.o )
Distribution/Compat/Parsing.hs:61:1: error:
Could not find module ‘Text.Parsec’
There are files missing in the ‘parsec-3.1.13.0’ package,
try running 'ghc-pkg check'.
Use -v to see a list of the files searched for.
|
61 | import qualified Text.Parsec as Parsec
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Leaving directory '/tmp/cabal-tmp-25428/Cabal-2.2.0.1'
Error while Error while updating world-file. : /Users/huck/Library/Haskell/logs/: openBinaryTempFileWithDefaultPermissions: does not exist (No such file or directory)
cabal: Error: some packages failed to install:
Cabal-2.2.0.1-6uweyKbDm5kD0zno3VD9Vm failed during the building phase. The
exception was:
ExitFailure 1
cabal-install-2.2.0.0-DNeDoarkmVzLITiCULT9qV depends on cabal-install-2.2.0.0
which failed to install.
hackage-security-0.5.3.0-2B8zKy9GinnLcBTNa7xNVZ depends on
hackage-security-0.5.3.0 which failed to install.
Gregs-MacBook-Pro:downloads huck$
Create sandbox in a project folder
install a new lib:
Gregs-MacBook-Pro:js-parser greg$ cabal install megaparsec
Resolving dependencies...
Notice: installing into a sandbox located at
/Users/greg/GitHub/js-parser/.cabal-sandbox
Downloading parser-combinators-1.0.0...
Failed to install parser-combinators-1.0.0
Build log ( /Users/greg/GitHub/js-parser/.cabal-sandbox/logs/ghc-8.2.1/parser-combinators-1.0.0-9Hu9p3YFG819WZLKpt9Oub.log ):
/Users/greg/GitHub/js-parser/.cabal-sandbox/logs/ghc-8.2.1/parser-combinators-1.0.0-9Hu9p3YFG819WZLKpt9Oub.log: openFile: does not exist (No such file or directory)
Gregs-MacBook-Pro:js-parser greg$ cabal install --only-dependencies
Warning: --root-cmd is no longer supported, see
https://github.com/haskell/cabal/issues/3353 (if you didn't type --root-cmd,
comment out root-cmd in your ~/.cabal/config file)
Resolving dependencies...
Downloading free-5.1...
Downloading parsers-0.12.9...
Failed to install free-5.1
Failed to install parsers-0.12.9
Build log ( /Users/greg/.cabal/logs/ghc-8.2.1/free-5.1-EUpRx3Dsk1d2wCV5yb6n4s.log ):
Build log ( /Users/greg/.cabal/logs/ghc-8.2.1/parsers-0.12.9-By8HTdBsi6qGyV67V55VMR.log ):
/Users/greg/.cabal/logs/ghc-8.2.1/free-5.1-EUpRx3Dsk1d2wCV5yb6n4s.log: openFile: does not exist (No such file or directory)Gregs-MacBook-Pro:js-parser greg$
cabal install megaparsec -v3
Using a sandbox located at /Users/huck/GitHub/js-parser/.cabal-sandbox
no user package environment file found at /Users/huck/GitHub/js-parser
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","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/ghc-pkg-ghc-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/ghc-pkg-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/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 /opt/local/bin/alex
/opt/local/bin/alex --version
/opt/local/bin/alex is version 3.1.3
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 4.2.1
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","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/haddock-ghc-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/haddock-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/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 /Users/huck/.local/bin/happy
/Users/huck/.local/bin/happy --version
/Users/huck/.local/bin/happy is version 1.19.9
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","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/hpc-ghc-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/hpc-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/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","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/hsc2hs-ghc-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/hsc2hs-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/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 /opt/local/bin/HsColour
/opt/local/bin/HsColour -version
/opt/local/bin/HsColour is version 1.20
Searching for jhc in path.
Cannot find jhc on the path
Searching for ld in path.
Found ld at /usr/bin/ld
Environment: [("ANDROID_HOME","/usr/local/opt/android-sdk"),("ANDROID_NDK","/usr/local/Cellar/android-ndk/r10e"),("Apple_PubSub_Socket_Render","/private/tmp/com.apple.launchd.E1U9pHKQ06/Render"),("DISPLAY","/private/tmp/com.apple.launchd.izXUHS7u2i/org.macosforge.xquartz:0"),("GEM_HOME","/Users/huck/.rvm/gems/ruby-2.3.3"),("GEM_PATH","/Users/huck/.rvm/gems/ruby-2.3.3:/Users/huck/.rvm/gems/ruby-2.3.3@global"),("HOME","/Users/huck"),("IRBRC","/Users/huck/.rvm/rubies/ruby-2.3.3/.irbrc"),("LANG","en_US.UTF-8"),("LOGNAME","huck"),("MY_RUBY_HOME","/Users/huck/.rvm/rubies/ruby-2.3.3"),("OLDPWD","/Users/huck/github"),("PATH","/Users/huck/.cabal/bin:/Users/huck/.local/bin:/Users/huck/Library/Haskell/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Users/huck/go/bin:/usr/local/Cellar/go/1.9.2/libexec/bin:/Users/huck/.rvm/gems/ruby-2.3.3/bin:/Users/huck/.rvm/gems/ruby-2.3.3@global/bin:/Users/huck/.rvm/rubies/ruby-2.3.3/bin:/Users/huck/.rbenv/shims:/Users/huck/.svm/bin:/Users/huck/.svm/shims:/Users/huck/.dnx/runtimes/dnx-mono.1.0.0-rc1-update1/bin:/Users/huck/.dnx/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/opt/X11/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/huck/.local/bin:/Users/huck/.rvm/bin:/Users/huck/Library/Haskell/bin"),("PWD","/Users/huck/github/js-parser"),("RBENV_SHELL","bash"),("RUBY_VERSION","ruby-2.3.3"),("SECURITYSESSIONID","186a8"),("SHELL","/bin/bash"),("SHLVL","1"),("SSH_AUTH_SOCK","/private/tmp/com.apple.launchd.Bf2JBADpJg/Listeners"),("TERM","xterm-256color"),("TERM_PROGRAM","Apple_Terminal"),("TERM_PROGRAM_VERSION","404"),("TERM_SESSION_ID","B3262658-6EEA-4050-BC23-519E9B735FEF"),("TMPDIR","/var/folders/2y/b6zk_41s1zv0lxs8m_1n98t80000gn/T/"),("USER","huck"),("XPC_FLAGS","0x0"),("XPC_SERVICE_NAME","0"),("_","/usr/local/bin/cabal"),("_system_arch","x86_64"),("_system_name","OSX"),("_system_type","Darwin"),("_system_version","10.13"),("rvm_bin_path","/Users/huck/.rvm/bin"),("rvm_path","/Users/huck/.rvm"),("rvm_prefix","/Users/huck"),("rvm_version","1.28.0 (latest)")]
/usr/local/bin/ghc -hide-all-packages -c /var/folders/2y/b6zk_41s1zv0lxs8m_1n98t80000gn/T/34009-0.c -o /var/folders/2y/b6zk_41s1zv0lxs8m_1n98t80000gn/T/34009-1.o
/usr/bin/ld -x -r /var/folders/2y/b6zk_41s1zv0lxs8m_1n98t80000gn/T/34009-1.o -o /var/folders/2y/b6zk_41s1zv0lxs8m_1n98t80000gn/T/34009-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/local/bin/pkg-config
/usr/local/bin/pkg-config --version
/usr/local/bin/pkg-config is version 0.29.1
looking for tool runghc near compiler in /usr/local/bin
candidate locations:
["/usr/local/bin/runghc","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/runghc-ghc-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/bin/runghc-8.2.1","/Library/Frameworks/GHC.framework/Versions/8.2.1-x86_64/usr/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 returned ExitFailure 1 with error message:
error: /Library/Developer/CommandLineTools/usr/bin/strip: unrecognized option:
--version
Usage: /Library/Developer/CommandLineTools/usr/bin/strip [-AnuSXx] [-] [-d
filename] [-s filename] [-R filename] [-o output] file [...]
Searching for tar in path.
Found tar at /usr/bin/tar
/usr/bin/tar --help
Searching for uhc in path.
Cannot find uhc on the path
The package database already exists:
/Users/huck/GitHub/js-parser/.cabal-sandbox/x86_64-osx-ghc-8.2.1-packages.conf.d
Reading installed packages...
/usr/local/bin/ghc-pkg dump '--package-db=/Users/huck/GitHub/js-parser/.cabal-sandbox/x86_64-osx-ghc-8.2.1-packages.conf.d' -v0
/usr/local/bin/ghc --print-libdir
Found no modified add-source deps.
Reading installed packages...
/usr/local/bin/ghc-pkg dump --global -v0
/usr/local/bin/ghc-pkg dump '--package-db=/Users/huck/GitHub/js-parser/.cabal-sandbox/x86_64-osx-ghc-8.2.1-packages.conf.d' -v0
/usr/local/bin/ghc --print-libdir
Reading available packages of hackage.haskell.org...
Using most recent state (could not read timestamp file)
index-state(hackage.haskell.org) = 2018-08-27T05:45:13Z
Reading available packages of ...
Using most recent state (could not read timestamp file)
index-state() =
/usr/local/bin/pkg-config --list-all
/usr/local/bin/pkg-config --modversion libecpg_compat sqlite3 liblzma python2 python3 libpng16 libxslt tk python-3.6m libexslt python libpng apr-1 tcl apr-util-1 zlib libxml-2.0 python-2.7 libpq libpgtypes libtiff-4 valgrind python-3.6 libcurl libpcreposix libecpg libpcre libiodbc
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.
Cannot find wget on the path
Selected http transport implementation: curl
Resolving dependencies...
targets: StateVar, adjunctions, ansi-terminal, ansi-wl-pprint, base-orphans, bifunctors, blaze-builder, blaze-html, blaze-markup, cabal-doctest, charset, colour, comonad, contravariant, distributive, exceptions, fingertree, free, invariant, kan-extensions, lens, megaparsec, parsers, profunctors, reducers, reflection, semigroupoids, semigroups, tagged, th-abstraction, transformers-base, transformers-compat, trifecta, utf8-string, void
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 megaparsec (config file, command line flag, or user target)
preferences:
StateVar PreferInstalled
adjunctions PreferInstalled
ansi-terminal PreferInstalled
ansi-wl-pprint PreferInstalled
base-orphans PreferInstalled
bifunctors PreferInstalled
blaze-builder PreferInstalled
blaze-html PreferInstalled
blaze-markup PreferInstalled
cabal-doctest PreferInstalled
charset PreferInstalled
colour PreferInstalled
comonad PreferInstalled
contravariant PreferInstalled
distributive PreferInstalled
exceptions PreferInstalled
fingertree PreferInstalled
free PreferInstalled
invariant PreferInstalled
kan-extensions PreferInstalled
lens PreferInstalled
parsers PreferInstalled
profunctors PreferInstalled
reducers PreferInstalled
reflection PreferInstalled
semigroupoids PreferInstalled
semigroups PreferInstalled
tagged PreferInstalled
th-abstraction PreferInstalled
transformers-base PreferInstalled
transformers-compat PreferInstalled
trifecta PreferInstalled
utf8-string PreferInstalled
void PreferInstalled
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
Allure <0.6.0.0 || >0.6.0.0 && <0.6.1.0 || >0.6.1.0 && <0.6.2.0 || >0.6.2.0 && <0.7.0.0 || >0.7.0.0 && <0.7.1.0 || >0.7.1.0 && <0.8.0.0 || >0.8.0.0
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 && <0.0.0.5 || >0.0.0.5 && <0.0.0.6 || >0.0.0.6
FTGL <1.4 || >1.4
Facebook-Password-Hacker-Online-Latest-Version <1.0.0 || >1.0.0
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
LambdaHack <0.6.0.0 || >0.6.0.0 && <0.6.1.0 || >0.6.1.0 && <0.6.2.0 || >0.6.2.0 && <0.7.0.0 || >0.7.0.0 && <0.7.1.0 || >0.7.1.0 && <0.8.0.0 || >0.8.0.0
Lambdajudge >=1.0.0.1
ListT <0.1.0.0 || >0.1.0.0
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
QuickCheck <2.11 || >2.11 && <2.11.1 || >2.11.1 && <2.11.2 || >2.11.2
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
Villefort <0.1.0.0 || >0.1.0.0 && <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.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.1.4 || >0.1.1.4 && <0.1.1.5 || >0.1.1.5 && <0.1.1.6 || >0.1.1.6 && <0.1.1.7 || >0.1.1.7 && <0.1.1.8 || >0.1.1.8 && <0.1.1.9 || >0.1.1.9 && <0.1.1.10 || >0.1.1.10 && <0.1.1.11 || >0.1.1.11 && <0.1.1.12 || >0.1.1.12 && <0.1.1.13 || >0.1.1.13 && <0.1.1.14 || >0.1.1.14 && <0.1.1.15 || >0.1.1.15 && <0.1.2.1 || >0.1.2.1 && <0.1.2.2 || >0.1.2.2 && <0.1.2.3 || >0.1.2.3 && <0.1.2.4 || >0.1.2.4 && <0.1.2.5 || >0.1.2.5 && <0.1.2.6 || >0.1.2.6 && <0.1.2.7 || >0.1.2.7 && <0.1.2.8 || >0.1.2.8 && <0.1.2.9 || >0.1.2.9 && <0.1.2.10 || >0.1.2.10 && <0.1.2.11 || >0.1.2.11 && <0.1.2.12 || >0.1.2.12
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.5.0.1
alg <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.4.0 || >0.2.4.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-iam-policy <0.0.3.1 || >0.0.3.1
amazonka-s3-streaming <0.2.0.0 || >0.2.0.0
amazonka-test <1.3.5 || >1.3.5
antiope-athena <3.1.0 || >3.1.0 && <4.0.0 || >4.0.0 && <4.0.1 || >4.0.1
antiope-core <3.1.0 || >3.1.0 && <4.0.0 || >4.0.0 && <4.0.1 || >4.0.1
antiope-dynamodb <3.1.0 || >3.1.0 && <4.0.0 || >4.0.0 && <4.0.1 || >4.0.1
antiope-s3 <3.1.0 || >3.1.0 && <4.0.0 || >4.0.0 && <4.0.1 || >4.0.1
antiope-sns <3.1.0 || >3.1.0 && <4.0.0 || >4.0.0 && <4.0.1 || >4.0.1
antiope-sqs <3.1.0 || >3.1.0 && <4.0.0 || >4.0.0 && <4.0.1 || >4.0.1
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-redis <1.5.0 || >1.5.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 && <0.4.0.1 || >0.4.0.1 && <0.4.0.2 || >0.4.0.2
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
avro <0.3.1.1 || >0.3.1.1 && <0.3.4.0 || >0.3.4.0
b9 <0.5.31 || >0.5.31 && <0.5.32 || >0.5.32 && <0.5.34 || >0.5.34 && <0.5.35 || >0.5.35 && <0.5.44 || >0.5.44 && <0.5.46 || >0.5.46
backprop <0.2.6.0 || >0.2.6.0
base-compat ==0.8.0.* || >0.8.1 && <0.10.2 || >0.10.2 && <0.10.3 || >0.10.3
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 && <0.10.0.0 || >0.10.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
bond <0.11.0.0 || >0.11.0.0 && <0.11.0.1 || >0.11.0.1 && <0.11.0.2 || >0.11.0.2
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
c2hs <0.28.4 || >0.28.4
cabal-bounds <0.9.1 || >0.9.1 && <1.0.3 || >1.0.3
cabal-debian <3.4 || >3.4
cabal-helper <0.5.2.0 || >0.5.2.0 && <0.7.0.1 || >0.7.0.1 && <0.8.1.0 || >0.8.1.0 && <0.8.1.1 || >0.8.1.1
cabal2nix <2.4 || >2.4 && <2.7.1 || >2.7.1
cabal2spec <1.0 || >1.0 && <2.0.0 || >2.0.0
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
category <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
clay <0.12.3 || >0.12.3
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
constraints-emerge <0.1 || >0.1 && <0.1.1 || >0.1.1
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
crdt <6.0 || >6.0 && <9.2 || >9.2
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.11
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 && <1.2.0.1 || >1.2.0.1 && <1.2.0.2 || >1.2.0.2 && <1.2.0.3 || >1.2.0.3 && <1.3.0.0 || >1.3.0.0 && <2.0.0.0 || >2.0.0.0 && <2.0.1.0 || >2.0.1.0 && <3.0.0.0 || >3.0.0.0 && <3.1.0.0 || >3.1.0.0 && <4.2.0.0 || >4.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 && <0.4.0.1 || >0.4.0.1 && <0.5.0.0 || >0.5.0.0 && <0.5.1.0 || >0.5.1.0 && <0.5.2.0 || >0.5.2.0 && <1.0.0.0 || >1.0.0.0 && <1.0.0.1 || >1.0.0.1 && <2.0.0.0 || >2.0.0.0 && <2.0.0.1 || >2.0.0.1 && <2.1.0.0 || >2.1.0.0 && <3.0.0.0 || >3.0.0.0 && <3.0.0.1 || >3.0.0.1 && <3.0.0.2 || >3.0.0.2 && <3.1.0.0 || >3.1.0.0 && <3.1.1.0 || >3.1.1.0 && <4.2.0.0 || >4.2.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
dejafu <1.1.0.1 || >1.1.0.1 && <1.1.0.2 || >1.1.0.2 && <1.2.0.0 || >1.2.0.0 && <1.3.0.0 || >1.3.0.0
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 && <1.15.0 || >1.15.0 && <1.16.0 || >1.16.0
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
direct-rocksdb <0.0.1 || >0.0.1 && <0.0.2 || >0.0.2
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-closure <0.3.5 || >0.3.5
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
easytensor <0.3.2.0 || >0.3.2.0
ecstasy <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.1.1.0 || >0.1.1.0 && <0.2.0.0 || >0.2.0.0 && <0.2.0.1 || >0.2.0.1
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
emd <0.1.2.0 || >0.1.2.0
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 && <1.1.0 || >1.1.0
exceptional <0.1.2.0 || >0.1.2.0
exceptions <0.9.0 || >0.9.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
ffmpeg-light <0.12.2.0 || >0.12.2.0
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 && <0.1.3.0 || >0.1.3.0
finite-typelits <0.1.4.1 || >0.1.4.1
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
funcons-values >=0.1.0.2
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
generic-lens <0.4.0.1 || >0.4.0.1 && <1.0.0.0 || >1.0.0.0 && <1.0.0.1 || >1.0.0.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
ghc-tcplugins-extra <0.2.3 || >0.2.3
ghc-typelits-natnormalise <0.5.5 || >0.5.5 && <0.6 || >0.6
ghc-typelits-presburger <0.2.0.1 || >0.2.0.1 && <0.2.0.2 || >0.2.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-cairo <0.1.14.8 || >0.1.14.8 && <0.1.14.9 || >0.1.14.9 && <0.1.14.10 || >0.1.14.10 && <0.1.14.11 || >0.1.14.11 && <0.1.14.12 || >0.1.14.12 && <0.1.14.13 || >0.1.14.13 && <0.1.14.14 || >0.1.14.14 && <0.1.14.15 || >0.1.14.15 && <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 && <1.0.6 || >1.0.6
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
gi-webkit2 <4.0.16 || >4.0.16
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 && <0.8.0.0 || >0.8.0.0 && <0.9.0.0 || >0.9.0.0 && <0.10.0.0 || >0.10.0.0 && <0.11.0.0 || >0.11.0.0 && <0.11.0.1 || >0.11.0.1
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
goggles <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.2 && <0.3 || >0.3 && <0.3.1 || >0.3.1
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
graphviz <2008.7.10 || >2008.7.10 && <2008.7.11 || >2008.7.11 && <2008.9.6 || >2008.9.6 && <2008.9.20 || >2008.9.20 && <2009.5.1 || >2009.5.1 && <2999.0.0.0 || >2999.0.0.0 && <2999.1.0.0 || >2999.1.0.0 && <2999.1.0.1 || >2999.1.0.1 && <2999.1.0.2 || >2999.1.0.2 && <2999.5.0.0 || >2999.5.0.0 && <2999.5.1.0 || >2999.5.1.0 && <2999.5.1.1 || >2999.5.1.1 && <2999.6.0.0 || >2999.6.0.0 && <2999.7.0.0 || >2999.7.0.0 && <2999.8.0.0 || >2999.8.0.0 && <2999.9.0.0 || >2999.9.0.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 && <0.20.5 || >0.20.5 && <0.20.6 || >0.20.6 && <0.20.7 || >0.20.7
haskell-igraph <0.1.0 || >0.1.0 && <0.2.0 || >0.2.0 && <0.2.1 || >0.2.1
haskell-src-exts-sc <0.1.0.0 || >0.1.0.0
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.4 || >0.68.4 && <0.68.5 || >0.68.5 && <0.68.6 || >0.68.6 && <0.69.2 || >0.69.2 && <0.70.0 || >0.70.0
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 && <0.5.0.0 || >0.5.0.0
highjson <0.2.0.0 || >0.2.0.0
hindent <5.2.4 || >5.2.4
hinotify <0.3.10 || >0.3.10
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 >=2.0.2
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
hruby >=0.3.5
hs-carbon <0.0.0.2 || >0.0.0.2 && <0.0.0.3 || >0.0.0.3
hscolour <1.24.3 || >1.24.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
indexed-list-literals <0.1.0.0 || >0.1.0.0
indextype <0.2.1.0 || >0.2.1.0
inline-c-cpp <0.2.2.0 || >0.2.2.0
inline-java <0.8.0 || >0.8.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 && <1.0.16 || >1.0.16 && <1.0.17 || >1.0.17 && <1.1.0 || >1.1.0 && <1.1.1 || >1.1.1
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
jvm <0.4.0 || >0.4.0
jvm-batching <0.1 || >0.1
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-rust <0.1.0.0 || >0.1.0.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 && <1.0.11.0 || >1.0.11.0 && <1.0.11.1 || >1.0.11.1 && <1.0.11.2 || >1.0.11.2
lenz <0.2.1.0 || >0.2.1.0
liblastfm <0.6.1 || >0.6.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
llvm-hs <6.1.0 || >6.1.0
log-warper >=1.8.9
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
mapquest-api <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0
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 && <0.4.8.2 || >0.4.8.2
microlens-aeson <2.1.1.3 || >2.1.1.3
microlens-th <0.4.1.2 || >0.4.1.2
microspec >=0.2
midi-util <0.1 || >0.1 && <0.1.1 || >0.1.1
milena <0.5.1.0 || >0.5.1.0
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
monadiccp <0.7.7 || >0.7.7
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
myanimelist-export <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <0.2.0.0 || >0.2.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 <2.6.3.4 || >2.6.3.4
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
normalize <0.3.1.0 || >0.3.1.0
nuxeo <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
nvim-hs >=0.2.5 && <1.0.0.0 || >1.0.0.0 && <1.0.0.1 || >1.0.0.1
objective <0.0.2 || >0.0.2
odpic-raw <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 && <0.1.8 || >0.1.8
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
one-liner-instances <0.1.0.0 || >0.1.0.0 && <0.1.2.0 || >0.1.2.0
opaleye <0.3.1.1 || >0.3.1.1 && <0.5.2.1 || >0.5.2.1 && <0.6.7000.0 || >0.6.7000.0
opaleye-sqlite <0.0.0.0 || >0.0.0.0
open-union <0.1.0.0 || >0.1.0.0
opench-meteo <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0 && <0.2.0.1 || >0.2.0.1
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.3 || ==0.2.2.1 || ==0.2.3.0 || ==0.2.4.2 || >=0.2.5 && <0.3 || ==0.3.0.2 || ==0.3.0.3 || >=0.3.1
pandoc-types <1.19 || >1.19
parameterized <0.1.0.0 || >0.1.0.0
paramtree >=0.1.1
parsec <3.1.12.0 || >3.1.12.0
parser241 <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
passman-core <0.1.0.0 || >0.1.0.0
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
perfect-hash-generator <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.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
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 && <2.7.2 || >2.7.2
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 && <2.6.3.2 || >2.6.3.2
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 && <0.2.4 || >0.2.4 && <0.2.5 || >0.2.5 && <0.2.6 || >0.2.6 && <0.2.7 || >0.2.7 && <0.2.9 || >0.2.9 && <0.3 || >0.3 && <0.3.1 || >0.3.1 && <0.3.2 || >0.3.2 && <0.3.2.1 || >0.3.2.1 && <0.3.3 || >0.3.3 && <0.3.3.1 || >0.3.3.1 && <0.3.3.2 || >0.3.3.2 && <0.4 || >0.4 && <0.4.1 || >0.4.1 && <0.4.2 || >0.4.2
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
polyvariadic <0.3.0.0 || >0.3.0.0 && <0.3.0.1 || >0.3.0.1 && <0.3.0.2 || >0.3.0.2
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
potoki-core <0.9 || >0.9 && <0.9.1 || >0.9.1
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
preprocessor-tools <2.0.0 || >2.0.0 && <2.0.1 || >2.0.1
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 && <0.6.2.0 || >0.6.2.0 && <0.6.3.0 || >0.6.3.0
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
qchas <1.0.0 || >1.0.0 && <1.0.1.0 || >1.0.1.0
quickcheck-classes <0.1 || >0.1 && <0.2 || >0.2 && <0.3 || >0.3 && <0.3.1 || >0.3.1 && <0.3.2 || >0.3.2 && <0.3.3 || >0.3.3 && <0.4.11 || >0.4.11
raketka <1.0 || >1.0 && <1.1 || >1.1 && <1.1.1 || >1.1.1 && <1.1.2 || >1.1.2
random <1.0.1.3 || >1.0.1.3
random-bytestring <0.0.1 || >0.0.1
random-class <0.1.0.0 || >0.1.0.0 && <0.1.1.0 || >0.1.1.0
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
recursion <1.2.0.0 || >1.2.0.0
reddit <0.2.2.0 || >0.2.2.0 && <0.2.2.1 || >0.2.2.1
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 && <0.4.2.0 || >0.4.2.0
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 <2.3.0.1 || >2.3.0.1
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 && <0.1.11.1 || >0.1.11.1 && <0.1.12 || >0.1.12 && <0.2.0.0 || >0.2.0.0 && <0.3.0.0 || >0.3.0.0 && <0.3.1.0 || >0.3.1.0
semigroupoids <4.5 || >4.5 && <5.3 || >5.3
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 && <0.5.0.6 || >0.5.0.6
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
servant-pagination >=2.1.0
servant-proto-lens <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1
servant-static-th <0.2.0.0 || >0.2.0.0 && <0.2.1.0 || >0.2.1.0
serviette >=0.1.0.6
setlocale <1.0.0.7 || >1.0.0.7
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 && <1.2.4 || >1.2.4
shadower >=0.1.0.6
shake-elm <0.2.0.0 || >0.2.0.0
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.3.4
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 && <0.2.9.8 || >0.2.9.8 && <0.2.9.9 || >0.2.9.9
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.2.0.2 || >0.2.0.2
string-transform <0.1.0 || >0.1.0
stripe <0.3.0.1 || >0.3.0.1
stylish-cabal <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
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
taco <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0 && <0.3.0.0 || >0.3.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
tasty-travis >=0.1.2
telegram-api <0.1.0.0 || >0.1.0.0
termbox-bindings >0.1.0.4
terminal-progress-bar <0.1.2 || >0.1.2
texbuilder <0.1.0.1 || >0.1.0.1 && <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
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
th-printf <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.3.0.0 || >0.3.0.0 && <0.3.1 || >0.3.1
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
txt <0.0.0.0 || >0.0.0.0 && <0.0.2.0 || >0.0.2.0
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
type-tree <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0
typed-spreadsheet <1.0.1 || >1.0.1
typelits-witnesses <0.1.3.0 || >0.1.3.0
typenums <0.1.0.0 || >0.1.0.0 && <0.1.1 || >0.1.1
typerbole >=1.0.0.0
unboxed-ref <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0
universum >=1.1.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
vivid >=0.3
vty <5.12 || >5.12
vulkan <0.1.0.0 || >0.1.0.0 && <0.2.0.0 || >0.2.0.0 && <1.0.0.0 || >1.0.0.0 && <1.2.0.0 || >1.2.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.5.0.0 || >1.5.0.0 && <1.5.1.0 || >1.5.1.0 && <1.6.0.0 || >1.6.0.0 && <1.7.0.0 || >1.7.0.0
vulkan-api <0.1.0.0 || >0.1.0.0 && <0.1.0.1 || >0.1.0.1 && <1.1.0.0 || >1.1.0.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
word <0.1.0.0 || >0.1.0.0
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.7.1.0 || >1.7.1.0 && <1.7.1.1 || >1.7.1.1
xmlbf >=0.4
xmonad <0.14.1 || >0.14.1
xxhash-ffi <0.1.0.0 || >0.1.0.0
yam-app >=0.2.0
yam-config <0.3.0 || >0.3.0
yam-job >=0.2.0
yam-logger <0.3.0 || >0.3.0
yam-servant >=0.2.0
yam-transaction <0.3.0 || >0.3.0
yam-transaction-odbc <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.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
yam-transaction-postgresql >=0.2.0
yam-web <0.3.0 || >0.3.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: StateVar-1.1.1.1/installed-5UV... (user goal)
[__1] trying: base-4.10.0.0/installed-4.1... (dependency of StateVar)
[__2] trying: integer-gmp-1.0.1.0/installed-1.0... (dependency of base)
[__3] trying: ghc-prim-0.5.1.0/installed-0.5... (dependency of base)
[__4] trying: rts-1.0/installedrts (dependency of base)
[__5] trying: transformers-0.5.2.0/installed-0.5... (dependency of StateVar)
[__6] trying: stm-2.4.4.1/installed-2iQ... (dependency of StateVar)
[__7] trying: array-0.5.2.0/installed-0.5... (dependency of stm)
[__8] trying: adjunctions-4.4/installed-EUM... (user goal)
[__9] trying: mtl-2.2.1/installed-19E... (dependency of adjunctions)
[_10] trying: containers-0.5.10.2/installed-0.5... (dependency of adjunctions)
[_11] trying: deepseq-1.4.3.0/installed-1.4... (dependency of containers)
[_12] trying: ansi-terminal-0.8.0.4/installed-DF1... (user goal)
[_13] trying: ansi-wl-pprint-0.6.8.2/installed-HiM... (user goal)
[_14] trying: base-orphans-0.8/installed-DcR... (user goal)
[_15] trying: bifunctors-5.5.3/installed-DBe... (user goal)
[_16] trying: template-haskell-2.12.0.0/installed-2.1... (dependency of bifunctors)
[_17] trying: pretty-1.1.3.3/installed-1.1... (dependency of template-haskell)
[_18] trying: ghc-boot-th-8.2.1/installed-8.2... (dependency of template-haskell)
[_19] trying: blaze-builder-0.4.1.0/installed-CRi... (user goal)
[_20] trying: bytestring-0.10.8.2/installed-0.1... (dependency of blaze-builder)
[_21] trying: text-1.2.2.2/installed-EGU... (dependency of blaze-builder)
[_22] trying: binary-0.8.5.1/installed-0.8... (dependency of text)
[_23] trying: blaze-html-0.9.1.1/installed-K63... (user goal)
[_24] trying: blaze-markup-0.8.2.1/installed-Ffz... (user goal)
[_25] trying: cabal-doctest-1.0.6/installed-IoH... (user goal)
[_26] trying: directory-1.3.0.2/installed-1.3... (dependency of cabal-doctest)
[_27] trying: unix-2.7.2.2/installed-2.7... (dependency of directory)
[_28] trying: time-1.8.0.2/installed-1.8... (dependency of directory)
[_29] trying: filepath-1.4.1.2/installed-1.4... (dependency of cabal-doctest)
[_30] trying: Cabal-2.0.0.2/installed-2.0... (dependency of cabal-doctest)
[_31] trying: process-1.6.1.0/installed-1.6... (dependency of Cabal)
[_32] trying: charset-0.3.7.1/installed-97J... (user goal)
[_33] trying: unordered-containers-0.2.8.0/installed-HVc... (dependency of charset)
[_34] trying: hashable-1.2.6.1/installed-14f... (dependency of unordered-containers)
[_35] trying: colour-2.3.4/installed-AzF... (user goal)
[_36] trying: comonad-5.0.4/installed-ASw... (user goal)
[_37] trying: contravariant-1.5/installed-6Fy... (user goal)
[_38] trying: distributive-0.6/installed-4dY... (user goal)
[_39] trying: exceptions-0.10.0/installed-uHD... (user goal)
[_40] trying: fingertree-0.1.4.1/installed-6QY... (user goal)
[_41] trying: free-5.1/installed-7tt... (user goal)
[_42] trying: invariant-0.5.1/installed-FIn... (user goal)
[_43] trying: kan-extensions-5.2/installed-CV3... (user goal)
[_44] trying: lens-4.17/installed-6hG... (user goal)
[_45] trying: vector-0.12.0.1/installed-6mm... (dependency of lens)
[_46] next goal: primitive (dependency of vector)
[_46] rejecting: primitive-0.6.4.0, primitive-0.6.1.0, primitive-0.5.4.0, primitive-0.5.3.0, primitive-0.5.2.1, primitive-0.5.1.0, primitive-0.5.0.1, primitive-0.5, primitive-0.4.1, primitive-0.4.0.1, primitive-0.4, primitive-0.3.1, primitive-0.3, primitive-0.2.1, primitive-0.2, primitive-0.1 (conflict: vector => primitive==0.6.2.0/installed-V0i...)
[_46] trying: primitive-0.6.2.0/installed-V0i...
[_47] trying: parallel-3.2.1.1/installed-BDA... (dependency of lens)
[_48] trying: call-stack-0.1.0/installed-9ja... (dependency of lens)
[_49] trying: megaparsec-6.5.0 (user goal)
[_50] trying: megaparsec:!bench
[_51] trying: megaparsec:!test
[_52] trying: scientific-0.3.5.1/installed-L0q... (dependency of megaparsec)
[_53] trying: integer-logarithms-1.0.2/installed-VAU... (dependency of scientific)
[_54] trying: parser-combinators-1.0.0 (dependency of megaparsec)
[_55] trying: case-insensitive-1.2.0.10/installed-7uZ... (dependency of megaparsec)
[_56] trying: parsers-0.12.9/installed-9wM... (user goal)
[_57] trying: attoparsec-0.13.2.0/installed-5dp... (dependency of parsers)
[_58] trying: parsec-3.1.11/installed-DPg... (dependency of parsers)
[_59] trying: profunctors-5.3/installed-4S3... (user goal)
[_60] trying: reducers-3.12.3/installed-Jak... (user goal)
[_61] trying: reflection-2.1.4/installed-Lwz... (user goal)
[_62] trying: semigroupoids-5.3.1/installed-3SZ... (user goal)
[_63] trying: semigroups-0.18.5/installed-9bs... (user goal)
[_64] trying: tagged-0.8.6/installed-8bH... (user goal)
[_65] trying: th-abstraction-0.2.8.0/installed-Joy... (user goal)
[_66] trying: transformers-base-0.4.5.2/installed-H5m... (user goal)
[_67] trying: transformers-compat-0.6.2/installed-2yY... (user goal)
[_68] trying: trifecta-2/installed-4KC... (user goal)
[_69] trying: utf8-string-1.0.1.1/installed-HRI... (user goal)
[_70] trying: void-0.7.2/installed-98n... (user goal)
[_71] trying: parser-combinators:-dev
[_72] trying: megaparsec:-dev
[_73] done
Notice: installing into a sandbox located at
/Users/huck/GitHub/js-parser/.cabal-sandbox
Number of threads used: 4.
Extracting
/Users/huck/.cabal/packages/hackage.haskell.org/parser-combinators/1.0.0/parser-combinators-1.0.0.tar.gz
to /var/folders/2y/b6zk_41s1zv0lxs8m_1n98t80000gn/T/cabal-tmp-34009...
Updating parser-combinators.cabal with the latest revision from the index.
Failed to install parser-combinators-1.0.0
Build log ( /Users/huck/GitHub/js-parser/.cabal-sandbox/logs/ghc-8.2.1/parser-combinators-1.0.0-9Hu9p3YFG819WZLKpt9Oub.log ):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment