From ba07f3549313ad470fe2de9e0cac72556afb8046 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 30 May 2019 13:06:39 -0400 Subject: ignore .stack-work --- .stack-work/logs/unordered-containers-0.2.9.0.log | 122 ---------------------- 1 file changed, 122 deletions(-) delete mode 100644 .stack-work/logs/unordered-containers-0.2.9.0.log (limited to '.stack-work/logs/unordered-containers-0.2.9.0.log') diff --git a/.stack-work/logs/unordered-containers-0.2.9.0.log b/.stack-work/logs/unordered-containers-0.2.9.0.log deleted file mode 100644 index cdc1b08..0000000 --- a/.stack-work/logs/unordered-containers-0.2.9.0.log +++ /dev/null @@ -1,122 +0,0 @@ -Configuring unordered-containers-0.2.9.0... -Preprocessing library for unordered-containers-0.2.9.0.. -Building library for unordered-containers-0.2.9.0.. -[1 of 8] Compiling Data.HashMap.List ( Data/HashMap/List.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/List.o ) -[2 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Unsafe.o ) -[3 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Array.o ) - -Data/HashMap/Array.hs:89:1-9: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - newArray# :: ghc-prim-0.5.3:GHC.Prim.Int# - -> a - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #) - | -89 | newArray# = newSmallArray# - | ^^^^^^^^^ - -Data/HashMap/Array.hs:90:1-10: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - readArray# :: SmallMutableArray# d a - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> (# ghc-prim-0.5.3:GHC.Prim.State# d, a #) - | -90 | readArray# = readSmallArray# - | ^^^^^^^^^^ - -Data/HashMap/Array.hs:91:1-11: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - writeArray# :: SmallMutableArray# d a - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> a - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> ghc-prim-0.5.3:GHC.Prim.State# d - | -91 | writeArray# = writeSmallArray# - | ^^^^^^^^^^^ - -Data/HashMap/Array.hs:92:1-11: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - indexArray# :: SmallArray# a - -> ghc-prim-0.5.3:GHC.Prim.Int# -> (# a #) - | -92 | indexArray# = indexSmallArray# - | ^^^^^^^^^^^ - -Data/HashMap/Array.hs:93:1-18: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - unsafeFreezeArray# :: SmallMutableArray# d a - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallArray# a #) - | -93 | unsafeFreezeArray# = unsafeFreezeSmallArray# - | ^^^^^^^^^^^^^^^^^^ - -Data/HashMap/Array.hs:94:1-16: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - unsafeThawArray# :: SmallArray# a - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #) - | -94 | unsafeThawArray# = unsafeThawSmallArray# - | ^^^^^^^^^^^^^^^^ - -Data/HashMap/Array.hs:95:1-12: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - sizeofArray# :: SmallArray# a -> ghc-prim-0.5.3:GHC.Prim.Int# - | -95 | sizeofArray# = sizeofSmallArray# - | ^^^^^^^^^^^^ - -Data/HashMap/Array.hs:96:1-10: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - copyArray# :: SmallArray# a - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> SmallMutableArray# d a - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> ghc-prim-0.5.3:GHC.Prim.State# d - | -96 | copyArray# = copySmallArray# - | ^^^^^^^^^^ - -Data/HashMap/Array.hs:97:1-10: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - thawArray# :: SmallArray# a - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #) - | -97 | thawArray# = thawSmallArray# - | ^^^^^^^^^^ - -Data/HashMap/Array.hs:98:1-19: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - sizeofMutableArray# :: SmallMutableArray# d a - -> ghc-prim-0.5.3:GHC.Prim.Int# - | -98 | sizeofMutableArray# = sizeofSmallMutableArray# - | ^^^^^^^^^^^^^^^^^^^ - -Data/HashMap/Array.hs:99:1-17: warning: [-Wmissing-signatures] - Top-level binding with no type signature: - copyMutableArray# :: SmallMutableArray# d a - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> SmallMutableArray# d a - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> ghc-prim-0.5.3:GHC.Prim.Int# - -> ghc-prim-0.5.3:GHC.Prim.State# d - -> ghc-prim-0.5.3:GHC.Prim.State# d - | -99 | copyMutableArray# = copySmallMutableArray# - | ^^^^^^^^^^^^^^^^^ -[4 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/UnsafeShift.o ) -[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Base.o ) -[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Strict.o ) -[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashMap/Lazy.o ) -[8 of 8] Compiling Data.HashSet ( Data/HashSet.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/HashSet.o ) -Installing library in /home/sv/.stack/snapshots/x86_64-linux/lts-13.22/8.6.5/lib/x86_64-linux-ghc-8.6.5/unordered-containers-0.2.9.0-BRWkoSTuML1cQdpep6Oin -Registering library for unordered-containers-0.2.9.0.. -- cgit v1.2.3