@@ -43,7 +43,861 @@ self: super: {
xhtml = null ;
# GHC 8.4.x needs newer versions than LTS-10.x offers by default.
hspec = dontCheck super . hspec_2_4_7 ; # test suite causes an infinite loop
test-framework = self . test-framework_0_8_2_0 ;
## haddock: panic! (the 'impossible' happened)
## (GHC version 8.4.20180122 for x86_64-unknown-linux):
## extractDecl
## Ambiguous decl for Arg in class:
## class Example e where
## type Arg e :: *
## {-# MINIMAL evaluateExample #-}
## evaluateExample ::
## e
## -> Params
## -> ActionWith Arg e -> IO () -> ProgressCallback -> IO Result
## Matches:
## []
## Call stack:
## CallStack (from HasCallStack):
## callStackDoc, called at compiler/utils/Outputable.hs:1150:37 in ghc:Outputable
## pprPanic, called at utils/haddock/haddock-api/src/Haddock/Interface/Create.hs:1013:16 in main:Haddock.Interface.Create
## Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
hspec = dontHaddock ( dontCheck super . hspec_2_4_7 ) ; # test suite causes an infinite loop
## Setup: Encountered missing dependencies:
## QuickCheck >=2.3 && <2.10
## builder for ‘ /nix/store/d60y5jwn5bpgk2p8ps23c129dcw7whg6-test-framework-0.8.2.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/d60y5jwn5bpgk2p8ps23c129dcw7whg6-test-framework-0.8.2.0.drv’ failed
test-framework = dontCheck self . test-framework_0_8_2_0 ;
# Undo the override in `configuration-common.nix`: GHC 8.4 bumps Cabal to 2.1:
# Distribution/Simple/CCompiler.hs:64:10: error:
# • No instance for (Semigroup CDialect)
# arising from the superclasses of an instance declaration
# • In the instance declaration for ‘ Monoid CDialect’
# |
# 64 | instance Monoid CDialect where
# | ^^^^^^^^^^^^^^^
jailbreak-cabal = super . jailbreak-cabal . override { Cabal = self . Cabal ; } ; #pkgs.haskell.packages.ghc822.jailbreak-cabal;
## Shadowed:
## Needs bump to a versioned attribute
##
## • Could not deduce (Semigroup (Dict a))
## arising from the superclasses of an instance declaration
## from the context: a
constraints = super . constraints_0_10 ;
hspec-core = overrideCabal super . hspec-core_2_4_7 ( drv : {
## Needs bump to a versioned attribute
##
## • No instance for (Semigroup Summary)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid Summary’
doCheck = false ;
} ) ;
## Needs bump to a versioned attribute
##
## breaks hspec:
## Setup: Encountered missing dependencies:
## hspec-discover ==2.4.7
hspec-discover = super . hspec-discover_2_4_7 ;
## Needs bump to a versioned attribute
##
## • No instance for (Semigroup Metadatas)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid Metadatas’
JuicyPixels = super . JuicyPixels_3_2_9_4 ;
## Needs bump to a versioned attribute
##
## • Could not deduce (Semigroup (a :->: b))
## arising from the superclasses of an instance declaration
## from the context: (HasTrie a, Monoid b)
MemoTrie = super . MemoTrie_0_6_9 ;
semigroupoids = overrideCabal super . semigroupoids_5_2_2 ( drv : {
## Needs bump to a versioned attribute
##
## • Variable not in scope: mappend :: Seq a -> Seq a -> Seq a
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
} ) ;
## Needs bump to a versioned attribute
##
## • Could not deduce (Semigroup (Traversal f))
## arising from the superclasses of an instance declaration
## from the context: Applicative f
tasty = super . tasty_1_0_0_1 ;
## Needs bump to a versioned attribute
##
## Setup: Encountered missing dependencies:
## template-haskell >=2.4 && <2.13
## builder for ‘ /nix/store/sq6cc33h4zk1wns2fsyv8cj6clcf6hwi-th-lift-0.7.7.drv’ failed with exit code 1
## error: build of ‘ /nix/store/sq6cc33h4zk1wns2fsyv8cj6clcf6hwi-th-lift-0.7.7.drv’ failed
th-lift = super . th-lift_0_7_8 ;
## On Hackage:
happy = overrideCabal super . happy ( drv : {
## On Hackage, awaiting for import
##
## Ambiguous occurrence ‘ <>’
## It could refer to either ‘ Prelude.<>’ ,
## imported from ‘ Prelude’ at src/PrettyGrammar.hs:1:8-20
version = " 1 . 1 9 . 9 " ;
sha256 = " 1 3 8 x p x d b 7 x 6 2 l p m g m b 6 b 3 v 3 v g d q q v q n 4 2 7 3 j a a p 3 m j m c 2 g l a 7 0 9 y " ;
} ) ;
## Upstreamed
free = overrideCabal super . free ( drv : {
## Upstreamed, awaiting a Hackage release
##
## • Could not deduce (Semigroup (IterT m a))
## arising from the superclasses of an instance declaration
## from the context: (Monad m, Monoid a)
src = pkgs . fetchFromGitHub {
owner = " e k m e t t " ;
repo = " f r e e " ;
rev = " f c e f c 7 1 e d 3 0 2 f 2 e a f 6 0 f 0 2 0 0 4 6 b a d 3 9 2 3 3 8 b 3 1 0 9 " ;
sha256 = " 0 m f r d 7 y 9 7 p g q m b 2 i 6 6 j n 5 x w j p c r g n f c q q 8 d z k x q g x 1 b 5 w j d y d q 7 0 " ;
} ;
## Setup: Encountered missing dependencies:
## transformers-base <0.5
## builder for ‘ /nix/store/3yvaqx5qcg1fb3nnyc273fkhgfh73pgv-free-4.12.4.drv’ failed with exit code 1
## error: build of ‘ /nix/store/3yvaqx5qcg1fb3nnyc273fkhgfh73pgv-free-4.12.4.drv’ failed
libraryHaskellDepends = drv . libraryHaskellDepends ++ [ self . transformers-base ] ;
} ) ;
haskell-gi = overrideCabal super . haskell-gi ( drv : {
## Upstreamed, awaiting a Hackage release
##
## Setup: Encountered missing dependencies:
## haskell-gi-base ==0.20.*
## builder for ‘ /nix/store/q0qkq2gzmdnkvdz6xl7svv5305chbr4b-haskell-gi-0.20.3.drv’ failed with exit code 1
## error: build of ‘ /nix/store/q0qkq2gzmdnkvdz6xl7svv5305chbr4b-haskell-gi-0.20.3.drv’ failed
src = pkgs . fetchFromGitHub {
owner = " h a s k e l l - g i " ;
repo = " h a s k e l l - g i " ;
rev = " 3 0 d 2 e 6 4 1 5 c 5 b 5 7 7 6 0 f 8 7 5 4 c d 3 0 0 3 e b 0 7 4 8 3 d 6 0 e 6 " ;
sha256 = " 1 l 3 q m 9 7 g c j i h 6 9 5 h h j 8 0 r b p n d 7 2 p r n c 8 1 l g 5 y 3 7 3 y j 8 j k 9 f 6 y p b r " ;
} ;
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
} ) ;
haskell-gi-base = overrideCabal super . haskell-gi-base ( drv : {
## Upstreamed, awaiting a Hackage release
##
## breaks haskell-gi:
## Setup: Encountered missing dependencies:
## haskell-gi-base ==0.21.*
src = pkgs . fetchFromGitHub {
owner = " h a s k e l l - g i " ;
repo = " h a s k e l l - g i " ;
rev = " 3 0 d 2 e 6 4 1 5 c 5 b 5 7 7 6 0 f 8 7 5 4 c d 3 0 0 3 e b 0 7 4 8 3 d 6 0 e 6 " ;
sha256 = " 1 l 3 q m 9 7 g c j i h 6 9 5 h h j 8 0 r b p n d 7 2 p r n c 8 1 l g 5 y 3 7 3 y j 8 j k 9 f 6 y p b r " ;
} ;
## Setup: Encountered missing dependencies:
## attoparsec ==0.13.*,
## doctest >=0.8,
## haskell-gi-base ==0.21.*,
## pretty-show -any,
## regex-tdfa >=1.2,
prePatch = " c d b a s e ; " ;
} ) ;
haskell-src-exts = overrideCabal super . haskell-src-exts ( drv : {
## Upstreamed, awaiting a Hackage release
##
## • Could not deduce (Semigroup (ParseResult m))
## arising from the superclasses of an instance declaration
## from the context: Monoid m
src = pkgs . fetchFromGitHub {
owner = " h a s k e l l - s u i t e " ;
repo = " h a s k e l l - s r c - e x t s " ;
rev = " 9 3 5 f 6 f 0 9 1 5 e 8 9 c 3 1 4 b 6 8 6 b d b d c 6 9 8 0 c 7 2 3 3 5 b a 3 c " ;
sha256 = " 1 v 3 c 1 b d 5 q 0 7 q n c q f b i k v s 8 h 3 r 4 d r 5 0 0 b l m 5 x v 3 b 4 j q q v 6 9 f 0 i a m 9 " ;
} ;
} ) ;
hedgehog = overrideCabal super . hedgehog ( drv : {
## Upstreamed, awaiting a Hackage release
##
## /nix/store/78sxg2kvl2klplqfx22s6b42lds7qq23-stdenv/setup: line 99: cd: hedgehog: No such file or directory
src = pkgs . fetchFromGitHub {
owner = " h e d g e h o g q a " ;
repo = " h a s k e l l - h e d g e h o g " ;
rev = " 7 a 4 f a b 7 3 6 7 0 b c 3 3 8 3 8 f 2 b 5 f 2 5 e b 8 2 4 e e 5 5 0 0 7 9 c e " ;
sha256 = " 1 l 8 m a a s s m k l f 6 w g a i r k 7 l l x v l b w x n g v 0 d z x 0 f w n q x 6 h s b 3 2 s m s 0 5 " ;
} ;
## jailbreak-cabal: dieVerbatim: user error (jailbreak-cabal: Error Parsing: file "hedgehog.cabal" doesn't exist. Cannot
prePatch = " c d h e d g e h o g ; " ;
} ) ;
lambdacube-compiler = overrideCabal super . lambdacube-compiler ( drv : {
## Upstreamed, awaiting a Hackage release
##
## Setup: Encountered missing dependencies:
## aeson >=0.9 && <0.12,
## base >=4.7 && <4.10,
## directory ==1.2.*,
## megaparsec ==5.0.*,
## vector ==0.11.*
src = pkgs . fetchFromGitHub {
owner = " l a m b d a c u b e 3 d " ;
repo = " l a m b d a c u b e - c o m p i l e r " ;
rev = " f f 6 e 3 b 1 3 6 e e d e 1 7 2 f 2 0 e a 8 a 0 f 7 0 1 7 a d 1 e c d 0 2 9 b 8 " ;
sha256 = " 0 s r z r q 5 s 7 p d b y g n 7 v d i p x l 1 2 a 3 g b y b 6 b p a 7 f r b h 8 z w h b 9 f z 0 j x 5 m " ;
} ;
} ) ;
lambdacube-ir = overrideCabal super . lambdacube-ir ( drv : {
## Upstreamed, awaiting a Hackage release
##
## /nix/store/78sxg2kvl2klplqfx22s6b42lds7qq23-stdenv/setup: line 99: cd: lambdacube-ir.haskell: No such file or directory
src = pkgs . fetchFromGitHub {
owner = " l a m b d a c u b e 3 d " ;
repo = " l a m b d a c u b e - i r " ;
rev = " b 8 6 3 1 8 b 5 1 0 e f 5 9 6 0 6 c 5 b 7 c 8 8 2 c a d 3 3 a f 5 2 c e 2 5 7 c " ;
sha256 = " 0 j 4 r 6 b 3 2 l c m 6 j g 6 5 3 x z g 9 i j x k f j a h l b 4 x 0 2 6 m v 5 d h s 1 8 k v g q h r 8 x " ;
} ;
## Setup: No cabal file found.
prePatch = " c d l a m b d a c u b e - i r . h a s k e l l ; " ;
} ) ;
lens = overrideCabal super . lens ( drv : {
## Upstreamed, awaiting a Hackage release
##
## • Could not deduce (Apply f)
## arising from the superclasses of an instance declaration
## from the context: (Contravariant f, Applicative f)
src = pkgs . fetchFromGitHub {
owner = " e k m e t t " ;
repo = " l e n s " ;
rev = " 4 a d 4 9 e a f 2 4 4 8 d 8 5 6 f 0 4 3 3 f e 5 a 4 2 3 2 f 1 e 8 f a 8 7 e b 0 " ;
sha256 = " 0 s d 0 8 v 6 s y a d p l h k 5 d 2 1 y i 7 q f f b j n c n 8 z 1 b q l w z 9 n y y b 0 x j a 8 s 8 w a " ;
} ;
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
## Setup: Encountered missing dependencies:
## template-haskell >=2.4 && <2.13
## builder for ‘ /nix/store/fvrc4s96ym33i74y794nap7xai9p69fa-lens-4.15.4.drv’ failed with exit code 1
## error: build of ‘ /nix/store/fvrc4s96ym33i74y794nap7xai9p69fa-lens-4.15.4.drv’ failed
jailbreak = true ;
} ) ;
simple-reflect = overrideCabal super . simple-reflect ( drv : {
## Upstreamed, awaiting a Hackage release
##
## • No instance for (Semigroup Expr)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid Expr’
src = pkgs . fetchFromGitHub {
owner = " t w a n v l " ;
repo = " s i m p l e - r e f l e c t " ;
rev = " c 3 5 7 e 5 5 d a 9 a 7 1 2 d c 5 d b b f e 6 e 3 6 3 9 4 e 4 a d a 2 d b 3 1 0 " ;
sha256 = " 1 5 q 4 1 b 0 0 l 8 y 5 1 x z h b j 5 z h d d y h 3 g i 7 g v m l 0 3 3 w 8 m m 2 f i h 4 5 8 j f 6 y q " ;
} ;
} ) ;
singletons = overrideCabal super . singletons ( drv : {
## Upstreamed, awaiting a Hackage release
##
## Setup: Encountered missing dependencies:
## th-desugar ==1.7.*
## builder for ‘ /nix/store/g5jl22kpq8fnrg8ldphxndri759nxwzf-singletons-2.3.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/g5jl22kpq8fnrg8ldphxndri759nxwzf-singletons-2.3.1.drv’ failed
src = pkgs . fetchFromGitHub {
owner = " g o l d f i r e r e " ;
repo = " s i n g l e t o n s " ;
rev = " 2 3 a a 4 b d a f 0 5 c e 0 2 5 a 2 4 9 3 b 3 5 e c 3 c 2 6 c c 9 4 e 3 f d c e " ;
sha256 = " 0 h w 1 2 v 4 z 8 j x m y k c 3 j 8 z 6 g 2 7 s w m f p x v 4 0 b g n x 7 n l 0 i a l p w b z 9 m z 2 7 " ;
} ;
} ) ;
stringbuilder = overrideCabal super . stringbuilder ( drv : {
## Upstreamed, awaiting a Hackage release
##
## • No instance for (Semigroup Builder)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid Builder’
src = pkgs . fetchFromGitHub {
owner = " s o l " ;
repo = " s t r i n g b u i l d e r " ;
rev = " 4 a 1 b 6 8 9 d 3 c 8 a 4 6 2 b 2 8 e 0 d 2 1 2 2 4 b 9 6 1 6 5 f 6 2 2 e 6 f 7 " ;
sha256 = " 0 h 3 n v a 4 m w x k d g 7 h h 7 b 7 a 3 v 5 6 1 w i 1 b v m j 0 p s h h d 3 s l 7 d y 3 l p v n r a h " ;
} ;
} ) ;
th-desugar = overrideCabal super . th-desugar ( drv : {
## Upstreamed, awaiting a Hackage release
##
## • Could not deduce (MonadIO (DsM q))
## arising from the 'deriving' clause of a data type declaration
## from the context: Quasi q
src = pkgs . fetchFromGitHub {
owner = " g o l d f i r e r e " ;
repo = " t h - d e s u g a r " ;
rev = " 4 c a 9 8 c 6 4 9 2 0 1 5 e 6 a d 0 6 3 d 3 a d 1 a 2 a d 6 c 4 f 0 a 5 6 8 3 7 " ;
sha256 = " 1 n 3 m y d 3 g i a 9 q s g d v r w q a 0 2 3 d 3 g 7 w k r h y v 0 w c 8 c z w z z 0 l j 9 x z h 7 l w " ;
} ;
} ) ;
unordered-containers = overrideCabal super . unordered-containers ( drv : {
## Upstreamed, awaiting a Hackage release
##
## Module ‘ Data.Semigroup’ does not export ‘ Monoid(..)’
## |
## 80 | import Data.Semigroup (Semigroup(..), Monoid(..))
src = pkgs . fetchFromGitHub {
owner = " t i b b e " ;
repo = " u n o r d e r e d - c o n t a i n e r s " ;
rev = " 0 a 6 b 8 4 e c 1 0 3 e 2 8 b 7 3 4 5 8 f 3 8 5 e f 8 4 6 a 7 e 2 d 3 e a 4 2 f " ;
sha256 = " 1 2 8 q 8 k 4 p y 2 w r 1 v 0 g m y v q v z i k k 6 s k s l 9 a q j 0 l x z f 4 6 7 6 3 l i s 8 x 9 m y " ;
} ;
} ) ;
websockets = overrideCabal super . websockets ( drv : {
## Upstreamed, awaiting a Hackage release
##
## • No instance for (Semigroup SizeLimit)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid SizeLimit’
src = pkgs . fetchFromGitHub {
owner = " j a s p e r v d j " ;
repo = " w e b s o c k e t s " ;
rev = " 1 1 b a 6 d 1 5 c f 4 7 b a c e 1 9 3 6 b 1 3 a 5 8 1 9 2 e 3 7 9 0 8 b 0 3 0 0 " ;
sha256 = " 1 s w p h h n q v s 5 k h 0 w l q p j j g x 9 q 9 1 y x i 6 l a s i d 8 a k d x p 3 g q l l 5 i i 2 h f " ;
} ;
} ) ;
## Unmerged
blaze-builder = overrideCabal super . blaze-builder ( drv : {
## Unmerged. PR: https://github.com/lpsmith/blaze-builder/pull/10
##
## • No instance for (Semigroup Poke)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid Poke’
src = pkgs . fetchFromGitHub {
owner = " b g a m a r i " ;
repo = " b l a z e - b u i l d e r " ;
rev = " b 7 1 9 5 f 1 6 0 7 9 5 a 0 8 1 a d b b 9 0 1 3 8 1 0 d 8 4 3 f 1 b a 5 e 0 6 2 " ;
sha256 = " 1 g 3 5 1 f d p s v n 2 l b q i y 9 b g 2 s 0 w w r d c c b 8 q 1 z h 7 g v p s x 5 n n j 2 4 b 1 c 0 0 " ;
} ;
} ) ;
bytestring-trie = overrideCabal super . bytestring-trie ( drv : {
## Unmerged. PR: https://github.com/wrengr/bytestring-trie/pull/3
##
## • Could not deduce (Semigroup (Trie a))
## arising from the superclasses of an instance declaration
## from the context: Monoid a
src = pkgs . fetchFromGitHub {
owner = " R y a n G l S c o t t " ;
repo = " b y t e s t r i n g - t r i e " ;
rev = " e 0 a e 0 c b 1 a d 4 0 d e d d 5 6 0 0 9 0 d 6 9 c c 3 6 f 9 7 6 0 7 9 7 e 2 9 " ;
sha256 = " 1 j k d c h v r c a 7 d g p i j 5 k 4 h 1 d y 4 q r 1 r l i 3 f z b s q a j w x m x 9 8 6 5 r g i k s l " ;
} ;
## Setup: Encountered missing dependencies:
## HUnit >=1.3.1.1 && <1.7,
## QuickCheck >=2.4.1 && <2.11,
## lazysmallcheck ==0.6.*,
## smallcheck >=1.1.1 && <1.2
doCheck = false ;
## Setup: Encountered missing dependencies:
## data-or ==1.0.*
## builder for ‘ /nix/store/iw3xsljnygsv9q2jglcv54mqd94fig7n-bytestring-trie-0.2.4.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/iw3xsljnygsv9q2jglcv54mqd94fig7n-bytestring-trie-0.2.4.1.drv’ failed
libraryHaskellDepends = drv . libraryHaskellDepends ++ [ self . data-or ] ;
} ) ;
gtk2hs-buildtools = overrideCabal super . gtk2hs-buildtools ( drv : {
## Unmerged. PR: https://github.com/gtk2hs/gtk2hs/pull/233
##
## /nix/store/78sxg2kvl2klplqfx22s6b42lds7qq23-stdenv/setup: line 99: cd: tools: No such file or directory
src = pkgs . fetchFromGitHub {
owner = " d e e p f i r e " ;
repo = " g t k 2 h s " ;
rev = " 0 8 c 6 8 d 5 a f c 2 2 d d 5 7 6 1 e c 2 c 9 2 e b f 4 9 c 6 d 2 5 2 e 5 4 5 b " ;
sha256 = " 0 6 p r n 5 w q q 8 x 2 2 5 n 9 w l b y k 6 0 f 5 0 j y j j 8 f m 2 h f 1 8 1 d y q j p f 8 w q 7 5 x a " ;
} ;
## Setup: No cabal file found.
prePatch = " c d t o o l s ; " ;
} ) ;
hashtables = overrideCabal super . hashtables ( drv : {
## Unmerged. PR: https://github.com/gregorycollins/hashtables/pull/46
##
## • No instance for (Semigroup Slot)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid Slot’
src = pkgs . fetchFromGitHub {
owner = " d e e p f i r e " ;
repo = " h a s h t a b l e s " ;
rev = " b 9 e b 4 b 1 0 a 5 0 b d 6 2 5 0 3 3 0 4 2 2 a f e c c 0 6 5 3 3 9 a 3 2 4 1 2 " ;
sha256 = " 0 l 4 n p l p v n z z f 3 9 7 z y h 7 j 2 k 6 y i q b 4 6 k 6 b d y 0 0 m 4 z z v h l f p 7 p 1 x k a w " ;
} ;
} ) ;
language-c = overrideCabal super . language-c ( drv : {
## Unmerged. PR: https://github.com/visq/language-c/pull/45
##
## Ambiguous occurrence ‘ <>’
## It could refer to either ‘ Prelude.<>’ ,
## imported from ‘ Prelude’ at src/Language/C/Pretty.hs:15:8-24
src = pkgs . fetchFromGitHub {
owner = " d e e p f i r e " ;
repo = " l a n g u a g e - c " ;
rev = " 0 3 b 1 2 0 c 6 4 c 1 2 9 4 6 d 1 3 4 0 1 7 f 4 9 2 2 b 5 5 c 6 a b 4 f 5 2 f 8 " ;
sha256 = " 1 m c v 4 6 f q 3 7 k k d 2 0 r h h d b n 8 3 7 h a n 5 k n j d s g c 7 c k q p 5 r 2 r 9 m 3 v y 8 9 r " ;
} ;
## /bin/sh: cabal: command not found
doCheck = false ;
} ) ;
language-c_0_7_0 = overrideCabal super . language-c_0_7_0 ( drv : {
## Unmerged. PR: https://github.com/visq/language-c/pull/45
##
## Ambiguous occurrence ‘ <>’
## It could refer to either ‘ Prelude.<>’ ,
## imported from ‘ Prelude’ at src/Language/C/Pretty.hs:15:8-24
src = pkgs . fetchFromGitHub {
owner = " d e e p f i r e " ;
repo = " l a n g u a g e - c " ;
rev = " 0 3 b 1 2 0 c 6 4 c 1 2 9 4 6 d 1 3 4 0 1 7 f 4 9 2 2 b 5 5 c 6 a b 4 f 5 2 f 8 " ;
sha256 = " 1 m c v 4 6 f q 3 7 k k d 2 0 r h h d b n 8 3 7 h a n 5 k n j d s g c 7 c k q p 5 r 2 r 9 m 3 v y 8 9 r " ;
} ;
## /bin/sh: cabal: command not found
doCheck = false ;
} ) ;
monadplus = overrideCabal super . monadplus ( drv : {
## Unmerged. PR: https://github.com/hanshoglund/monadplus/pull/3
##
## • No instance for (Semigroup (Partial a b))
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid (Partial a b)’
src = pkgs . fetchFromGitHub {
owner = " a s r " ;
repo = " m o n a d p l u s " ;
rev = " a a 0 9 f 2 4 7 3 e 2 c 9 0 6 f 2 7 0 7 b 8 a 3 f d b 0 a 0 8 7 4 0 5 f d 6 f b " ;
sha256 = " 0 g 3 7 s 3 r i h 4 i 3 v r n 4 k j w j 1 2 n q 5 l k p c k m j w 3 3 x v i v a 9 g l y 2 v g 6 p 3 x c " ;
} ;
} ) ;
reflex = overrideCabal super . reflex ( drv : {
## Unmerged. PR: https://github.com/reflex-frp/reflex/pull/158
##
## • Could not deduce (Semigroup (Event t a))
## arising from the superclasses of an instance declaration
## from the context: (Semigroup a, Reflex t)
src = pkgs . fetchFromGitHub {
owner = " d e e p f i r e " ;
repo = " r e f l e x " ;
rev = " 4 f b 5 0 1 3 9 d b 4 5 a 3 7 4 9 3 b 9 1 9 7 3 e e a a d 9 8 8 5 b 4 c 6 3 c a " ;
sha256 = " 0 i 7 p p 6 c w 3 9 4 m 2 v b w c q v 9 z 5 n g d a r p 0 1 s a b q r 1 j k k g c h x d k k i i 9 4 n x " ;
} ;
## mergeIncrementalWithMove ::
## GCompare k =>
## Incremental t (PatchDMapWithMove k (Event t))
## -> Event t (DMap k Identity)
## currentIncremental ::
## Patch p => Incremental t p -> Behavior t (PatchTarget p)
## updatedIncremental :: Patch p => Incremental t p -> Event t p
## incrementalToDynamic ::
## Patch p => Incremental t p -> Dynamic t (PatchTarget p)
## behaviorCoercion ::
## Coercion a b -> Coercion (Behavior t a) (Behavior t b)
## eventCoercion :: Coercion a b -> Coercion (Event t a) (Event t b)
## dynamicCoercion ::
## Coercion a b -> Coercion (Dynamic t a) (Dynamic t b)
## mergeIntIncremental ::
## Incremental t (PatchIntMap (Event t a)) -> Event t (IntMap a)
## fanInt :: Event t (IntMap a) -> EventSelectorInt t a
## {-# MINIMAL never, constant, push, pushCheap, pull, merge, fan,
## switch, coincidence, current, updated, unsafeBuildDynamic,
## unsafeBuildIncremental, mergeIncremental, mergeIncrementalWithMove,
## currentIncremental, updatedIncremental, incrementalToDynamic,
## behaviorCoercion, eventCoercion, dynamicCoercion,
## mergeIntIncremental, fanInt #-}
## Matches:
## []
## Call stack:
## CallStack (from HasCallStack):
## callStackDoc, called at compiler/utils/Outputable.hs:1150:37 in ghc:Outputable
## pprPanic, called at utils/haddock/haddock-api/src/Haddock/Interface/Create.hs:1013:16 in main:Haddock.Interface.Create
## Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
doHaddock = false ;
## Setup: Encountered missing dependencies:
## base >=4.7 && <4.11, bifunctors >=5.2 && <5.5
## builder for ‘ /nix/store/93ka24600m4mipsgn2cq8fwk124q97ca-reflex-0.4.0.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/93ka24600m4mipsgn2cq8fwk124q97ca-reflex-0.4.0.1.drv’ failed
jailbreak = true ;
## Setup: Encountered missing dependencies:
## data-default -any,
## lens -any,
## monad-control -any,
## prim-uniq -any,
## reflection -any,
libraryHaskellDepends = drv . libraryHaskellDepends ++ [ self . data-default self . haskell-src-exts self . lens self . monad-control self . prim-uniq self . reflection self . split self . template-haskell self . unbounded-delays ] ;
} ) ;
regex-tdfa = overrideCabal super . regex-tdfa ( drv : {
## Unmerged. PR: https://github.com/ChrisKuklewicz/regex-tdfa/pull/13
##
## • No instance for (Semigroup (CharMap a))
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid (CharMap a)’
src = pkgs . fetchFromGitHub {
owner = " b g a m a r i " ;
repo = " r e g e x - t d f a " ;
rev = " 3 4 f 4 5 9 3 a 5 2 0 1 7 6 a 9 1 7 b 7 4 b 8 c 7 f c b b f b d 7 2 f b 8 1 7 8 " ;
sha256 = " 1 a i k l v f 0 8 w 1 h x 2 j n 9 n 3 s m 6 1 m f v d x 4 f k a b s z k j l i a p i h 2 y j p m i 3 h q " ;
} ;
} ) ;
text-format = overrideCabal super . text-format ( drv : {
## Unmerged. PR: https://github.com/bos/text-format/pull/21
##
## • No instance for (Semigroup Format)
## arising from the superclasses of an instance declaration
## • In the instance declaration for ‘ Monoid Format’
src = pkgs . fetchFromGitHub {
owner = " d e e p f i r e " ;
repo = " t e x t - f o r m a t " ;
rev = " a 1 c d a 8 7 c 2 2 2 d 4 2 2 8 1 6 f 9 5 6 c 7 2 7 2 e 7 5 2 e a 1 2 d b e 1 9 " ;
sha256 = " 0 l y r x 4 l 5 7 v 1 5 r v a z r m w 0 n f k a 9 i y x s 4 w y a a s j j 9 y 1 5 2 5 v a 9 s 1 z 4 f r " ;
} ;
} ) ;
wl-pprint-text = overrideCabal super . wl-pprint-text ( drv : {
## Unmerged. PR: https://github.com/ivan-m/wl-pprint-text/pull/17
##
## Ambiguous occurrence ‘ <>’
## It could refer to either ‘ PP.<>’ ,
## imported from ‘ Prelude.Compat’ at Text/PrettyPrint/Leijen/Text/Monadic.hs:73:1-36
src = pkgs . fetchFromGitHub {
owner = " d e e p f i r e " ;
repo = " w l - p p r i n t - t e x t " ;
rev = " 6 1 5 b 8 3 d 1 e 5 b e 5 2 d 1 4 4 8 a a 1 a b 2 5 1 7 b 4 3 1 a 6 1 7 0 2 7 b " ;
sha256 = " 1 p 6 7 v 9 s 8 7 8 b r 0 r 1 5 2 h 4 n 3 7 s m q h k g 7 8 v 8 z x h f 4 q m 6 d 0 3 5 s 4 r z j 7 6 i " ;
} ;
} ) ;
## Non-code, configuration-only change
adjunctions = overrideCabal super . adjunctions ( drv : {
## Setup: Encountered missing dependencies:
## free ==4.*
## builder for ‘ /nix/store/64pvqslahgby4jlg9rpz29n8w4njb670-adjunctions-4.3.drv’ failed with exit code 1
## error: build of ‘ /nix/store/64pvqslahgby4jlg9rpz29n8w4njb670-adjunctions-4.3.drv’ failed
jailbreak = true ;
} ) ;
async = overrideCabal super . async ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.3 && <4.11
## builder for ‘ /nix/store/2xf491hgsmckz2akrn765kvvy2k8crbd-async-2.1.1.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/2xf491hgsmckz2akrn765kvvy2k8crbd-async-2.1.1.1.drv’ failed
jailbreak = true ;
} ) ;
bifunctors = overrideCabal super . bifunctors ( drv : {
## Setup: Encountered missing dependencies:
## template-haskell >=2.4 && <2.13
## builder for ‘ /nix/store/dy1hzdy14pz96cvx37yggbv6a88sgxq4-bifunctors-5.5.drv’ failed with exit code 1
## error: build of ‘ /nix/store/dy1hzdy14pz96cvx37yggbv6a88sgxq4-bifunctors-5.5.drv’ failed
jailbreak = true ;
} ) ;
bindings-GLFW = overrideCabal super . bindings-GLFW ( drv : {
## Setup: Encountered missing dependencies:
## template-haskell >=2.10 && <2.13
## builder for ‘ /nix/store/ykc786r2bby5kkbpqjg0y10wb9jhmsa9-bindings-GLFW-3.1.2.3.drv’ failed with exit code 1
## error: build of ‘ /nix/store/ykc786r2bby5kkbpqjg0y10wb9jhmsa9-bindings-GLFW-3.1.2.3.drv’ failed
jailbreak = true ;
} ) ;
bytes = overrideCabal super . bytes ( drv : {
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
} ) ;
cabal-doctest = overrideCabal super . cabal-doctest ( drv : {
## Setup: Encountered missing dependencies:
## Cabal >=1.10 && <2.1, base >=4.3 && <4.11
## builder for ‘ /nix/store/zy3l0ll0r9dq29lgxajv12rz1jzjdkrn-cabal-doctest-1.0.5.drv’ failed with exit code 1
## error: build of ‘ /nix/store/zy3l0ll0r9dq29lgxajv12rz1jzjdkrn-cabal-doctest-1.0.5.drv’ failed
jailbreak = true ;
} ) ;
ChasingBottoms = overrideCabal super . ChasingBottoms ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.2 && <4.11
## builder for ‘ /nix/store/wsyjjf4x6pmx84kxnjaka7zwakyrca03-ChasingBottoms-1.3.1.3.drv’ failed with exit code 1
## error: build of ‘ /nix/store/wsyjjf4x6pmx84kxnjaka7zwakyrca03-ChasingBottoms-1.3.1.3.drv’ failed
jailbreak = true ;
} ) ;
comonad = overrideCabal super . comonad ( drv : {
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
} ) ;
distributive = overrideCabal super . distributive ( drv : {
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
} ) ;
exception-transformers = overrideCabal super . exception-transformers ( drv : {
## Setup: Encountered missing dependencies:
## HUnit >=1.2 && <1.6
## builder for ‘ /nix/store/qs4g7lzq1ixcgg5rw4xb5545g7r34md8-exception-transformers-0.4.0.5.drv’ failed with exit code 1
## error: build of ‘ /nix/store/qs4g7lzq1ixcgg5rw4xb5545g7r34md8-exception-transformers-0.4.0.5.drv’ failed
jailbreak = true ;
} ) ;
hashable = overrideCabal super . hashable ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.4 && <4.11
## builder for ‘ /nix/store/4qlxxypfhbwcv227cmsja1asgqnq37gf-hashable-1.2.6.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/4qlxxypfhbwcv227cmsja1asgqnq37gf-hashable-1.2.6.1.drv’ failed
jailbreak = true ;
} ) ;
hashable-time = overrideCabal super . hashable-time ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.7 && <4.11
## builder for ‘ /nix/store/38dllcgxpmkd2fgvs6wd7ji86py0wbnh-hashable-time-0.2.0.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/38dllcgxpmkd2fgvs6wd7ji86py0wbnh-hashable-time-0.2.0.1.drv’ failed
jailbreak = true ;
} ) ;
haskell-src-meta = overrideCabal super . haskell-src-meta ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.6 && <4.11, template-haskell >=2.8 && <2.13
## builder for ‘ /nix/store/g5wkb14sydvyv484agvaa7hxl84a0wr9-haskell-src-meta-0.8.0.2.drv’ failed with exit code 1
## error: build of ‘ /nix/store/g5wkb14sydvyv484agvaa7hxl84a0wr9-haskell-src-meta-0.8.0.2.drv’ failed
jailbreak = true ;
} ) ;
hspec-meta = overrideCabal super . hspec-meta ( drv : {
## Linking dist/build/hspec-meta-discover/hspec-meta-discover ...
## running tests
## Package has no test suites.
## haddockPhase
## Running hscolour for hspec-meta-2.4.6...
## Preprocessing library for hspec-meta-2.4.6..
## Preprocessing executable 'hspec-meta-discover' for hspec-meta-2.4.6..
## Preprocessing library for hspec-meta-2.4.6..
## Running Haddock on library for hspec-meta-2.4.6..
## Haddock coverage:
## haddock: panic! (the 'impossible' happened)
## (GHC version 8.4.20180122 for x86_64-unknown-linux):
## extractDecl
## Ambiguous decl for Arg in class:
## class Example e where
## type Arg e
## type Arg e = ()
## evaluateExample ::
## e
## -> Params
## -> (ActionWith (Arg e) -> IO ()) -> ProgressCallback -> IO Result
## {-# MINIMAL evaluateExample #-}
## Matches:
## []
## Call stack:
## CallStack (from HasCallStack):
## callStackDoc, called at compiler/utils/Outputable.hs:1150:37 in ghc:Outputable
## pprPanic, called at utils/haddock/haddock-api/src/Haddock/Interface/Create.hs:1013:16 in main:Haddock.Interface.Create
## Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
doHaddock = false ;
} ) ;
integer-logarithms = overrideCabal super . integer-logarithms ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.3 && <4.11
## builder for ‘ /nix/store/zdiicv0jmjsw6bprs8wxxaq5m0z0a75f-integer-logarithms-1.0.2.drv’ failed with exit code 1
## error: build of ‘ /nix/store/zdiicv0jmjsw6bprs8wxxaq5m0z0a75f-integer-logarithms-1.0.2.drv’ failed
jailbreak = true ;
} ) ;
kan-extensions = overrideCabal super . kan-extensions ( drv : {
## Setup: Encountered missing dependencies:
## free ==4.*
## builder for ‘ /nix/store/kvnlcj6zdqi2d2yq988l784hswjwkk4c-kan-extensions-5.0.2.drv’ failed with exit code 1
## error: build of ‘ /nix/store/kvnlcj6zdqi2d2yq988l784hswjwkk4c-kan-extensions-5.0.2.drv’ failed
jailbreak = true ;
} ) ;
keys = overrideCabal super . keys ( drv : {
## Setup: Encountered missing dependencies:
## free ==4.*
## builder for ‘ /nix/store/khkbn7wmjr10nyq0wwkmn888bj1l4fmh-keys-3.11.drv’ failed with exit code 1
## error: build of ‘ /nix/store/khkbn7wmjr10nyq0wwkmn888bj1l4fmh-keys-3.11.drv’ failed
jailbreak = true ;
} ) ;
lambdacube-gl = overrideCabal super . lambdacube-gl ( drv : {
## Setup: Encountered missing dependencies:
## vector ==0.11.*
## builder for ‘ /nix/store/a98830jm4yywfg1d6264p4yngbiyvssp-lambdacube-gl-0.5.2.4.drv’ failed with exit code 1
## error: build of ‘ /nix/store/a98830jm4yywfg1d6264p4yngbiyvssp-lambdacube-gl-0.5.2.4.drv’ failed
jailbreak = true ;
} ) ;
lifted-async = overrideCabal super . lifted-async ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.5 && <4.11
## builder for ‘ /nix/store/l3000vil24jyq66a5kfqvxfdmy7agwic-lifted-async-0.9.3.3.drv’ failed with exit code 1
## error: build of ‘ /nix/store/l3000vil24jyq66a5kfqvxfdmy7agwic-lifted-async-0.9.3.3.drv’ failed
jailbreak = true ;
} ) ;
linear = overrideCabal super . linear ( drv : {
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
} ) ;
newtype-generics = overrideCabal super . newtype-generics ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.6 && <4.11
## builder for ‘ /nix/store/l3rzsjbwys4rjrpv1703iv5zwbd4bwy6-newtype-generics-0.5.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/l3rzsjbwys4rjrpv1703iv5zwbd4bwy6-newtype-generics-0.5.1.drv’ failed
jailbreak = true ;
} ) ;
parallel = overrideCabal super . parallel ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.3 && <4.11
## builder for ‘ /nix/store/c16gcgn7d7gql8bbjqngx7wbw907hnwb-parallel-3.2.1.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/c16gcgn7d7gql8bbjqngx7wbw907hnwb-parallel-3.2.1.1.drv’ failed
jailbreak = true ;
} ) ;
quickcheck-instances = overrideCabal super . quickcheck-instances ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.5 && <4.11
## builder for ‘ /nix/store/r3fx9f7ksp41wfn6cp4id3mzgv04pwij-quickcheck-instances-0.3.16.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/r3fx9f7ksp41wfn6cp4id3mzgv04pwij-quickcheck-instances-0.3.16.1.drv’ failed
jailbreak = true ;
} ) ;
tasty-ant-xml = overrideCabal super . tasty-ant-xml ( drv : {
## Setup: Encountered missing dependencies:
## tasty >=0.10 && <1.0
## builder for ‘ /nix/store/86dlb96cdw9jpq95xbndf4axj1z542d6-tasty-ant-xml-1.1.2.drv’ failed with exit code 1
## error: build of ‘ /nix/store/86dlb96cdw9jpq95xbndf4axj1z542d6-tasty-ant-xml-1.1.2.drv’ failed
jailbreak = true ;
} ) ;
tasty-expected-failure = overrideCabal super . tasty-expected-failure ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.5 && <4.11
## builder for ‘ /nix/store/gdm01qb8ppxgrl6dgzhlj8fzmk4x8dj3-tasty-expected-failure-0.11.0.4.drv’ failed with exit code 1
## error: build of ‘ /nix/store/gdm01qb8ppxgrl6dgzhlj8fzmk4x8dj3-tasty-expected-failure-0.11.0.4.drv’ failed
jailbreak = true ;
} ) ;
tasty-hedgehog = overrideCabal super . tasty-hedgehog ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.8 && <4.11, tasty ==0.11.*
## builder for ‘ /nix/store/bpxyzzbmb03n88l4xz4k2rllj4227fwv-tasty-hedgehog-0.1.0.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/bpxyzzbmb03n88l4xz4k2rllj4227fwv-tasty-hedgehog-0.1.0.1.drv’ failed
jailbreak = true ;
} ) ;
text-lens = overrideCabal super . text-lens ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.9.0.0 && <4.10,
## extra >=1.4.10 && <1.5,
## hspec >=2.2.4 && <2.3,
## lens ==4.14.*
jailbreak = true ;
} ) ;
th-abstraction = overrideCabal super . th-abstraction ( drv : {
## Setup: Encountered missing dependencies:
## template-haskell >=2.5 && <2.13
## builder for ‘ /nix/store/la3zdphp3nqzl590n25zyrgj62ga8cl6-th-abstraction-0.2.6.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/la3zdphp3nqzl590n25zyrgj62ga8cl6-th-abstraction-0.2.6.0.drv’ failed
jailbreak = true ;
} ) ;
these = overrideCabal super . these ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.5 && <4.11
## builder for ‘ /nix/store/1wwqq67pinjj95fgqg13bchh0kbyrb83-these-0.7.4.drv’ failed with exit code 1
## error: build of ‘ /nix/store/1wwqq67pinjj95fgqg13bchh0kbyrb83-these-0.7.4.drv’ failed
jailbreak = true ;
} ) ;
trifecta = overrideCabal super . trifecta ( drv : {
## CABAL-MISSING-DEPS
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
## builder for ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/yklyv4lw4d02316p31x7a2pni1z6gjgk-doctest-0.13.0.drv’ failed
doCheck = false ;
} ) ;
unliftio-core = overrideCabal super . unliftio-core ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.5 && <4.11
## builder for ‘ /nix/store/bn8w06wlq7zzli0858hfwlai7wbj6dmq-unliftio-core-0.1.1.0.drv’ failed with exit code 1
## error: build of ‘ /nix/store/bn8w06wlq7zzli0858hfwlai7wbj6dmq-unliftio-core-0.1.1.0.drv’ failed
jailbreak = true ;
} ) ;
vector-algorithms = overrideCabal super . vector-algorithms ( drv : {
## • Ambiguous type variable ‘ mv0’
doCheck = false ;
} ) ;
wavefront = overrideCabal super . wavefront ( drv : {
## Setup: Encountered missing dependencies:
## base >=4.8 && <4.11
## builder for ‘ /nix/store/iy6ccxh4dvp6plalx4ww81qrnhxm7jgr-wavefront-0.7.1.1.drv’ failed with exit code 1
## error: build of ‘ /nix/store/iy6ccxh4dvp6plalx4ww81qrnhxm7jgr-wavefront-0.7.1.1.drv’ failed
jailbreak = true ;
} ) ;
}