Build #3 for variety-0.1.0.0

[all reports]

Package variety-0.1.0.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-06-05 12:04:56.223500658 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, exact-combinatorics-0.2.0.11, extra-1.8
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring clock-0.8.4...
Preprocessing library for clock-0.8.4..
Building library for clock-0.8.4..
[1 of 2] Compiling System.Clock     ( dist/build/System/Clock.hs, dist/build/System/Clock.o, dist/build/System/Clock.dyn_o )
[2 of 2] Compiling System.Clock.Seconds ( System/Clock/Seconds.hs, dist/build/System/Clock/Seconds.o, dist/build/System/Clock/Seconds.dyn_o )
Preprocessing library for clock-0.8.4..
Running Haddock on library for clock-0.8.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Clock     ( dist/build/System/Clock.hs, nothing )
[2 of 2] Compiling System.Clock.Seconds ( System/Clock/Seconds.hs, nothing )
Haddock coverage:
  81% (  9 / 11) in 'System.Clock'
  Missing documentation for:
    normalize (System/Clock.hsc:267)
    s2ns (System/Clock.hsc:264)
  75% (  6 /  8) in 'System.Clock.Seconds'
  Missing documentation for:
    Module header
    Seconds (System/Clock/Seconds.hs:21)
Warning: System.Clock: could not find link destinations for: 
	- System.Clock.Rep_TimeSpec
	- System.Clock.Rep_Clock
Warning: System.Clock.Seconds: could not find link destinations for: 
	- System.Clock.Rep_Clock
	- System.Clock.Seconds.Rep_Seconds
Documentation created: dist/doc/html/clock/, dist/doc/html/clock/clock.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/clock-0.8.4-9mIDgJzjLvj7z3x0NN2L3T
Completed    clock-0.8.4
Downloading  exact-combinatorics-0.2.0.11
Downloaded   exact-combinatorics-0.2.0.11
Configuring exact-combinatorics-0.2.0.11...
Preprocessing library for exact-combinatorics-0.2.0.11..
Building library for exact-combinatorics-0.2.0.11..
[1 of 3] Compiling Math.Combinatorics.Exact.Factorial ( src/Math/Combinatorics/Exact/Factorial.hs, dist/build/Math/Combinatorics/Exact/Factorial.o, dist/build/Math/Combinatorics/Exact/Factorial.dyn_o )
[2 of 3] Compiling Math.Combinatorics.Exact.Primes ( src/Math/Combinatorics/Exact/Primes.hs, dist/build/Math/Combinatorics/Exact/Primes.o, dist/build/Math/Combinatorics/Exact/Primes.dyn_o )

src/Math/Combinatorics/Exact/Primes.hs:53:37: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
53 |         [ n' | o  <- s : [2*s,3*s..(head ps-1)*s]
   |                                     ^^^^

src/Math/Combinatorics/Exact/Primes.hs:57:22: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
57 |         ++ seive ws (tail ps) (tail qs)
   |                      ^^^^

src/Math/Combinatorics/Exact/Primes.hs:57:32: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
57 |         ++ seive ws (tail ps) (tail qs)
   |                                ^^^^
[3 of 3] Compiling Math.Combinatorics.Exact.Binomial ( src/Math/Combinatorics/Exact/Binomial.hs, dist/build/Math/Combinatorics/Exact/Binomial.o, dist/build/Math/Combinatorics/Exact/Binomial.dyn_o )
Preprocessing library for exact-combinatorics-0.2.0.11..
Running Haddock on library for exact-combinatorics-0.2.0.11..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Math.Combinatorics.Exact.Factorial ( src/Math/Combinatorics/Exact/Factorial.hs, nothing )
[2 of 3] Compiling Math.Combinatorics.Exact.Primes ( src/Math/Combinatorics/Exact/Primes.hs, nothing )

src/Math/Combinatorics/Exact/Primes.hs:53:37: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
53 |         [ n' | o  <- s : [2*s,3*s..(head ps-1)*s]
   |                                     ^^^^

src/Math/Combinatorics/Exact/Primes.hs:57:22: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
57 |         ++ seive ws (tail ps) (tail qs)
   |                      ^^^^

src/Math/Combinatorics/Exact/Primes.hs:57:32: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
57 |         ++ seive ws (tail ps) (tail qs)
   |                                ^^^^
[3 of 3] Compiling Math.Combinatorics.Exact.Binomial ( src/Math/Combinatorics/Exact/Binomial.hs, nothing )
Haddock coverage:
Warning: 'Int32' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int64' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  2 /  2) in 'Math.Combinatorics.Exact.Factorial'
 100% (  2 /  2) in 'Math.Combinatorics.Exact.Primes'
 100% (  2 /  2) in 'Math.Combinatorics.Exact.Binomial'
Documentation created: dist/doc/html/exact-combinatorics/,
dist/doc/html/exact-combinatorics/exact-combinatorics.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/exact-combinatorics-0.2.0.11-D9fBYTCbJd7KwAv4D0Id44
Completed    exact-combinatorics-0.2.0.11
Configuring extra-1.8...
Preprocessing library for extra-1.8..
Building library for extra-1.8..
[ 1 of 22] Compiling Data.IORef.Extra ( src/Data/IORef/Extra.hs, dist/build/Data/IORef/Extra.o, dist/build/Data/IORef/Extra.dyn_o )
[ 2 of 22] Compiling Data.Monoid.Extra ( src/Data/Monoid/Extra.hs, dist/build/Data/Monoid/Extra.o, dist/build/Data/Monoid/Extra.dyn_o )
[ 3 of 22] Compiling Data.Tuple.Extra ( src/Data/Tuple/Extra.hs, dist/build/Data/Tuple/Extra.o, dist/build/Data/Tuple/Extra.dyn_o )
[ 4 of 22] Compiling Data.Typeable.Extra ( src/Data/Typeable/Extra.hs, dist/build/Data/Typeable/Extra.o, dist/build/Data/Typeable/Extra.dyn_o )
[ 5 of 22] Compiling Numeric.Extra    ( src/Numeric/Extra.hs, dist/build/Numeric/Extra.o, dist/build/Numeric/Extra.dyn_o )
[ 6 of 22] Compiling Partial          ( src/Partial.hs, dist/build/Partial.o, dist/build/Partial.dyn_o )
[ 7 of 22] Compiling Data.List.Extra  ( src/Data/List/Extra.hs, dist/build/Data/List/Extra.o, dist/build/Data/List/Extra.dyn_o )
[ 8 of 22] Compiling Data.Version.Extra ( src/Data/Version/Extra.hs, dist/build/Data/Version/Extra.o, dist/build/Data/Version/Extra.dyn_o )
[ 9 of 22] Compiling Data.List.NonEmpty.Extra ( src/Data/List/NonEmpty/Extra.hs, dist/build/Data/List/NonEmpty/Extra.o, dist/build/Data/List/NonEmpty/Extra.dyn_o )
[10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, dist/build/Data/Either/Extra.o, dist/build/Data/Either/Extra.dyn_o )
[11 of 22] Compiling Control.Exception.Extra ( src/Control/Exception/Extra.hs, dist/build/Control/Exception/Extra.o, dist/build/Control/Exception/Extra.dyn_o )
[12 of 22] Compiling Control.Monad.Extra ( src/Control/Monad/Extra.hs, dist/build/Control/Monad/Extra.o, dist/build/Control/Monad/Extra.dyn_o )
[13 of 22] Compiling Data.Foldable.Extra ( src/Data/Foldable/Extra.hs, dist/build/Data/Foldable/Extra.o, dist/build/Data/Foldable/Extra.dyn_o )
[14 of 22] Compiling Control.Concurrent.Extra ( src/Control/Concurrent/Extra.hs, dist/build/Control/Concurrent/Extra.o, dist/build/Control/Concurrent/Extra.dyn_o )
[15 of 22] Compiling System.Directory.Extra ( src/System/Directory/Extra.hs, dist/build/System/Directory/Extra.o, dist/build/System/Directory/Extra.dyn_o )
[16 of 22] Compiling System.Environment.Extra ( src/System/Environment/Extra.hs, dist/build/System/Environment/Extra.o, dist/build/System/Environment/Extra.dyn_o )
[17 of 22] Compiling System.IO.Extra  ( src/System/IO/Extra.hs, dist/build/System/IO/Extra.o, dist/build/System/IO/Extra.dyn_o )
[18 of 22] Compiling System.Info.Extra ( src/System/Info/Extra.hs, dist/build/System/Info/Extra.o, dist/build/System/Info/Extra.dyn_o )
[19 of 22] Compiling System.Process.Extra ( src/System/Process/Extra.hs, dist/build/System/Process/Extra.o, dist/build/System/Process/Extra.dyn_o )
[20 of 22] Compiling System.Time.Extra ( src/System/Time/Extra.hs, dist/build/System/Time/Extra.o, dist/build/System/Time/Extra.dyn_o )
[21 of 22] Compiling Extra            ( src/Extra.hs, dist/build/Extra.o, dist/build/Extra.dyn_o )
[22 of 22] Compiling Text.Read.Extra  ( src/Text/Read/Extra.hs, dist/build/Text/Read/Extra.o, dist/build/Text/Read/Extra.dyn_o )
Preprocessing library for extra-1.8..
Running Haddock on library for extra-1.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 22] Compiling Data.IORef.Extra ( src/Data/IORef/Extra.hs, nothing )
[ 2 of 22] Compiling Data.Monoid.Extra ( src/Data/Monoid/Extra.hs, nothing )
[ 3 of 22] Compiling Data.Tuple.Extra ( src/Data/Tuple/Extra.hs, nothing )
[ 4 of 22] Compiling Data.Typeable.Extra ( src/Data/Typeable/Extra.hs, nothing )
[ 5 of 22] Compiling Numeric.Extra    ( src/Numeric/Extra.hs, nothing )
[ 6 of 22] Compiling Partial          ( src/Partial.hs, nothing )
[ 7 of 22] Compiling Data.List.Extra  ( src/Data/List/Extra.hs, nothing )
[ 8 of 22] Compiling Data.Version.Extra ( src/Data/Version/Extra.hs, nothing )
[ 9 of 22] Compiling Data.List.NonEmpty.Extra ( src/Data/List/NonEmpty/Extra.hs, nothing )
[10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, nothing )
[11 of 22] Compiling Control.Exception.Extra ( src/Control/Exception/Extra.hs, nothing )
[12 of 22] Compiling Control.Monad.Extra ( src/Control/Monad/Extra.hs, nothing )
[13 of 22] Compiling Data.Foldable.Extra ( src/Data/Foldable/Extra.hs, nothing )
[14 of 22] Compiling Control.Concurrent.Extra ( src/Control/Concurrent/Extra.hs, nothing )
[15 of 22] Compiling System.Directory.Extra ( src/System/Directory/Extra.hs, nothing )
[16 of 22] Compiling System.Environment.Extra ( src/System/Environment/Extra.hs, nothing )
[17 of 22] Compiling System.IO.Extra  ( src/System/IO/Extra.hs, nothing )
[18 of 22] Compiling System.Info.Extra ( src/System/Info/Extra.hs, nothing )
[19 of 22] Compiling System.Process.Extra ( src/System/Process/Extra.hs, nothing )
[20 of 22] Compiling System.Time.Extra ( src/System/Time/Extra.hs, nothing )
[21 of 22] Compiling Extra            ( src/Extra.hs, nothing )
[22 of 22] Compiling Text.Read.Extra  ( src/Text/Read/Extra.hs, nothing )
Haddock coverage:
 100% (  6 /  6) in 'Data.IORef.Extra'
 100% (  4 /  4) in 'Data.Monoid.Extra'
Warning: 'Arrow' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 28 / 28) in 'Data.Tuple.Extra'
 100% (  2 /  2) in 'Data.Typeable.Extra'
 100% (  7 /  7) in 'Numeric.Extra'
Warning: '(:)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unzip' is ambiguous. It is defined
    * in Data.Functor
    * in GHC.List
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.List
Warning: 'firstJustM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 85 / 85) in 'Data.List.Extra'
Warning: 'Version' is ambiguous. It is defined
    * in Data.Version
    * in Data.Version
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Version
 100% (  3 /  3) in 'Data.Version.Extra'
Warning: 'length' is ambiguous. It is defined
    * in Data.Foldable
    * in Data.List.NonEmpty
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.List.NonEmpty
 100% ( 23 / 23) in 'Data.List.NonEmpty.Extra'
Warning: 'fromJust' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 11 / 11) in 'Data.Either.Extra'
Warning: 'ErrorCall' is ambiguous. It is defined
    * in GHC.Exception
    * in GHC.Exception
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Exception
Warning: 'AssertionFailed' is ambiguous. It is defined
    * in GHC.IO.Exception
    * in GHC.IO.Exception
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.IO.Exception
Warning: 'SomeException' is ambiguous. It is defined
    * in GHC.Exception.Type
    * in GHC.Exception.Type
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Exception.Type
 100% ( 21 / 21) in 'Control.Exception.Extra'
Warning: 'partition' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mconcatMap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'find' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 40 / 40) in 'Control.Monad.Extra'
  92% ( 13 / 14) in 'Data.Foldable.Extra'
  Missing documentation for:
    Module header
Warning: 'Lock' is ambiguous. It is defined
    * at src/Control/Concurrent/Extra.hs:106:16
    * at src/Control/Concurrent/Extra.hs:106:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/Extra.hs:106:1
Warning: 'Var' is ambiguous. It is defined
    * at src/Control/Concurrent/Extra.hs:146:17
    * at src/Control/Concurrent/Extra.hs:146:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/Extra.hs:146:1
Warning: 'Barrier' is ambiguous. It is defined
    * at src/Control/Concurrent/Extra.hs:210:21
    * at src/Control/Concurrent/Extra.hs:210:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/Extra.hs:210:1
 100% ( 27 / 27) in 'Control.Concurrent.Extra'
 100% (  8 /  8) in 'System.Directory.Extra'
 100% (  2 /  2) in 'System.Environment.Extra'
 100% ( 26 / 26) in 'System.IO.Extra'
 100% (  4 /  4) in 'System.Info.Extra'
 100% (  5 /  5) in 'System.Process.Extra'
 100% (  8 /  8) in 'System.Time.Extra'
 100% (270 /270) in 'Extra'
 100% (  2 /  2) in 'Text.Read.Extra'
Warning: Data.Tuple.Extra: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/extra/, dist/doc/html/extra/extra.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/extra-1.8-3gE64Z02YQOLCIF8cGZmDv
Completed    extra-1.8
Downloading  variety-0.1.0.0
Downloaded   variety-0.1.0.0
Configuring variety-0.1.0.0...
Preprocessing library for variety-0.1.0.0..
Building library for variety-0.1.0.0..
[1 of 6] Compiling Codec.Arithmetic.Variety.BitVec ( src/Codec/Arithmetic/Variety/BitVec.hs, dist/build/Codec/Arithmetic/Variety/BitVec.o, dist/build/Codec/Arithmetic/Variety/BitVec.dyn_o )
[2 of 6] Compiling Codec.Arithmetic.Variety ( src/Codec/Arithmetic/Variety.hs, dist/build/Codec/Arithmetic/Variety.o, dist/build/Codec/Arithmetic/Variety.dyn_o )
[3 of 6] Compiling Codec.Arithmetic.Combinatorics ( src/Codec/Arithmetic/Combinatorics.hs, dist/build/Codec/Arithmetic/Combinatorics.o, dist/build/Codec/Arithmetic/Combinatorics.dyn_o )
[4 of 6] Compiling Codec.Arithmetic.Variety.Bounded ( src/Codec/Arithmetic/Variety/Bounded.hs, dist/build/Codec/Arithmetic/Variety/Bounded.o, dist/build/Codec/Arithmetic/Variety/Bounded.dyn_o )
[5 of 6] Compiling Codec.Elias      ( src/Codec/Elias.hs, dist/build/Codec/Elias.o, dist/build/Codec/Elias.dyn_o )
[6 of 6] Compiling Codec.Elias.Natural ( src/Codec/Elias/Natural.hs, dist/build/Codec/Elias/Natural.o, dist/build/Codec/Elias/Natural.dyn_o )
Preprocessing library for variety-0.1.0.0..
Running Haddock on library for variety-0.1.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Codec.Arithmetic.Variety.BitVec ( src/Codec/Arithmetic/Variety/BitVec.hs, nothing )
[2 of 6] Compiling Codec.Arithmetic.Variety ( src/Codec/Arithmetic/Variety.hs, nothing )
[3 of 6] Compiling Codec.Arithmetic.Combinatorics ( src/Codec/Arithmetic/Combinatorics.hs, nothing )
[4 of 6] Compiling Codec.Arithmetic.Variety.Bounded ( src/Codec/Arithmetic/Variety/Bounded.hs, nothing )
[5 of 6] Compiling Codec.Elias      ( src/Codec/Elias.hs, nothing )
[6 of 6] Compiling Codec.Elias.Natural ( src/Codec/Elias/Natural.hs, nothing )
Haddock coverage:
  96% ( 27 / 28) in 'Codec.Arithmetic.Variety.BitVec'
  Missing documentation for:
    Module header
Warning: 'Value' is ambiguous. It is defined
    * at src/Codec/Arithmetic/Variety.hs:91:17
    * at src/Codec/Arithmetic/Variety.hs:91:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Codec/Arithmetic/Variety.hs:91:1
 100% ( 14 / 14) in 'Codec.Arithmetic.Variety'
 100% ( 23 / 23) in 'Codec.Arithmetic.Combinatorics'
 100% (  4 /  4) in 'Codec.Arithmetic.Variety.Bounded'
 100% ( 13 / 13) in 'Codec.Elias'
 100% ( 13 / 13) in 'Codec.Elias.Natural'
Documentation created: dist/doc/html/variety/,
dist/doc/html/variety/variety.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/variety-0.1.0.0-CaTRoz5eM1h21kCAWG0N8q
Completed    variety-0.1.0.0

Test log

[view raw]

Resolving dependencies...
Error: cabal: Could not resolve dependencies:
[__0] trying: variety-0.1.0.0 (user goal)
[__1] next goal: base (dependency of variety)
[__1] rejecting: base-4.19.2.0/installed-inplace (conflict: variety =>
base^>=4.17.2.1)
[__1] skipping: base-4.21.0.0, base-4.20.1.0, base-4.20.0.1, base-4.20.0.0,
base-4.19.2.0, base-4.19.1.0, base-4.19.0.0, base-4.18.3.0, base-4.18.2.1,
base-4.18.2.0, base-4.18.1.0, base-4.18.0.0 (has the same characteristics that
caused the previous version to fail: excluded by constraint '^>=4.17.2.1' from
'variety')
[__1] rejecting: base-4.17.2.1, base-4.17.2.0, base-4.17.1.0, base-4.17.0.0,
base-4.16.4.0, base-4.16.3.0, base-4.16.2.0, base-4.16.1.0, base-4.16.0.0,
base-4.15.1.0, base-4.15.0.0, base-4.14.3.0, base-4.14.2.0, base-4.14.1.0,
base-4.14.0.0, base-4.13.0.0, base-4.12.0.0, base-4.11.1.0, base-4.11.0.0,
base-4.10.1.0, base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0,
base-4.8.1.0, base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0,
base-4.6.0.1, base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0,
base-4.4.0.0, base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1,
base-4.2.0.0, base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1
(constraint from non-upgradeable package requires installed instance)
[__1] fail (backjumping, conflict set: base, variety)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, variety