Skip to content
Snippets Groups Projects
Commit 8ccbc2e5 authored by Ben Gamari's avatar Ben Gamari
Browse files

Bump Cabal and containers submodules

parent 9ef2749c
No related merge requests found
Subproject commit 19c278feb732f5797256ff28eb671440f5511c6c
Subproject commit e4c36b9dd51820f2380ce7a66f980c4e7b2e96fc
Subproject commit aa982fb83f2561d3b27b89b46d36ffca21e072cc
Subproject commit 1a84cc6b920a05533f5789d41a5d5d888351cb31
bkprun05: Prelude.undefined
CallStack (from HasCallStack):
error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err
undefined, called at bkprun05.bkp:138:30 in app+app-9GMmly0OuEYHDXryaGD7sX:App
undefined, called at bkprun05.bkp:138:30 in app+app-89WS9ScvjQd9lPG2oW0wWM:App
......@@ -4,6 +4,6 @@ else:
cleanup = 'CLEANUP=0'
test('cabal08',
normal,
expect_broken(13313),
run_command,
['$MAKE -s --no-print-directory cabal08 ' + cleanup])
0.5.7.1
0.5.10.2
OK
fromList "abc"
l = Data.Sequence.Seq (Data.Sequence.Deep
3 (Data.Sequence.One (Data.Sequence.Elem 'a')) Data.Sequence.Empty
(Data.Sequence.Two
(Data.Sequence.Elem 'b') (Data.Sequence.Elem 'c')))
l = Data.Sequence.Internal.Seq (Data.Sequence.Internal.Deep
3
(Data.Sequence.Internal.Two
(Data.Sequence.Internal.Elem 'a')
(Data.Sequence.Internal.Elem 'b'))
Data.Sequence.Internal.EmptyT
(Data.Sequence.Internal.One (Data.Sequence.Internal.Elem 'c')))
l = fromList "abc"
package01e.hs:2:1: error:
Could not find module ‘Data.Map’
It is a member of the hidden package ‘containers-0.5.7.1’.
It is a member of the hidden package ‘containers-0.5.10.2’.
Use -v to see a list of the files searched for.
package01e.hs:3:1: error:
Could not find module ‘Data.IntMap’
It is a member of the hidden package ‘containers-0.5.7.1’.
It is a member of the hidden package ‘containers-0.5.10.2’.
Use -v to see a list of the files searched for.
......@@ -21,8 +21,7 @@ T10999.hs:8:28: error:
Relevant bindings include g :: [b0] (bound at T10999.hs:8:1)
Probable fix: use a type annotation to specify what ‘b0’ should be.
These potential instances exist:
instance Ord a => Ord (Set.Set a)
-- Defined in ‘containers-0.5.7.1:Data.Set.Base’
instance Ord a => Ord (Set.Set a) -- Defined in ‘Data.Set.Internal’
instance Ord Ordering -- Defined in ‘GHC.Classes’
instance Ord Integer
-- Defined in ‘integer-gmp-1.0.0.1:GHC.Integer.Type’
......
T10796b.hs:8:17: error:
• Can't construct a pattern from name Data.Set.Base.fromList
• Can't construct a pattern from name Data.Set.Internal.fromList
• In the untyped splice:
$(dataToPatQ (const Nothing) (fromList "test"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment