Build #2 for hat-2.7.0.11

[all reports]

Package hat-2.7.0.11
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2015-05-30 19:24:08.044452 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies random-1.1, process-1.2.0.0, old-time-1.1.0.2, old-locale-1.0.0.6, haskeline-0.7.1.2, directory-1.2.1.0, containers-0.5.5.1, bytestring-0.10.4.0, base-4.7.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )
In-place registering random-1.1...
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...
Haddock coverage:
Cannot find documentation for: $intro
 100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file: /tmp/pkgConf-random-110902.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/random-1.1
Registering random-1.1...
Installed random-1.1
Downloading hat-2.7.0.11...
Configuring hat-2.7.0.11...
Building hat-2.7.0.11...
Preprocessing library hat-2.7.0.11...

Hat/Hat.hs:2:12: Warning:
    -#include and INCLUDE pragmas are deprecated: They no longer have any effect
[ 1 of 38] Compiling Hat.Hat          ( Hat/Hat.hs, dist/build/Hat/Hat.o )
[ 2 of 38] Compiling Hat.PreludeBuiltinTypes ( Hat/PreludeBuiltinTypes.hs, dist/build/Hat/PreludeBuiltinTypes.o )

Hat/PreludeBuiltinTypes.hs:8:4: Warning:
    ‘String’ is exported by ‘module Hat.PreludeBuiltinTypes’ and ‘String’

Hat/PreludeBuiltinTypes.hs:8:4: Warning:
    ‘aFalse’ is exported by ‘module Hat.PreludeBuiltinTypes’ and ‘aFalse’

Hat/PreludeBuiltinTypes.hs:8:4: Warning:
    ‘aTrue’ is exported by ‘module Hat.PreludeBuiltinTypes’ and ‘aTrue’

Hat/PreludeBuiltinTypes.hs:9:4: Warning:
    ‘gerror’ is exported by ‘gerror’ and ‘module Hat.PreludeBuiltinTypes’

Hat/PreludeBuiltinTypes.hs:9:11: Warning:
    ‘gundefined’ is exported by ‘gundefined’ and ‘module Hat.PreludeBuiltinTypes’
[ 3 of 38] Compiling Hat.RandomBuiltin ( Hat/RandomBuiltin.hs, dist/build/Hat/RandomBuiltin.o )
[ 4 of 38] Compiling Hat.Hack         ( Hat/Hack.hs, dist/build/Hat/Hack.o )
[ 5 of 38] Compiling Hat.PreludeBuiltin ( Hat/PreludeBuiltin.hs, dist/build/Hat/PreludeBuiltin.o )
[ 6 of 38] Compiling Hat.PreludeBasic ( Hat/PreludeBasic.hs, dist/build/Hat/PreludeBasic.o )

Hat/PreludeBasic.hs:1520:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Tuple0’

Hat/PreludeBasic.hs:1532:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Tuple0’

Hat/PreludeBasic.hs:1544:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Tuple0’

Hat/PreludeBasic.hs:1646:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Bool’

Hat/PreludeBasic.hs:1659:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Bool’

Hat/PreludeBasic.hs:1674:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Bool’

Hat/PreludeBasic.hs:1752:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Bool’

Hat/PreludeBasic.hs:1827:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Bool’

Hat/PreludeBasic.hs:1897:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Char’

Hat/PreludeBasic.hs:1911:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Char’

Hat/PreludeBasic.hs:1925:10: Warning:
    No explicit implementation for
      ‘senumFrom’, ‘senumFromThen’, ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Char’

Hat/PreludeBasic.hs:2011:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Maybe a)’

Hat/PreludeBasic.hs:2025:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Maybe a)’

Hat/PreludeBasic.hs:2056:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Maybe a)’

Hat/PreludeBasic.hs:2092:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Maybe a)’

Hat/PreludeBasic.hs:2132:10: Warning:
    No explicit implementation for
      ‘sfmap’
    In the instance declaration for ‘Functor Maybe’

Hat/PreludeBasic.hs:2146:10: Warning:
    No explicit implementation for
      ‘|>>=’, ‘|>>’, and ‘sfail’
    In the instance declaration for ‘Monad Maybe’

Hat/PreludeBasic.hs:2183:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Either a b)’

Hat/PreludeBasic.hs:2198:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Either a b)’

Hat/PreludeBasic.hs:2231:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Either a b)’

Hat/PreludeBasic.hs:2277:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Either a b)’

Hat/PreludeBasic.hs:2331:10: Warning:
    No explicit implementation for
      ‘sfmap’
    In the instance declaration for ‘Functor IO’

Hat/PreludeBasic.hs:2344:10: Warning:
    No explicit implementation for
      ‘|>>’ and ‘sfail’
    In the instance declaration for ‘Monad IO’

Hat/PreludeBasic.hs:2377:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Ordering’

Hat/PreludeBasic.hs:2391:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Ordering’

Hat/PreludeBasic.hs:2423:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Ordering’

Hat/PreludeBasic.hs:2514:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Ordering’

Hat/PreludeBasic.hs:2550:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Ordering’

Hat/PreludeBasic.hs:2586:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Int’

Hat/PreludeBasic.hs:2604:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Int’

Hat/PreludeBasic.hs:2636:10: Warning:
    No explicit implementation for
      ‘|+’, ‘|*’, ‘|-’, ‘snegate’, ‘sabs’, ‘ssignum’, and ‘sfromInteger’
    In the instance declaration for ‘Num Int’

Hat/PreludeBasic.hs:2689:10: Warning:
    No explicit implementation for
      ‘stoRational’
    In the instance declaration for ‘Real Int’

Hat/PreludeBasic.hs:2706:10: Warning:
    No explicit implementation for
      ‘squot’, ‘srem’, ‘sdiv’, ‘smod’, ‘squotRem’,
      ‘sdivMod’, and ‘stoInteger’
    In the instance declaration for ‘Integral Int’

Hat/PreludeBasic.hs:2741:10: Warning:
    No explicit implementation for
      ‘senumFrom’, ‘senumFromThen’, ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Int’

Hat/PreludeBasic.hs:2862:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Integer’

Hat/PreludeBasic.hs:2880:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Integer’

Hat/PreludeBasic.hs:2912:10: Warning:
    No explicit implementation for
      ‘|+’, ‘|*’, ‘|-’, ‘snegate’, ‘sabs’, ‘ssignum’, and ‘sfromInteger’
    In the instance declaration for ‘Num Integer’

Hat/PreludeBasic.hs:2988:10: Warning:
    No explicit implementation for
      ‘stoRational’
    In the instance declaration for ‘Real Integer’

Hat/PreludeBasic.hs:3005:10: Warning:
    No explicit implementation for
      ‘squot’, ‘srem’, ‘sdiv’, ‘smod’, ‘squotRem’,
      ‘sdivMod’, and ‘stoInteger’
    In the instance declaration for ‘Integral Integer’

Hat/PreludeBasic.hs:3055:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Integer’

Hat/PreludeBasic.hs:3164:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Float’

Hat/PreludeBasic.hs:3182:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Float’

Hat/PreludeBasic.hs:3214:10: Warning:
    No explicit implementation for
      ‘|+’, ‘|*’, ‘|-’, ‘snegate’, ‘sabs’, ‘ssignum’, and ‘sfromInteger’
    In the instance declaration for ‘Num Float’

Hat/PreludeBasic.hs:3270:10: Warning:
    No explicit implementation for
      ‘stoRational’
    In the instance declaration for ‘Real Float’

Hat/PreludeBasic.hs:3310:10: Warning:
    No explicit implementation for
      ‘|/’, ‘srecip’, and ‘sfromRational’
    In the instance declaration for ‘Fractional Float’

Hat/PreludeBasic.hs:3409:10: Warning:
    No explicit implementation for
      ‘sexp’, ‘ssqrt’, ‘slog’, ‘|**’, ‘slogBase’, ‘ssin’, ‘stan’, ‘scos’,
      ‘sasin’, ‘satan’, ‘sacos’, ‘ssinh’, ‘stanh’, ‘scosh’, ‘sasinh’,
      ‘satanh’, and ‘sacosh’
    In the instance declaration for ‘Floating Float’

Hat/PreludeBasic.hs:3603:10: Warning:
    No explicit implementation for
      ‘sproperFraction’, ‘struncate’, ‘sround’, ‘sceiling’, and ‘sfloor’
    In the instance declaration for ‘RealFrac Float’

Hat/PreludeBasic.hs:3650:10: Warning:
    No explicit implementation for
      ‘sdecodeFloat’, ‘sencodeFloat’, ‘sexponent’, ‘ssignificand’,
      ‘sscaleFloat’, and ‘satan2’
    In the instance declaration for ‘RealFloat Float’

Hat/PreludeBasic.hs:3718:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Double’

Hat/PreludeBasic.hs:3736:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Double’

Hat/PreludeBasic.hs:3768:10: Warning:
    No explicit implementation for
      ‘|+’, ‘|*’, ‘|-’, ‘snegate’, ‘sabs’, ‘ssignum’, and ‘sfromInteger’
    In the instance declaration for ‘Num Double’

Hat/PreludeBasic.hs:3824:10: Warning:
    No explicit implementation for
      ‘stoRational’
    In the instance declaration for ‘Real Double’

Hat/PreludeBasic.hs:3864:10: Warning:
    No explicit implementation for
      ‘|/’, ‘srecip’, and ‘sfromRational’
    In the instance declaration for ‘Fractional Double’

Hat/PreludeBasic.hs:3943:10: Warning:
    No explicit implementation for
      ‘sexp’, ‘ssqrt’, ‘slog’, ‘|**’, ‘slogBase’, ‘ssin’, ‘stan’, ‘scos’,
      ‘sasin’, ‘satan’, ‘sacos’, ‘ssinh’, ‘stanh’, ‘scosh’, ‘sasinh’,
      ‘satanh’, and ‘sacosh’
    In the instance declaration for ‘Floating Double’

Hat/PreludeBasic.hs:4143:10: Warning:
    No explicit implementation for
      ‘sproperFraction’, ‘struncate’, ‘sround’, ‘sceiling’, and ‘sfloor’
    In the instance declaration for ‘RealFrac Double’

Hat/PreludeBasic.hs:4190:10: Warning:
    No explicit implementation for
      ‘sdecodeFloat’, ‘sencodeFloat’, ‘sexponent’, ‘ssignificand’,
      ‘sscaleFloat’, and ‘satan2’
    In the instance declaration for ‘RealFloat Double’

Hat/PreludeBasic.hs:4479:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (List a)’

Hat/PreludeBasic.hs:4496:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (List a)’

Hat/PreludeBasic.hs:4529:10: Warning:
    No explicit implementation for
      ‘|>>=’, ‘|>>’, ‘sreturn’, and ‘sfail’
    In the instance declaration for ‘Monad List’

Hat/PreludeBasic.hs:4555:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple2 a b)’

Hat/PreludeBasic.hs:4571:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple2 a b)’

Hat/PreludeBasic.hs:4611:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple3 a b c)’

Hat/PreludeBasic.hs:4630:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple3 a b c)’

Hat/PreludeBasic.hs:4675:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple4 a b c d)’

Hat/PreludeBasic.hs:4698:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple4 a b c d)’

Hat/PreludeBasic.hs:4753:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple5 a b c d e)’

Hat/PreludeBasic.hs:4780:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple5 a b c d e)’

Hat/PreludeBasic.hs:4845:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple6 a b c d e f)’

Hat/PreludeBasic.hs:4876:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple6 a b c d e f)’

Hat/PreludeBasic.hs:4951:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple7 a b c d e f g)’

Hat/PreludeBasic.hs:4988:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple7 a b c d e f g)’

Hat/PreludeBasic.hs:5072:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple8 a b c d e f g h)’

Hat/PreludeBasic.hs:5113:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple8 a b c d e f g h)’

Hat/PreludeBasic.hs:5208:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple9 a b c d e f g h i)’

Hat/PreludeBasic.hs:5256:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple9 a b c d e f g h i)’

Hat/PreludeBasic.hs:5362:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Tuple10 a b c d e f g h i j)’

Hat/PreludeBasic.hs:5419:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Tuple10 a b c d e f g h i j)’

Hat/PreludeBasic.hs:5543:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for
      ‘Eq (Tuple11 a b c d e f g h i j k)’

Hat/PreludeBasic.hs:5610:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for
      ‘Ord (Tuple11 a b c d e f g h i j k)’

Hat/PreludeBasic.hs:5751:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for
      ‘Eq (Tuple12 a b c d e f g h i j k l)’

Hat/PreludeBasic.hs:5831:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for
      ‘Ord (Tuple12 a b c d e f g h i j k l)’

Hat/PreludeBasic.hs:5996:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for
      ‘Eq (Tuple13 a b c d e f g h i j k l m)’

Hat/PreludeBasic.hs:6089:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for
      ‘Ord (Tuple13 a b c d e f g h i j k l m)’

Hat/PreludeBasic.hs:6282:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for
      ‘Eq (Tuple14 a b c d e f g h i j k l m n)’

Hat/PreludeBasic.hs:6387:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for
      ‘Ord (Tuple14 a b c d e f g h i j k l m n)’

Hat/PreludeBasic.hs:6608:3: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for
      ‘Eq (Tuple15 a b c d e f g h i j k l m n o)’

Hat/PreludeBasic.hs:6726:3: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for
      ‘Ord (Tuple15 a b c d e f g h i j k l m n o)’

Hat/PreludeBasic.hs:8826:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Int’

Hat/PreludeBasic.hs:8840:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Int’

Hat/PreludeBasic.hs:8867:10: Warning:
    No explicit implementation for
      ‘sshow’ and ‘sshowList’
    In the instance declaration for ‘Show Integer’

Hat/PreludeBasic.hs:8879:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Integer’

Hat/PreludeBasic.hs:8890:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Float’

Hat/PreludeBasic.hs:8901:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Float’

Hat/PreludeBasic.hs:8913:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Double’

Hat/PreludeBasic.hs:8924:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Double’

Hat/PreludeBasic.hs:8936:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Tuple0’

Hat/PreludeBasic.hs:8950:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Tuple0’

Hat/PreludeBasic.hs:9002:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Char’

Hat/PreludeBasic.hs:9053:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Char’

Hat/PreludeBasic.hs:9184:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (List a)’

Hat/PreludeBasic.hs:9195:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (List a)’

Hat/PreludeBasic.hs:9206:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple2 a b)’

Hat/PreludeBasic.hs:9230:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple2 a b)’

Hat/PreludeBasic.hs:9393:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple3 a b c)’

Hat/PreludeBasic.hs:9655:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple4 a b c d)’

Hat/PreludeBasic.hs:10014:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple5 a b c d e)’

Hat/PreludeBasic.hs:10471:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple6 a b c d e f)’

Hat/PreludeBasic.hs:11025:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple7 a b c d e f g)’

Hat/PreludeBasic.hs:11677:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple8 a b c d e f g h)’

Hat/PreludeBasic.hs:12426:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Tuple9 a b c d e f g h i)’

Hat/PreludeBasic.hs:13272:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for
      ‘Read (Tuple10 a b c d e f g h i j)’

Hat/PreludeBasic.hs:14215:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for
      ‘Read (Tuple11 a b c d e f g h i j k)’

Hat/PreludeBasic.hs:15255:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for
      ‘Read (Tuple12 a b c d e f g h i j k l)’

Hat/PreludeBasic.hs:16392:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for
      ‘Read (Tuple13 a b c d e f g h i j k l m)’

Hat/PreludeBasic.hs:17626:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for
      ‘Read (Tuple14 a b c d e f g h i j k l m n)’

Hat/PreludeBasic.hs:18957:3: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for
      ‘Read (Tuple15 a b c d e f g h i j k l m n o)’

Hat/PreludeBasic.hs:20385:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple3 a b c)’

Hat/PreludeBasic.hs:20414:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple4 a b c d)’

Hat/PreludeBasic.hs:20448:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple5 a b c d e)’

Hat/PreludeBasic.hs:20488:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple6 a b c d e f)’

Hat/PreludeBasic.hs:20533:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple7 a b c d e f g)’

Hat/PreludeBasic.hs:20587:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple8 a b c d e f g h)’

Hat/PreludeBasic.hs:20649:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Tuple9 a b c d e f g h i)’

Hat/PreludeBasic.hs:20719:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for
      ‘Show (Tuple10 a b c d e f g h i j)’

Hat/PreludeBasic.hs:20799:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for
      ‘Show (Tuple11 a b c d e f g h i j k)’

Hat/PreludeBasic.hs:20889:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for
      ‘Show (Tuple12 a b c d e f g h i j k l)’

Hat/PreludeBasic.hs:20993:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for
      ‘Show (Tuple13 a b c d e f g h i j k l m)’

Hat/PreludeBasic.hs:21109:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for
      ‘Show (Tuple14 a b c d e f g h i j k l m n)’

Hat/PreludeBasic.hs:21247:3: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for
      ‘Show (Tuple15 a b c d e f g h i j k l m n o)’

Hat/PreludeBasic.hs:24018:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Ratio a)’

Hat/PreludeBasic.hs:24100:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Ratio a)’

Hat/PreludeBasic.hs:24126:10: Warning:
    No explicit implementation for
      ‘|+’, ‘|*’, ‘|-’, ‘snegate’, ‘sabs’, ‘ssignum’, and ‘sfromInteger’
    In the instance declaration for ‘Num (Ratio a)’

Hat/PreludeBasic.hs:24198:10: Warning:
    No explicit implementation for
      ‘stoRational’
    In the instance declaration for ‘Real (Ratio a)’

Hat/PreludeBasic.hs:24213:10: Warning:
    No explicit implementation for
      ‘|/’, ‘srecip’, and ‘sfromRational’
    In the instance declaration for ‘Fractional (Ratio a)’

Hat/PreludeBasic.hs:24248:10: Warning:
    No explicit implementation for
      ‘sproperFraction’, ‘struncate’, ‘sround’, ‘sceiling’, and ‘sfloor’
    In the instance declaration for ‘RealFrac (Ratio a)’

Hat/PreludeBasic.hs:24326:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Ratio a)’

Hat/PreludeBasic.hs:24395:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Ratio a)’

Hat/PreludeBasic.hs:95:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:100:19: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:460:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:487:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:514:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:541:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:585:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:750:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:769:11: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:797:13: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v207v30v210v40v1’: v207v30v210v40v1 _ p = ...

Hat/PreludeBasic.hs:839:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:872:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:938:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:965:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:989:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:1171:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hgcd’:
        hgcd fv276v5v276v5n v276v7v276v7n p = ...

Hat/PreludeBasic.hs:1179:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/PreludeBasic.hs:1187:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:1208:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hgcd'’: hgcd' fx fv278v34v278v34n p = ...

Hat/PreludeBasic.hs:1215:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:1231:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlcm’: hlcm z1lcm fv283v7v283v7n p = ...

Hat/PreludeBasic.hs:1238:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:1245:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1lcm’:
        y1lcm fv284v5v284v5n v284v7v284v7n p = ...

Hat/PreludeBasic.hs:1253:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/PreludeBasic.hs:1273:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*^’: *^ fx fv289v5v289v5n p = ...

Hat/PreludeBasic.hs:1280:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:1287:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘>#^’: >#^ fx fn p = ...

Hat/PreludeBasic.hs:1303:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hf’: hf z1f fv291v31v291v31n fy p = ...

Hat/PreludeBasic.hs:1311:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/PreludeBasic.hs:1527:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:1539:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:1551:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/PreludeBasic.hs:1561:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fn p = ...

Hat/PreludeBasic.hs:1666:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:1681:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/PreludeBasic.hs:1694:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fv428v12v428v12n p = ...

Hat/PreludeBasic.hs:1702:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:1707:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1toEnum’: y1toEnum fv429v12v429v12n p = ...

Hat/PreludeBasic.hs:1715:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:1834:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:1868:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*&&’: *&& _ _ p = ...

Hat/PreludeBasic.hs:1874:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*||’: *|| _ _ p = ...

Hat/PreludeBasic.hs:1884:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hnot’: hnot _ p = ...

Hat/PreludeBasic.hs:2045:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/PreludeBasic.hs:2099:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:2128:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hmaybe’: hmaybe _ _ _ p = ...

Hat/PreludeBasic.hs:2139:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfmap’: hfmap _ _ p = ...

Hat/PreludeBasic.hs:2153:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*>>=’: *>>= _ _ p = ...

Hat/PreludeBasic.hs:2220:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/PreludeBasic.hs:2284:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:2327:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘heither’: heither _ _ _ p = ...

Hat/PreludeBasic.hs:2409:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/PreludeBasic.hs:2430:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/PreludeBasic.hs:2446:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fv551v30v551v33n p = ...

Hat/PreludeBasic.hs:2454:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:2459:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1toEnum’: y1toEnum fv551v30v551v33n p = ...

Hat/PreludeBasic.hs:2467:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:2472:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2toEnum’: y2toEnum fv551v30v551v33n p = ...

Hat/PreludeBasic.hs:2480:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:2557:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:2807:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v603v3v606v45v1’: v603v3v606v45v1 _ p = ...

Hat/PreludeBasic.hs:2963:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v635v13v638v24v1’: v635v13v638v24v1 _ p = ...

Hat/PreludeBasic.hs:3280:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v691v20v691v65v1’: v691v20v691v65v1 _ p = ...

Hat/PreludeBasic.hs:3369:11: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:3391:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:3613:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v726v9v731v67v1’: v726v9v731v67v1 _ p = ...

Hat/PreludeBasic.hs:3633:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v730v25v731v67v1’: v730v25v731v67v1 _ p = ...

Hat/PreludeBasic.hs:3834:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v769v20v769v64v1’: v769v20v769v64v1 _ p = ...

Hat/PreludeBasic.hs:4153:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v806v9v811v67v1’: v806v9v811v67v1 _ p = ...

Hat/PreludeBasic.hs:4173:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v810v25v811v67v1’: v810v25v811v67v1 _ p = ...

Hat/PreludeBasic.hs:4503:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:4511:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v889v5v892v16v1’: v889v5v892v16v1 _ p = ...

Hat/PreludeBasic.hs:4562:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:4578:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:4581:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v917v5v920v16v1’: v917v5v920v16v1 _ p = ...

Hat/PreludeBasic.hs:4618:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:4637:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:4682:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:4705:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:4760:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:4787:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:4852:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:4883:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:4958:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:4995:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:5079:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:5121:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:5216:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:5264:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:5370:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:5427:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:5551:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:5618:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:5759:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:5839:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:6004:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:6097:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:6290:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:6395:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:6616:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:6734:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare _ _ p = ...

Hat/PreludeBasic.hs:6979:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfst’: hfst _ p = ...

Hat/PreludeBasic.hs:6988:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hsnd’: hsnd _ p = ...

Hat/PreludeBasic.hs:7049:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h_foldr’: h_foldr _ _ _ p = ...

Hat/PreludeBasic.hs:7079:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hmap’: hmap _ _ p = ...

Hat/PreludeBasic.hs:7093:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*++’: *++ _ _ p = ...

Hat/PreludeBasic.hs:7107:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfilter’: hfilter _ _ p = ...

Hat/PreludeBasic.hs:7132:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hhead’: hhead _ p = ...

Hat/PreludeBasic.hs:7144:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlast’: hlast _ p = ...

Hat/PreludeBasic.hs:7157:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htail’: htail _ p = ...

Hat/PreludeBasic.hs:7169:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinit’: hinit _ p = ...

Hat/PreludeBasic.hs:7184:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hnull’: hnull _ p = ...

Hat/PreludeBasic.hs:7194:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlength’: hlength _ p = ...

Hat/PreludeBasic.hs:7209:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*!!’: *!! fxs fn p = ...

Hat/PreludeBasic.hs:7219:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘>#!!’: >#!! (^#!!) fv1517v11v1517v11n p = ...

Hat/PreludeBasic.hs:7230:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:7254:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfoldl’: hfoldl _ _ _ p = ...

Hat/PreludeBasic.hs:7267:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfoldl1’: hfoldl1 _ _ p = ...

Hat/PreludeBasic.hs:7288:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v1544v26v1546v54v1’:
        v1544v26v1546v54v1 _ p = ...

Hat/PreludeBasic.hs:7303:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hscanl1’: hscanl1 _ _ p = ...

Hat/PreludeBasic.hs:7317:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfoldr’: hfoldr _ _ _ p = ...

Hat/PreludeBasic.hs:7330:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfoldr1’: hfoldr1 _ _ p = ...

Hat/PreludeBasic.hs:7349:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hscanr’: hscanr _ _ _ p = ...

Hat/PreludeBasic.hs:7381:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hscanr1’: hscanr1 _ _ p = ...

Hat/PreludeBasic.hs:7470:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htake’: htake fn z2take p = ...

Hat/PreludeBasic.hs:7478:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1take’: y1take _ _ p = ...

Hat/PreludeBasic.hs:7495:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hdrop’: hdrop fn fxs p = ...

Hat/PreludeBasic.hs:7503:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1drop’: y1drop _ _ p = ...

Hat/PreludeBasic.hs:7536:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htakeWhile’: htakeWhile _ _ p = ...

Hat/PreludeBasic.hs:7554:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hdropWhile’: hdropWhile _ _ p = ...

Hat/PreludeBasic.hs:7579:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hspan’: hspan _ _ p = ...

Hat/PreludeBasic.hs:7598:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:7630:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:7645:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v1666v31v1668v52v1’:
        v1666v31v1668v52v1 _ p = ...

Hat/PreludeBasic.hs:7672:11: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:7804:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlookup’: hlookup _ _ p = ...

Hat/PreludeBasic.hs:7956:13: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:7997:13: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:8081:31: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8089:45: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8150:45: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8160:59: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8217:45: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8268:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowList’: hshowList _ p = ...

Hat/PreludeBasic.hs:8284:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowl’: hshowl _ p = ...

Hat/PreludeBasic.hs:8357:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8452:31: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8491:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlex’: hlex z1lex p = ...

Hat/PreludeBasic.hs:8532:15: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8559:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8566:31: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8623:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8641:21: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8659:23: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8666:37: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8730:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8737:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8782:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8807:25: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8854:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:8943:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:9036:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowl’: hshowl _ p = ...

Hat/PreludeBasic.hs:9122:25: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9129:39: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9166:45: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9213:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:9259:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9285:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9422:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9449:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9510:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9684:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9711:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9772:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:9834:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10043:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10070:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10131:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10193:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10255:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10500:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10527:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10588:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10650:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10712:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:10774:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11055:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11082:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11143:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11205:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11267:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11329:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11391:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11707:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11734:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11795:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11857:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11919:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:11981:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12043:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12105:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12456:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12483:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12544:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12606:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12668:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12730:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12792:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12854:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:12916:265: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13302:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13329:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13390:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13452:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13514:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13576:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13638:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13700:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13762:265: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:13824:293: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14245:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14272:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14333:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14395:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14457:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14519:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14581:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14643:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14705:265: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14767:293: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:14829:321: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15285:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15312:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15373:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15435:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15497:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15559:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15621:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15683:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15745:265: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15807:293: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15869:321: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:15931:349: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16422:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16449:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16510:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16572:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16634:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16696:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16758:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16820:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16882:265: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:16944:293: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17006:321: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17068:349: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17130:377: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17656:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17683:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17744:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17806:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17868:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17930:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:17992:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18054:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18116:265: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18178:293: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18240:321: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18302:349: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18364:377: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18426:405: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:18988:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19015:69: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19076:97: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19138:125: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19200:153: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19262:181: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19324:209: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19386:237: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19448:265: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19510:293: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19572:321: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19634:349: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19696:377: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19758:405: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:19820:433: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:20392:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20421:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20455:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20495:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20541:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20595:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20657:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20727:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20807:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:20897:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:21001:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:21117:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:21256:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:21509:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:21735:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:21754:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:21771:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:21795:13: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v2788v31v2791v45v1’:
        v2788v31v2791v45v1 _ p = ...

Hat/PreludeBasic.hs:21806:23: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:21865:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowLitChar’: hshowLitChar fc p = ...

Hat/PreludeBasic.hs:21879:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1showLitChar’: y1showLitChar fc p = ...

Hat/PreludeBasic.hs:21998:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlexLitChar’: hlexLitChar _ p = ...

Hat/PreludeBasic.hs:22005:15: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:22127:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:22213:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:22336:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:22493:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:22552:37: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:22580:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:22623:15: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:22814:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hdoFmt’: hdoFmt _ _ p = ...

Hat/PreludeBasic.hs:22822:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v3010v9v3057v33v1’: v3010v9v3057v33v1 _ p = ...

Hat/PreludeBasic.hs:22842:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v3015v13v3030v55v1’:
        v3015v13v3030v55v1 _ p = ...

Hat/PreludeBasic.hs:22845:23: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v3017v17v3020v57v1’:
        v3017v17v3020v57v1 _ p = ...

Hat/PreludeBasic.hs:22909:31: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:22986:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v3033v13v3051v36v1’:
        v3033v13v3051v36v1 _ p = ...

Hat/PreludeBasic.hs:23042:27: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23060:27: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23088:27: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23185:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v3062v21v3064v38v1’:
        v3062v21v3064v38v1 v3062v21v3064v38v2 p = ...

Hat/PreludeBasic.hs:23195:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/PreludeBasic.hs:23204:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v3062v21v3064v38v3’:
        v3062v21v3064v38v3 _ p = ...

Hat/PreludeBasic.hs:23212:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/PreludeBasic.hs:23240:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hf’:
        hf fv3067v11v3067v11n v3067v14v3067v16n p = ...

Hat/PreludeBasic.hs:23275:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23324:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfloatToDigits’:
        hfloatToDigits z1floatToDigits fv3088v17v3088v17n p = ...

Hat/PreludeBasic.hs:23332:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:23347:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23358:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23385:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23419:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23644:11: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:23665:13: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v3140v17v3144v64v1’:
        v3140v17v3144v64v1 _ p = ...

Hat/PreludeBasic.hs:23754:21: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:23761:35: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:23885:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:23892:31: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:23949:17: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:24025:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/PreludeBasic.hs:24055:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hreduce’:
        hreduce z1reduce fv3208v10v3208v10n p = ...

Hat/PreludeBasic.hs:24063:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/PreludeBasic.hs:24092:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hnumerator’: hnumerator _ p = ...

Hat/PreludeBasic.hs:24097:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hdenominator’: hdenominator _ p = ...

Hat/PreludeBasic.hs:24107:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*<=’: *<= _ _ p = ...

Hat/PreludeBasic.hs:24118:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*<’: *< _ _ p = ...

Hat/PreludeBasic.hs:24133:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*+’: *+ _ _ p = ...

Hat/PreludeBasic.hs:24147:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘**’: ** _ _ p = ...

Hat/PreludeBasic.hs:24158:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hnegate’: hnegate _ p = ...

Hat/PreludeBasic.hs:24168:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘habs’: habs _ p = ...

Hat/PreludeBasic.hs:24178:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hsignum’: hsignum _ p = ...

Hat/PreludeBasic.hs:24205:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoRational’: htoRational _ p = ...

Hat/PreludeBasic.hs:24220:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*/’: */ _ _ p = ...

Hat/PreludeBasic.hs:24232:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrecip’: hrecip _ p = ...

Hat/PreludeBasic.hs:24240:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromRational’: hfromRational _ p = ...

Hat/PreludeBasic.hs:24255:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hproperFraction’: hproperFraction _ p = ...

Hat/PreludeBasic.hs:24267:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:24345:27: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:24365:55: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/PreludeBasic.hs:24402:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/PreludeBasic.hs:24475:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:24490:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:24539:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:24556:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/PreludeBasic.hs:24573:7: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...
[ 7 of 38] Compiling Hat.Prelude      ( Hat/Prelude.hs, dist/build/Hat/Prelude.o )
[ 8 of 38] Compiling Hat.Char         ( Hat/Char.hs, dist/build/Hat/Char.o )
[ 9 of 38] Compiling Hat.Complex      ( Hat/Complex.hs, dist/build/Hat/Complex.o )

Hat/Complex.hs:23:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Complex a)’

Hat/Complex.hs:39:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Complex a)’

Hat/Complex.hs:72:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Complex a)’

Hat/Complex.hs:249:10: Warning:
    No explicit implementation for
      ‘|+’, ‘|*’, ‘|-’, ‘snegate’, ‘sabs’, ‘ssignum’, and ‘sfromInteger’
    In the instance declaration for ‘Num (Complex a)’

Hat/Complex.hs:354:10: Warning:
    No explicit implementation for
      ‘|/’, ‘srecip’, and ‘sfromRational’
    In the instance declaration for ‘Fractional (Complex a)’

Hat/Complex.hs:427:10: Warning:
    No explicit implementation for
      ‘sexp’, ‘ssqrt’, ‘slog’, ‘|**’, ‘slogBase’, ‘ssin’, ‘stan’, ‘scos’,
      ‘sasin’, ‘satan’, ‘sacos’, ‘ssinh’, ‘stanh’, ‘scosh’, ‘sasinh’,
      ‘satanh’, and ‘sacosh’
    In the instance declaration for ‘Floating (Complex a)’

Hat/Complex.hs:30:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/Complex.hs:79:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/Complex.hs:111:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrealPart’: hrealPart _ p = ...

Hat/Complex.hs:116:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘himagPart’: himagPart _ p = ...

Hat/Complex.hs:126:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hconjugate’: hconjugate _ p = ...

Hat/Complex.hs:175:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hmagnitude’: hmagnitude _ p = ...

Hat/Complex.hs:221:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hphase’: hphase z1phase p = ...

Hat/Complex.hs:229:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/Complex.hs:236:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Complex.hs:245:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1phase’: y1phase _ p = ...

Hat/Complex.hs:256:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*+’: *+ _ _ p = ...

Hat/Complex.hs:267:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*-’: *- _ _ p = ...

Hat/Complex.hs:278:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘**’: ** _ _ p = ...

Hat/Complex.hs:293:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hnegate’: hnegate _ p = ...

Hat/Complex.hs:314:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hsignum’: hsignum fv42v12v42v12n p = ...

Hat/Complex.hs:321:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Complex.hs:328:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1signum’: y1signum _ p = ...

Hat/Complex.hs:361:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*/’: */ _ _ p = ...

Hat/Complex.hs:443:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hexp’: hexp _ p = ...

Hat/Complex.hs:474:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hsqrt’: hsqrt fv62v10v62v10n p = ...

Hat/Complex.hs:481:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Complex.hs:488:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1sqrt’: y1sqrt _ p = ...

Hat/Complex.hs:504:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Complex.hs:558:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hsin’: hsin _ p = ...

Hat/Complex.hs:573:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcos’: hcos _ p = ...

Hat/Complex.hs:589:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htan’: htan _ p = ...

Hat/Complex.hs:635:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hsinh’: hsinh _ p = ...

Hat/Complex.hs:650:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcosh’: hcosh _ p = ...

Hat/Complex.hs:665:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htanh’: htanh _ p = ...

Hat/Complex.hs:710:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hasin’: hasin _ p = ...

Hat/Complex.hs:720:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Complex.hs:749:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hacos’: hacos _ p = ...

Hat/Complex.hs:759:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Complex.hs:781:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Complex.hs:806:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hatan’: hatan _ p = ...

Hat/Complex.hs:816:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...
[10 of 38] Compiling Hat.CPUTime      ( Hat/CPUTime.hs, dist/build/Hat/CPUTime.o )
[11 of 38] Compiling Hat.DirectoryBuiltinTypes ( Hat/DirectoryBuiltinTypes.hs, dist/build/Hat/DirectoryBuiltinTypes.o )
[12 of 38] Compiling Hat.DirectoryBuiltin ( Hat/DirectoryBuiltin.hs, dist/build/Hat/DirectoryBuiltin.o )
[13 of 38] Compiling Hat.Maybe        ( Hat/Maybe.hs, dist/build/Hat/Maybe.o )

Hat/Maybe.hs:21:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hisJust’: hisJust _ p = ...

Hat/Maybe.hs:43:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromJust’: hfromJust _ p = ...

Hat/Maybe.hs:55:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromMaybe’: hfromMaybe _ _ p = ...

Hat/Maybe.hs:65:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hmaybeToList’: hmaybeToList _ p = ...

Hat/Maybe.hs:75:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlistToMaybe’: hlistToMaybe _ p = ...
[14 of 38] Compiling Hat.List         ( Hat/List.hs, dist/build/Hat/List.o )

Hat/List.hs:110:15: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/List.hs:144:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hnubBy’: hnubBy _ _ p = ...

Hat/List.hs:181:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hdeleteBy’: hdeleteBy _ _ _ p = ...

Hat/List.hs:290:15: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/List.hs:306:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hintersperse’: hintersperse _ _ p = ...

Hat/List.hs:322:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htranspose’: htranspose _ p = ...

Hat/List.hs:400:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hgroupBy’: hgroupBy _ _ p = ...

Hat/List.hs:412:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:432:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinits’: hinits _ p = ...

Hat/List.hs:449:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htails’: htails _ p = ...

Hat/List.hs:464:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hisPrefixOf’: hisPrefixOf _ _ p = ...

Hat/List.hs:500:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hmapAccumL’: hmapAccumL _ _ _ p = ...

Hat/List.hs:514:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:531:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:558:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hmapAccumR’: hmapAccumR _ _ _ p = ...

Hat/List.hs:572:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:589:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:617:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v143v27v145v61v1’: v143v27v145v61v1 _ p = ...

Hat/List.hs:732:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hmerge’: hmerge _ _ p = ...

Hat/List.hs:773:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinsertBy’: hinsertBy _ _ _ p = ...

Hat/List.hs:848:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hgenericLength’: hgenericLength _ p = ...

Hat/List.hs:866:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hgenericTake’:
        hgenericTake fv210v13v210v13n v210v15v210v15n p = ...

Hat/List.hs:875:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/List.hs:909:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hgenericDrop’:
        hgenericDrop fv216v13v216v13n fxs p = ...

Hat/List.hs:917:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/List.hs:922:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1genericDrop’: y1genericDrop _ _ p = ...

Hat/List.hs:954:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hgenericSplitAt’:
        hgenericSplitAt fv223v16v223v16n fxs p = ...

Hat/List.hs:962:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ p = ...

Hat/List.hs:969:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1genericSplitAt’: y1genericSplitAt _ _ p = ...

Hat/List.hs:993:5: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:1029:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/List.hs:1305:13: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:1361:13: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:1426:13: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/List.hs:1498:13: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...
[15 of 38] Compiling Hat.Locale       ( Hat/Locale.hs, dist/build/Hat/Locale.o )

Hat/Locale.hs:64:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq TimeLocale’

Hat/Locale.hs:103:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord TimeLocale’

Hat/Locale.hs:181:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show TimeLocale’

Hat/Locale.hs:71:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/Locale.hs:110:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare fy1 fy2 p = ...

Hat/Locale.hs:188:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...
[16 of 38] Compiling Hat.Monad        ( Hat/Monad.hs, dist/build/Hat/Monad.o )

Hat/Monad.hs:30:10: Warning:
    No explicit implementation for
      ‘smplus’
    In the instance declaration for ‘MonadPlus Maybe’

Hat/Monad.hs:204:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfoldM’: hfoldM _ _ _ p = ...

Hat/Monad.hs:223:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfilterM’: hfilterM _ _ p = ...
[17 of 38] Compiling Hat.Numeric      ( Hat/Numeric.hs, dist/build/Hat/Numeric.o )
[18 of 38] Compiling Hat.Random       ( Hat/Random.hs, dist/build/Hat/Random.o )

Hat/Random.hs:75:10: Warning:
    No explicit implementation for
      ‘sshow’ and ‘sshowList’
    In the instance declaration for ‘Show StdGen’

Hat/Random.hs:256:10: Warning:
    No explicit implementation for
      ‘srandomR’, ‘srandom’, ‘srandomRs’, ‘srandoms’, and ‘srandomRIO’
    In the instance declaration for ‘Random Int’

Hat/Random.hs:283:10: Warning:
    No explicit implementation for
      ‘srandomR’, ‘srandom’, ‘srandomRs’, ‘srandoms’, and ‘srandomRIO’
    In the instance declaration for ‘Random Integer’

Hat/Random.hs:307:10: Warning:
    No explicit implementation for
      ‘srandomR’, ‘srandom’, ‘srandomRs’, ‘srandoms’, and ‘srandomRIO’
    In the instance declaration for ‘Random Float’

Hat/Random.hs:343:10: Warning:
    No explicit implementation for
      ‘srandomR’, ‘srandom’, ‘srandomRs’, ‘srandoms’, and ‘srandomRIO’
    In the instance declaration for ‘Random Double’

Hat/Random.hs:369:10: Warning:
    No explicit implementation for
      ‘srandomR’, ‘srandom’, ‘srandomRs’, ‘srandoms’, and ‘srandomRIO’
    In the instance declaration for ‘Random Bool’

Hat/Random.hs:447:10: Warning:
    No explicit implementation for
      ‘srandomR’, ‘srandom’, ‘srandomRs’, ‘srandoms’, and ‘srandomRIO’
    In the instance declaration for ‘Random Char’

Hat/Random.hs:184:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Random.hs:213:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Random.hs:263:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrandomR’: hrandomR _ _ p = ...

Hat/Random.hs:332:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrandomR’: hrandomR _ _ p = ...

Hat/Random.hs:376:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrandomR’: hrandomR _ _ p = ...

Hat/Random.hs:379:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v95v5v97v33v1’: v95v5v97v33v1 _ p = ...

Hat/Random.hs:399:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hbool2Integer’: hbool2Integer _ p = ...

Hat/Random.hs:416:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hint2Bool’: hint2Bool fv104v14v104v14n p = ...

Hat/Random.hs:426:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Random.hs:454:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrandomR’: hrandomR _ _ p = ...

Hat/Random.hs:457:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v111v7v112v27v1’: v111v7v112v27v1 _ p = ...

Hat/Random.hs:494:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrandomIvalInteger’:
        hrandomIvalInteger _ _ p = ...

Hat/Random.hs:502:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v120v16v120v83v1’: v120v16v120v83v1 _ p = ...

Hat/Random.hs:545:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hf’: hf fv126v10v126v10n facc fg p = ...

Hat/Random.hs:553:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h _ _ p = ...

Hat/Random.hs:563:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Random.hs:602:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrandomIvalDouble’:
        hrandomIvalDouble _ _ _ p = ...

Hat/Random.hs:610:11: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v137v8v145v28v1’: v137v8v145v28v1 _ p = ...
[19 of 38] Compiling Hat.Ratio        ( Hat/Ratio.hs, dist/build/Hat/Ratio.o )
[20 of 38] Compiling Hat.SystemBuiltinTypes ( Hat/SystemBuiltinTypes.hs, dist/build/Hat/SystemBuiltinTypes.o )

Hat/SystemBuiltinTypes.hs:21:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq ExitCode’

Hat/SystemBuiltinTypes.hs:36:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord ExitCode’

Hat/SystemBuiltinTypes.hs:67:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read ExitCode’

Hat/SystemBuiltinTypes.hs:104:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show ExitCode’

Hat/SystemBuiltinTypes.hs:56:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/SystemBuiltinTypes.hs:111:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...
[21 of 38] Compiling Hat.SystemBuiltin ( Hat/SystemBuiltin.hs, dist/build/Hat/SystemBuiltin.o )
[22 of 38] Compiling Hat.System       ( Hat/System.hs, dist/build/Hat/System.o )

Hat/System.hs:15:1: Warning:
    Module ‘System.Cmd’ is deprecated: Use "System.Process" instead
[23 of 38] Compiling Hat.Control.Monad ( Hat/Control/Monad.hs, dist/build/Hat/Control/Monad.o )
[24 of 38] Compiling Hat.Data.Maybe   ( Hat/Data/Maybe.hs, dist/build/Hat/Data/Maybe.o )
[25 of 38] Compiling Hat.Data.List    ( Hat/Data/List.hs, dist/build/Hat/Data/List.o )

Hat/Data/List.hs:79:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hnonEmptySubsequences’:
        hnonEmptySubsequences _ p = ...

Hat/Data/List.hs:115:3: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hperms’: hperms _ _ p = ...

Hat/Data/List.hs:133:11: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Data/List.hs:146:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinterleave'’: hinterleave' _ _ _ p = ...

Hat/Data/List.hs:153:11: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Data/List.hs:188:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfoldl'’: hfoldl' _ _ _ p = ...

Hat/Data/List.hs:207:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfoldl1'’: hfoldl1' _ _ p = ...
[26 of 38] Compiling Hat.System.Exit  ( Hat/System/Exit.hs, dist/build/Hat/System/Exit.o )
[27 of 38] Compiling Hat.Ix           ( Hat/Ix.hs, dist/build/Hat/Ix.o )

Hat/Ix.hs:52:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix Char’

Hat/Ix.hs:94:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix Int’

Hat/Ix.hs:134:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix Integer’

Hat/Ix.hs:175:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix Bool’

Hat/Ix.hs:217:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix Ordering’

Hat/Ix.hs:259:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix T.Tuple0’

Hat/Ix.hs:293:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix (T.Tuple2 a b)’

Hat/Ix.hs:369:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix (T.Tuple3 a1 a2 a3)’

Hat/Ix.hs:477:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix (T.Tuple4 a1 a2 a3 a4)’

Hat/Ix.hs:624:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix (T.Tuple5 a1 a2 a3 a4 a5)’

Hat/Ix.hs:834:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix (T.Tuple6 a1 a2 a3 a4 a5 a6)’

Hat/Ix.hs:1106:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple7 a1 a2 a3 a4 a5 a6 a7)’

Hat/Ix.hs:1442:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple8 a1 a2 a3 a4 a5 a6 a7 a8)’

Hat/Ix.hs:1843:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple9 a1 a2 a3 a4 a5 a6 a7 a8 a9)’

Hat/Ix.hs:2312:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple10 a1 a2 a3 a4 a5 a6 a7 a8 a9 a10)’

Hat/Ix.hs:2855:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple11 a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11)’

Hat/Ix.hs:3479:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple12 a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12)’

Hat/Ix.hs:4188:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple13 a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13)’

Hat/Ix.hs:4989:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple14 a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 a14)’

Hat/Ix.hs:5878:3: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for
      ‘Ix (T.Tuple15 a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 a14 a15)’

Hat/Ix.hs:28:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrangeSize’: hrangeSize _ p = ...

Hat/Ix.hs:59:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:68:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:85:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:101:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:110:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:125:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:141:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:150:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:166:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:182:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:191:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:208:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:224:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:233:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:250:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:266:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:275:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:286:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:300:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:308:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:316:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:338:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:356:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:376:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:386:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:394:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:402:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:433:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:458:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:484:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:494:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:502:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:510:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:520:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:567:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:599:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:631:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:641:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:649:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:657:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:667:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:685:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:764:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:803:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:841:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:851:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:859:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:867:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:877:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:895:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:918:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1022:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:1068:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:1114:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:1124:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1132:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1140:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1150:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1168:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1191:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1214:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1343:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:1397:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:1450:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:1460:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1468:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1476:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1486:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1504:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1527:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1550:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1573:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1727:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:1790:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:1851:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:1861:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1869:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1877:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1887:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1905:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1928:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1951:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1974:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:1997:131: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2176:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:2250:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:2320:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:2330:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2338:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2346:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2356:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2374:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2397:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2420:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2443:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2466:131: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2489:145: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2693:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:2779:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:2863:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:2875:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2883:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2891:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2901:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2919:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2942:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2965:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:2988:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3011:131: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3034:145: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3057:159: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3286:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:3385:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:3487:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:3499:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3507:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3515:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3525:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3543:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3566:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3589:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3612:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3635:131: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3658:145: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3681:159: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3704:173: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:3958:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:4073:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:4196:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:4211:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4219:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4227:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4237:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4255:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4278:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4301:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4324:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4347:131: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4370:145: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4393:159: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4416:173: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4439:187: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:4718:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:4852:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:4998:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:5013:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5021:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5029:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5039:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5057:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5080:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5103:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5126:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5149:131: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5172:145: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5195:159: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5218:173: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5241:187: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5264:201: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5568:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:5722:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Ix.hs:5887:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Ix.hs:5902:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5910:33: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5918:47: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5928:61: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5946:75: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5969:89: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:5992:103: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6015:117: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6038:131: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6061:145: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6084:159: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6107:173: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6130:187: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6153:201: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6176:215: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Ix.hs:6505:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Ix.hs:6689:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...
[28 of 38] Compiling Hat.IOBuiltinTypes ( Hat/IOBuiltinTypes.hs, dist/build/Hat/IOBuiltinTypes.o )

Hat/IOBuiltinTypes.hs:29:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq IOMode’

Hat/IOBuiltinTypes.hs:48:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord IOMode’

Hat/IOBuiltinTypes.hs:83:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix IOMode’

Hat/IOBuiltinTypes.hs:283:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum IOMode’

Hat/IOBuiltinTypes.hs:387:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read IOMode’

Hat/IOBuiltinTypes.hs:436:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show IOMode’

Hat/IOBuiltinTypes.hs:473:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq BufferMode’

Hat/IOBuiltinTypes.hs:490:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord BufferMode’

Hat/IOBuiltinTypes.hs:524:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read BufferMode’

Hat/IOBuiltinTypes.hs:572:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show BufferMode’

Hat/IOBuiltinTypes.hs:616:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq SeekMode’

Hat/IOBuiltinTypes.hs:633:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord SeekMode’

Hat/IOBuiltinTypes.hs:665:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix SeekMode’

Hat/IOBuiltinTypes.hs:842:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum SeekMode’

Hat/IOBuiltinTypes.hs:931:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read SeekMode’

Hat/IOBuiltinTypes.hs:970:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show SeekMode’

Hat/IOBuiltinTypes.hs:66:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:90:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/IOBuiltinTypes.hs:108:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalToEnum’:
        hlocalToEnum fv6v41v6v42n p = ...

Hat/IOBuiltinTypes.hs:117:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:122:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1localToEnum’:
        y1localToEnum fv6v41v6v42n p = ...

Hat/IOBuiltinTypes.hs:131:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:136:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2localToEnum’:
        y2localToEnum fv6v41v6v42n p = ...

Hat/IOBuiltinTypes.hs:145:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:150:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3localToEnum’: y3localToEnum _ p = ...

Hat/IOBuiltinTypes.hs:158:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:173:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:194:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/IOBuiltinTypes.hs:210:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:231:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/IOBuiltinTypes.hs:249:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:290:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/IOBuiltinTypes.hs:309:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fv6v54v6v57n p = ...

Hat/IOBuiltinTypes.hs:316:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:321:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1toEnum’: y1toEnum fv6v54v6v57n p = ...

Hat/IOBuiltinTypes.hs:328:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:333:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2toEnum’: y2toEnum fv6v54v6v57n p = ...

Hat/IOBuiltinTypes.hs:340:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:345:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3toEnum’: y3toEnum fv6v54v6v57n p = ...

Hat/IOBuiltinTypes.hs:352:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:443:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/IOBuiltinTypes.hs:510:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:579:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/IOBuiltinTypes.hs:651:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:672:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/IOBuiltinTypes.hs:690:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalToEnum’:
        hlocalToEnum fv11v41v11v42n p = ...

Hat/IOBuiltinTypes.hs:699:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:704:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1localToEnum’:
        y1localToEnum fv11v41v11v42n p = ...

Hat/IOBuiltinTypes.hs:713:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:718:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2localToEnum’: y2localToEnum _ p = ...

Hat/IOBuiltinTypes.hs:726:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:741:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:759:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/IOBuiltinTypes.hs:775:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:793:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/IOBuiltinTypes.hs:811:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/IOBuiltinTypes.hs:849:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/IOBuiltinTypes.hs:865:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fv11v54v11v57n p = ...

Hat/IOBuiltinTypes.hs:872:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:877:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1toEnum’: y1toEnum fv11v54v11v57n p = ...

Hat/IOBuiltinTypes.hs:884:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:889:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2toEnum’: y2toEnum fv11v54v11v57n p = ...

Hat/IOBuiltinTypes.hs:896:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/IOBuiltinTypes.hs:977:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...
[29 of 38] Compiling Hat.IOBuiltin    ( Hat/IOBuiltin.hs, dist/build/Hat/IOBuiltin.o )
[30 of 38] Compiling Hat.IO           ( Hat/IO.hs, dist/build/Hat/IO.o )

Hat/IO.hs:74:10: Warning:
    No explicit implementation for
      ‘|/=’
    In the instance declaration for ‘Eq Handle’

Hat/IO.hs:83:10: Warning:
    No explicit implementation for
      ‘sshow’ and ‘sshowList’
    In the instance declaration for ‘Show Handle’

Hat/IO.hs:105:10: Warning:
    No explicit implementation for
      ‘|/=’
    In the instance declaration for ‘Eq HandlePosn’

Hat/IO.hs:507:21: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v173v9v175v31v1’: v173v9v175v31v1 _ p = ...

Hat/IO.hs:537:21: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v183v10v185v32v1’: v183v10v185v32v1 _ p = ...
[31 of 38] Compiling Hat.System.Environment ( Hat/System/Environment.hs, dist/build/Hat/System/Environment.o )
[32 of 38] Compiling Hat.System.IO    ( Hat/System/IO.hs, dist/build/Hat/System/IO.o )
[33 of 38] Compiling Hat.TimeBuiltinTypes ( Hat/TimeBuiltinTypes.hs, dist/build/Hat/TimeBuiltinTypes.o )

Hat/TimeBuiltinTypes.hs:54:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Month’

Hat/TimeBuiltinTypes.hs:89:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Month’

Hat/TimeBuiltinTypes.hs:148:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Month’

Hat/TimeBuiltinTypes.hs:388:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix Month’

Hat/TimeBuiltinTypes.hs:756:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Month’

Hat/TimeBuiltinTypes.hs:902:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Month’

Hat/TimeBuiltinTypes.hs:971:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq Day’

Hat/TimeBuiltinTypes.hs:996:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Day’

Hat/TimeBuiltinTypes.hs:1040:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum Day’

Hat/TimeBuiltinTypes.hs:1205:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix Day’

Hat/TimeBuiltinTypes.hs:1457:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read Day’

Hat/TimeBuiltinTypes.hs:1539:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show Day’

Hat/TimeBuiltinTypes.hs:1642:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq CalendarTime’

Hat/TimeBuiltinTypes.hs:1731:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord CalendarTime’

Hat/TimeBuiltinTypes.hs:1892:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read CalendarTime’

Hat/TimeBuiltinTypes.hs:2371:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show CalendarTime’

Hat/TimeBuiltinTypes.hs:2664:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq TimeDiff’

Hat/TimeBuiltinTypes.hs:2703:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord TimeDiff’

Hat/TimeBuiltinTypes.hs:2781:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read TimeDiff’

Hat/TimeBuiltinTypes.hs:3030:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show TimeDiff’

Hat/TimeBuiltinTypes.hs:107:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:155:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:198:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:205:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:210:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1toEnum’: y1toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:217:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:222:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2toEnum’: y2toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:229:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:234:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3toEnum’: y3toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:241:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:246:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y4toEnum’: y4toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:253:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:258:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y5toEnum’: y5toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:265:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:270:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y6toEnum’: y6toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:277:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:282:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y7toEnum’: y7toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:289:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:294:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y8toEnum’: y8toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:301:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:306:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y9toEnum’: y9toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:313:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:318:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y10toEnum’: y10toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:325:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:330:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y11toEnum’: y11toEnum fv8v31v8v34n p = ...

Hat/TimeBuiltinTypes.hs:337:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:395:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/TimeBuiltinTypes.hs:413:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalToEnum’:
        hlocalToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:422:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:427:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1localToEnum’:
        y1localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:436:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:441:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2localToEnum’:
        y2localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:450:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:455:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3localToEnum’:
        y3localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:464:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:469:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y4localToEnum’:
        y4localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:478:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:483:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y5localToEnum’:
        y5localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:492:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:497:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y6localToEnum’:
        y6localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:506:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:511:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y7localToEnum’:
        y7localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:520:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:525:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y8localToEnum’:
        y8localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:534:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:539:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y9localToEnum’:
        y9localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:548:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:553:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y10localToEnum’:
        y10localToEnum fv8v46v8v47n p = ...

Hat/TimeBuiltinTypes.hs:562:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:567:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y11localToEnum’: y11localToEnum _ p = ...

Hat/TimeBuiltinTypes.hs:575:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:590:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:635:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/TimeBuiltinTypes.hs:651:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:696:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/TimeBuiltinTypes.hs:714:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:909:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/TimeBuiltinTypes.hs:1014:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:1047:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:1075:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fv12v31v12v34n p = ...

Hat/TimeBuiltinTypes.hs:1082:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1087:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1toEnum’: y1toEnum fv12v31v12v34n p = ...

Hat/TimeBuiltinTypes.hs:1094:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1099:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2toEnum’: y2toEnum fv12v31v12v34n p = ...

Hat/TimeBuiltinTypes.hs:1106:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1111:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3toEnum’: y3toEnum fv12v31v12v34n p = ...

Hat/TimeBuiltinTypes.hs:1118:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1123:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y4toEnum’: y4toEnum fv12v31v12v34n p = ...

Hat/TimeBuiltinTypes.hs:1130:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1135:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y5toEnum’: y5toEnum fv12v31v12v34n p = ...

Hat/TimeBuiltinTypes.hs:1142:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1147:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y6toEnum’: y6toEnum fv12v31v12v34n p = ...

Hat/TimeBuiltinTypes.hs:1154:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1212:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/TimeBuiltinTypes.hs:1229:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalToEnum’:
        hlocalToEnum fv12v46v12v47n p = ...

Hat/TimeBuiltinTypes.hs:1238:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1243:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1localToEnum’:
        y1localToEnum fv12v46v12v47n p = ...

Hat/TimeBuiltinTypes.hs:1252:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1257:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2localToEnum’:
        y2localToEnum fv12v46v12v47n p = ...

Hat/TimeBuiltinTypes.hs:1266:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1271:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3localToEnum’:
        y3localToEnum fv12v46v12v47n p = ...

Hat/TimeBuiltinTypes.hs:1280:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1285:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y4localToEnum’:
        y4localToEnum fv12v46v12v47n p = ...

Hat/TimeBuiltinTypes.hs:1294:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1299:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y5localToEnum’:
        y5localToEnum fv12v46v12v47n p = ...

Hat/TimeBuiltinTypes.hs:1308:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1313:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y6localToEnum’: y6localToEnum _ p = ...

Hat/TimeBuiltinTypes.hs:1321:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/TimeBuiltinTypes.hs:1336:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:1366:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/TimeBuiltinTypes.hs:1382:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:1412:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/TimeBuiltinTypes.hs:1430:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/TimeBuiltinTypes.hs:1546:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/TimeBuiltinTypes.hs:1649:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/TimeBuiltinTypes.hs:1738:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare fy1 fy2 p = ...

Hat/TimeBuiltinTypes.hs:2378:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/TimeBuiltinTypes.hs:2671:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*==’: *== _ _ p = ...

Hat/TimeBuiltinTypes.hs:2710:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hcompare’: hcompare fy1 fy2 p = ...

Hat/TimeBuiltinTypes.hs:3037:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...
[34 of 38] Compiling Hat.TimeBuiltin  ( Hat/TimeBuiltin.hs, dist/build/Hat/TimeBuiltin.o )
[35 of 38] Compiling Hat.Directory    ( Hat/Directory.hs, dist/build/Hat/Directory.o )

Hat/Directory.hs:27:10: Warning:
    No explicit implementation for
      ‘|/=’
    In the instance declaration for ‘Eq Permissions’

Hat/Directory.hs:37:10: Warning:
    No explicit implementation for
      ‘|<’, ‘|>’, ‘|>=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord Permissions’

Hat/Directory.hs:63:10: Warning:
    No explicit implementation for
      ‘sshow’ and ‘sshowList’
    In the instance declaration for ‘Show Permissions’
[36 of 38] Compiling Hat.Time         ( Hat/Time.hs, dist/build/Hat/Time.o )

Hat/Time.hs:41:10: Warning:
    No explicit implementation for
      ‘|<’, ‘|>’, ‘|>=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord ClockTime’

Hat/Time.hs:57:10: Warning:
    No explicit implementation for
      ‘|/=’
    In the instance declaration for ‘Eq ClockTime’
[37 of 38] Compiling Hat.Data.Char    ( Hat/Data/Char.hs, dist/build/Hat/Data/Char.o )

Hat/Data/Char.hs:186:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq GeneralCategory’

Hat/Data/Char.hs:257:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord GeneralCategory’

Hat/Data/Char.hs:370:10: Warning:
    No explicit implementation for
      ‘stoEnum’, ‘sfromEnum’, ‘senumFrom’, ‘senumFromThen’,
      ‘senumFromTo’, and ‘senumFromThenTo’
    In the instance declaration for ‘Enum GeneralCategory’

Hat/Data/Char.hs:884:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read GeneralCategory’

Hat/Data/Char.hs:1425:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show GeneralCategory’

Hat/Data/Char.hs:1542:10: Warning:
    No explicit implementation for
      ‘srange’, ‘sindex’, ‘sinRange’, and ‘srangeSize’
    In the instance declaration for ‘Ix GeneralCategory’

Hat/Data/Char.hs:275:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/Data/Char.hs:377:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfromEnum’: hfromEnum _ p = ...

Hat/Data/Char.hs:474:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘htoEnum’: htoEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:481:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:486:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1toEnum’: y1toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:493:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:498:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2toEnum’: y2toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:505:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:510:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3toEnum’: y3toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:517:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:522:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y4toEnum’: y4toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:529:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:534:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y5toEnum’: y5toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:541:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:546:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y6toEnum’: y6toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:553:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:558:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y7toEnum’: y7toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:565:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:570:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y8toEnum’: y8toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:577:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:582:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y9toEnum’: y9toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:589:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:594:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y10toEnum’: y10toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:602:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:607:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y11toEnum’: y11toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:615:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:620:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y12toEnum’: y12toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:628:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:633:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y13toEnum’: y13toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:641:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:646:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y14toEnum’: y14toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:654:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:659:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y15toEnum’: y15toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:667:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:672:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y16toEnum’: y16toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:680:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:685:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y17toEnum’: y17toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:693:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:698:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y18toEnum’: y18toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:706:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:711:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y19toEnum’: y19toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:719:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:724:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y20toEnum’: y20toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:732:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:737:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y21toEnum’: y21toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:745:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:750:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y22toEnum’: y22toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:758:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:763:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y23toEnum’: y23toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:771:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:776:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y24toEnum’: y24toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:784:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:789:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y25toEnum’: y25toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:797:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:802:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y26toEnum’: y26toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:810:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:815:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y27toEnum’: y27toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:823:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:828:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y28toEnum’: y28toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:836:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:841:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y29toEnum’: y29toEnum fv99v28v99v31n p = ...

Hat/Data/Char.hs:849:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1432:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hshowsPrec’: hshowsPrec _ _ p = ...

Hat/Data/Char.hs:1549:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hrange’: hrange _ p = ...

Hat/Data/Char.hs:1567:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalToEnum’:
        hlocalToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1576:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1581:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y1localToEnum’:
        y1localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1590:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1595:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y2localToEnum’:
        y2localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1604:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1609:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y3localToEnum’:
        y3localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1618:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1623:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y4localToEnum’:
        y4localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1632:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1637:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y5localToEnum’:
        y5localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1646:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1651:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y6localToEnum’:
        y6localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1660:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1665:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y7localToEnum’:
        y7localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1674:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1679:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y8localToEnum’:
        y8localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1688:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1693:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y9localToEnum’:
        y9localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1702:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1707:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y10localToEnum’:
        y10localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1716:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1721:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y11localToEnum’:
        y11localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1730:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1735:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y12localToEnum’:
        y12localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1744:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1749:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y13localToEnum’:
        y13localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1758:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1763:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y14localToEnum’:
        y14localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1772:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1777:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y15localToEnum’:
        y15localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1786:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1791:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y16localToEnum’:
        y16localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1800:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1805:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y17localToEnum’:
        y17localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1814:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1819:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y18localToEnum’:
        y18localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1828:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1833:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y19localToEnum’:
        y19localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1842:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1847:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y20localToEnum’:
        y20localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1856:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1861:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y21localToEnum’:
        y21localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1870:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1875:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y22localToEnum’:
        y22localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1884:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1889:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y23localToEnum’:
        y23localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1898:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1903:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y24localToEnum’:
        y24localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1912:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1917:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y25localToEnum’:
        y25localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1926:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1931:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y26localToEnum’:
        y26localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1940:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1945:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y27localToEnum’:
        y27localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1954:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1959:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y28localToEnum’:
        y28localToEnum fv99v55v99v56n p = ...

Hat/Data/Char.hs:1968:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1973:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘y29localToEnum’: y29localToEnum _ p = ...

Hat/Data/Char.hs:1981:9: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘h’: h p = ...

Hat/Data/Char.hs:1996:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/Data/Char.hs:2095:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hindex’: hindex _ _ p = ...

Hat/Data/Char.hs:2111:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...

Hat/Data/Char.hs:2210:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hinRange’: hinRange _ _ p = ...

Hat/Data/Char.hs:2228:7: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hlocalFromEnum’: hlocalFromEnum _ p = ...
[38 of 38] Compiling Hat.Array        ( Hat/Array.hs, dist/build/Hat/Array.o )

Hat/Array.hs:358:10: Warning:
    No explicit implementation for
      ‘sfmap’
    In the instance declaration for ‘Functor (Array a)’

Hat/Array.hs:372:10: Warning:
    No explicit implementation for
      ‘|==’ and ‘|/=’
    In the instance declaration for ‘Eq (Array a b)’

Hat/Array.hs:385:10: Warning:
    No explicit implementation for
      ‘scompare’, ‘|<’, ‘|>’, ‘|>=’, ‘|<=’, ‘smax’, and ‘smin’
    In the instance declaration for ‘Ord (Array a b)’

Hat/Array.hs:398:10: Warning:
    No explicit implementation for
      ‘sshowsPrec’, ‘sshow’, and ‘sshowList’
    In the instance declaration for ‘Show (Array a b)’

Hat/Array.hs:426:10: Warning:
    No explicit implementation for
      ‘sreadsPrec’
    In the instance declaration for ‘Read (Array a b)’

Hat/Array.hs:47:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:78:25: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:119:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘*!’: *! _ p = ...

Hat/Array.hs:129:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hbounds’: hbounds _ p = ...

Hat/Array.hs:158:15: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:181:15: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:220:21: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:246:21: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:274:9: Warning:
    Pattern match(es) are overlapped
    In a case alternative: _ -> ...

Hat/Array.hs:314:21: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:347:19: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:365:5: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘hfmap’: hfmap _ _ p = ...

Hat/Array.hs:470:41: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...

Hat/Array.hs:479:55: Warning:
    Pattern match(es) are overlapped
    In an equation for ‘v0v0v0v0v1’: v0v0v0v0v1 _ p = ...
In-place registering hat-2.7.0.11...
Preprocessing executable 'hat-trans' for hat-2.7.0.11...
[ 1 of 45] Compiling Reduce           ( compiler98/Reduce.hs, dist/build/hat-trans/hat-trans-tmp/Reduce.o )
[ 2 of 45] Compiling MergeSort        ( compiler98/MergeSort.hs, dist/build/hat-trans/hat-trans-tmp/MergeSort.o )
[ 3 of 45] Compiling PrettyLib        ( compiler98/PrettyLib.hs, dist/build/hat-trans/hat-trans-tmp/PrettyLib.o )
[ 4 of 45] Compiling OsOnly           ( compiler98/OsOnly.hs, dist/build/hat-trans/hat-trans-tmp/OsOnly.o )
[ 5 of 45] Compiling Tree234          ( compiler98/Tree234.hs, dist/build/hat-trans/hat-trans-tmp/Tree234.o )
[ 6 of 45] Compiling SysDeps          ( compiler98/SysDeps.hs, dist/build/hat-trans/hat-trans-tmp/SysDeps.o )
[ 7 of 45] Compiling HbcOnly          ( compiler98/HbcOnly.hs, dist/build/hat-trans/hat-trans-tmp/HbcOnly.o )
[ 8 of 45] Compiling Paths_hat        ( dist/build/autogen/Paths_hat.hs, dist/build/hat-trans/hat-trans-tmp/Paths_hat.o )
[ 9 of 45] Compiling Unlit            ( compiler98/Unlit.hs, dist/build/hat-trans/hat-trans-tmp/Unlit.o )
[10 of 45] Compiling Id               ( compiler98/Id.hs, dist/build/hat-trans/hat-trans-tmp/Id.o )
[11 of 45] Compiling IdKind           ( compiler98/IdKind.hs, dist/build/hat-trans/hat-trans-tmp/IdKind.o )
[12 of 45] Compiling Flags            ( trans/Flags.hs, dist/build/hat-trans/hat-trans-tmp/Flags.o )
[13 of 45] Compiling AssocTree        ( compiler98/AssocTree.hs, dist/build/hat-trans/hat-trans-tmp/AssocTree.o )
[14 of 45] Compiling Extra            ( compiler98/Extra.hs, dist/build/hat-trans/hat-trans-tmp/Extra.o )

compiler98/Extra.hs:289:3: Not in scope: ‘catch’
Failed to install hat-2.7.0.11
cabal: Error: some packages failed to install:
hat-2.7.0.11 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.