144.17 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:66:33: warning : [ GHC-68441 ] [ -Wdeprecations ]
144.17 s
[authenticate-oauth] In the use of ‘withManager’
144.17 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
144.17 s
[authenticate-oauth] Deprecated: "Use newManager instead"
144.17 s
[authenticate-oauth] |
144.17 s
[authenticate-oauth] 66 | getAccessToken oa cr = liftIO $ withManager defaultManagerSettings $ OA.getAccessToken oa cr
144.17 s
[authenticate-oauth] | ^^^^^^^^^^^
144.17 s
[authenticate-oauth]
144.17 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:75:40: warning : [ GHC-68441 ] [ -Wdeprecations ]
144.17 s
[authenticate-oauth] In the use of ‘withManager’
144.17 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
144.17 s
[authenticate-oauth] Deprecated: "Use newManager instead"
144.17 s
[authenticate-oauth] |
144.17 s
[authenticate-oauth] 75 | getAccessTokenProxy p oa cr = liftIO $ withManager defaultManagerSettings $ OA.getAccessTokenProxy p oa cr
144.17 s
[authenticate-oauth] | ^^^^^^^^^^^
144.17 s
[authenticate-oauth]
144.17 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:82:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
144.17 s
[authenticate-oauth] In the use of ‘withManager’
144.17 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
144.17 s
[authenticate-oauth] Deprecated: "Use newManager instead"
144.17 s
[authenticate-oauth] |
144.17 s
[authenticate-oauth] 82 | getAccessToken' hook oa cr = liftIO $ withManager defaultManagerSettings $ OA.getAccessToken' hook oa cr
144.17 s
[authenticate-oauth] | ^^^^^^^^^^^
144.17 s
[authenticate-oauth] Phase: checkPhase
144.17 s
[authenticate-oauth] Package has no test suites.
144.17 s
[authenticate-oauth] Phase: haddockPhase
144.17 s
[authenticate-oauth] Preprocessing library for authenticate-oauth-1.7..
144.17 s
[authenticate-oauth] Running Haddock on library for authenticate-oauth-1.7..
144.17 s
[authenticate-oauth] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
144.17 s
[authenticate-oauth] Warning: 'getAcessToken' is out of scope.
144.17 s
[authenticate-oauth] If you qualify the identifier, haddock can try to link it anyway.
144.17 s
[authenticate-oauth] Warning: 'authorizeZUrl'' is out of scope.
144.17 s
[getopt-generics] [ 1 of 12] Compiling Paths_getopt_generics ( dist/build/autogen/Paths_getopt_generics.hs, dist/build/Paths_getopt_generics.o, dist/build/Paths_getopt_generics.dyn_o )
144.17 s
[getopt-generics] [ 2 of 12] Compiling WithCli.Argument ( src/WithCli/Argument.hs, dist/build/WithCli/Argument.o, dist/build/WithCli/Argument.dyn_o )
144.18 s
[getopt-generics] [ 3 of 12] Compiling WithCli.Flag ( src/WithCli/Flag.hs, dist/build/WithCli/Flag.o, dist/build/WithCli/Flag.dyn_o )
144.18 s
[getopt-generics]
144.18 s
[getopt-generics] src/WithCli/Flag.hs:9:1: warning : [ -Wunused-imports ]
144.18 s
[getopt-generics] The import of ‘Data.List’ is redundant
144.18 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
144.18 s
[getopt-generics] To import instances alone, use: import Data.List()
144.18 s
[getopt-generics] |
144.18 s
[getopt-generics] 9 | import Data.List
144.18 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
144.18 s
[getopt-generics] [ 4 of 12] Compiling WithCli.Modifier.Types ( src/WithCli/Modifier/Types.hs, dist/build/WithCli/Modifier/Types.o, dist/build/WithCli/Modifier/Types.dyn_o )
144.18 s
[getopt-generics] [ 5 of 12] Compiling WithCli.Normalize ( src/WithCli/Normalize.hs, dist/build/WithCli/Normalize.o, dist/build/WithCli/Normalize.dyn_o )
144.18 s
[getopt-generics] [ 6 of 12] Compiling WithCli.Result ( src/WithCli/Result.hs, dist/build/WithCli/Result.o, dist/build/WithCli/Result.dyn_o )
144.18 s
[getopt-generics] [ 7 of 12] Compiling WithCli.Parser ( src/WithCli/Parser.hs, dist/build/WithCli/Parser.o, dist/build/WithCli/Parser.dyn_o )
144.18 s
[getopt-generics] [ 8 of 12] Compiling WithCli.Modifier ( src/WithCli/Modifier.hs, dist/build/WithCli/Modifier.o, dist/build/WithCli/Modifier.dyn_o )
144.18 s
[getopt-generics]
144.18 s
[getopt-generics] src/WithCli/Modifier.hs:28:1: warning : [ -Wunused-imports ]
144.18 s
[getopt-generics] The import of ‘Data.List’ is redundant
144.18 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
144.18 s
[getopt-generics] To import instances alone, use: import Data.List()
144.18 s
[getopt-generics] |
144.18 s
[getopt-generics] 28 | import Data.List (foldl')
144.18 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144.18 s
[getopt-generics] [ 9 of 12] Compiling WithCli.HasArguments ( src/WithCli/HasArguments.hs, dist/build/WithCli/HasArguments.o, dist/build/WithCli/HasArguments.dyn_o )
144.18 s
[getopt-generics]
144.18 s
[getopt-generics] src/WithCli/HasArguments.hs:30:1: warning : [ -Wunused-imports ]
144.18 s
[getopt-generics] The import of ‘Data.List.Compat’ is redundant
144.18 s
[getopt-generics] except perhaps to import instances from ‘Data.List.Compat’
144.18 s
[getopt-generics] To import instances alone, use: import Data.List.Compat()
144.18 s
[getopt-generics] |
144.18 s
[getopt-generics] 30 | import Data.List.Compat
144.18 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144.18 s
[getopt-generics]
144.18 s
[getopt-generics] src/WithCli/HasArguments.hs:175:38: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
144.18 s
[getopt-generics] Pattern match(es) are non-exhaustive
144.18 s
[getopt-generics] In a lambda abstraction:
144.18 s
[getopt-generics] Patterns of type ‘[String]’ not matched: []
144.18 s
[getopt-generics] |
144.18 s
[getopt-generics] 175 | [NonOptionsParser typ False (\ (s : r) -> fmap ((, r) . const . Just) $ parseArgumentResult Nothing s )],
144.18 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144.18 s
[getopt-generics]
144.18 s
[getopt-generics] src/WithCli/HasArguments.hs:262:39: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
144.18 s
[getopt-generics] Pattern match(es) are non-exhaustive
144.18 s
[getopt-generics] In a lambda abstraction:
144.18 s
[getopt-generics] Patterns of type ‘[String]’ not matched: []
144.18 s
[getopt-generics] |
144.18 s
[getopt-generics] 262 | (NonOptionsParser "BOOL" False (\ (s : r) -> (, r) <$> maybe (parseError "BOOL" Nothing s) (return . const . Just) (parseBool s) )),
144.18 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
144.18 s
[openapi3] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
144.18 s
[openapi3] include template-haskell-2.20.0.0
144.18 s
[openapi3] include text-2.0.2
144.18 s
[openapi3] include time-1.12.2
144.18 s
[openapi3] include transformers-0.6.1.0
144.18 s
[openapi3] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
144.18 s
[openapi3] include uuid-types-1.0.6-7gd88fgJIsD4NjBUsU0Bzn
144.18 s
[openapi3] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
144.18 s
[openapi3] component openapi3-3.2.4-4AoUBMepuMwDaIWYidP7lQ-example
144.18 s
[openapi3] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
144.18 s
[openapi3] include base-4.18.3.0
144.18 s
[openapi3] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
144.18 s
[openapi3] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
144.18 s
[openapi3] include text-2.0.2
144.18 s
[openapi3] component openapi3-3.2.4-2cJF1svUPGmAn8DPBVSb5a-doctests
144.18 s
[openapi3] include Glob-0.10.2-EGa2FuRY8w2pVd2aBJZIy
144.18 s
[openapi3] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
144.18 s
[openapi3] include base-4.18.3.0
144.18 s
[openapi3] include doctest-0.24.2-7YxPr6lrdwiBMDK2pmizgF
144.18 s
[openapi3] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
144.18 s
[openapi3] component openapi3-3.2.4-J4YJ4js3BAg8DM2KanmxMU-spec
144.18 s
[openapi3] include HUnit-1.6.2.0-F2z2OfQMKSyFedMgK10LEy
144.18 s
[openapi3] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
144.18 s
[openapi3] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
144.18 s
[openapi3] include base-4.18.3.0
144.18 s
[openapi3] include base-compat-batteries-0.14.1-1myD7PmrM7S5HPZ53QvcO4
144.18 s
[openapi3] include bytestring-0.11.5.4
144.18 s
[openapi3] include containers-0.6.7
144.18 s
[openapi3] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
144.18 s
[openapi3] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
144.18 s
[openapi3] include insert-ordered-containers-0.2.7-5aeZcV1XcJLKU3bYr9lfKl
144.18 s
[openapi3] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
144.18 s
[openapi3] include mtl-2.3.1
144.18 s
[openapi3] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
144.18 s
[openapi3] include quickcheck-instances-0.3.33-FVVqg59kBqgEZGRoc8T9zG
144.18 s
[openapi3] include template-haskell-2.20.0.0
144.18 s
[openapi3] include text-2.0.2
144.18 s
[openapi3] include time-1.12.2
144.18 s
[openapi3] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
144.18 s
[openapi3] include utf8-string-1.0.2-3EiuIc1Bet1EpLqRIo7gdZ
144.19 s
[openapi3] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
144.19 s
[openapi3] Linked component graph:
144.19 s
[openapi3] unit openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
144.19 s
[openapi3] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
144.19 s
[openapi3] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
144.19 s
[openapi3] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
144.19 s
[openapi3] include base-4.18.3.0
144.19 s
[openapi3] include base-compat-batteries-0.14.1-1myD7PmrM7S5HPZ53QvcO4
144.19 s
[openapi3] include bytestring-0.11.5.4
144.19 s
[openapi3] include containers-0.6.7
144.19 s
[openapi3] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
144.19 s
[openapi3] include generics-sop-0.5.1.4-FSTMWI3KY4OCCc2wiMHZuk
144.19 s
[openapi3] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
144.19 s
[openapi3] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
144.19 s
[openapi3] include insert-ordered-containers-0.2.7-5aeZcV1XcJLKU3bYr9lfKl
144.19 s
[openapi3] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
144.19 s
[openapi3] include mtl-2.3.1
144.19 s
[openapi3] include optics-core-0.4.1.1-LbcF5Zml4ZbFkubyMrH9Rd
144.19 s
[openapi3] include optics-th-0.4.1-57Unh2NFt4yJr5O2RYMfRI
144.19 s
[openapi3] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
144.19 s
[openapi3] include template-haskell-2.20.0.0
144.19 s
[openapi3] include text-2.0.2
144.19 s
[openapi3] include time-1.12.2
144.19 s
[openapi3] include transformers-0.6.1.0
144.19 s
[openapi3] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
144.19 s
[openapi3] include uuid-types-1.0.6-7gd88fgJIsD4NjBUsU0Bzn
144.19 s
[openapi3] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
144.19 s
[servant] Servant.API=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API,Servant.API.Alternative=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Alternative,Servant.API.BasicAuth=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.BasicAuth,Servant.API.Capture=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Capture,Servant.API.ContentTypes=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.ContentTypes,Servant.API.Description=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Description,Servant.API.Empty=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Empty,Servant.API.Experimental.Auth=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Experimental.Auth,Servant.API.Fragment=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Fragment,Servant.API.Generic=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Generic,Servant.API.Header=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Header,Servant.API.Host=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Host,Servant.API.HttpVersion=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.HttpVersion,Servant.API.IsSecure=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.IsSecure,Servant.API.Modifiers=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Modifiers,Servant.API.MultiVerb=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.MultiVerb,Servant.API.NamedRoutes=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.NamedRoutes,Servant.API.QueryParam=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.QueryParam,Servant.API.QueryString=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.QueryString,Servant.API.Range=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Range,Servant.API.Raw=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Raw,Servant.API.RemoteHost=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.RemoteHost,Servant.API.ReqBody=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.ReqBody,Servant.API.ResponseHeaders=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.ResponseHeaders,Servant.API.ServerSentEvents=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.ServerSentEvents,Servant.API.Status=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Status,Servant.API.Stream=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Stream,Servant.API.Sub=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Sub,Servant.API.TypeErrors=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.TypeErrors,Servant.API.TypeLevel=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.TypeLevel,Servant.API.TypeLevel.List=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.TypeLevel.List,Servant.API.UVerb=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.UVerb,Servant.API.UVerb.Union=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.UVerb.Union,Servant.API.Vault=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Vault,Servant.API.Verbs=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.Verbs,Servant.API.WithNamedContext=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.WithNamedContext,Servant.API.WithResource=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.API.WithResource,Servant.Links=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.Links,Servant.Test.ComprehensiveAPI=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.Test.ComprehensiveAPI,Servant.Types.Internal.Response=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.Types.Internal.Response,Servant.Types.SourceT=servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm:Servant.Types.SourceT
144.19 s
[servant] unit servant-0.20.3.0-FbhkTfg5Nk39FrBe4rRI9c-spec
144.19 s
[servant] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
144.19 s
[servant] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
144.19 s
[servant] include base-4.18.3.0
144.19 s
[servant] include bytestring-0.11.5.4
144.19 s
[servant] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
144.19 s
[servant] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
144.19 s
[servant] include mtl-2.3.1
144.19 s
[servant] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
144.19 s
[servant] include quickcheck-instances-0.3.33-FVVqg59kBqgEZGRoc8T9zG
144.19 s
[servant] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
144.19 s
[servant] include text-2.0.2
144.19 s
[servant] Ready component graph:
144.19 s
[servant] definite servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
144.19 s
[servant] depends QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
144.19 s
[servant] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
144.19 s
[servant] depends attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
144.19 s
[servant] depends base-4.18.3.0
144.19 s
[servant] depends bifunctors-5.6.2-HpZNaNyfEWRCoI5c9frgJl
144.19 s
[servant] depends bytestring-0.11.5.4
144.19 s
[servant] depends case-insensitive-1.2.1.0-GWWJ6ZWVp6tA7ngBCihzBU
144.19 s
[servant] depends constraints-0.14.2-LmcQM59sK5Nr08buTS5j
144.19 s
[servant] depends containers-0.6.7
144.19 s
[servant] depends deepseq-1.4.8.1
144.19 s
[servant] depends generics-sop-0.5.1.4-FSTMWI3KY4OCCc2wiMHZuk
144.19 s
[servant] depends http-api-data-0.6.2-45Zkhw2CuJFuJaLVaFGNo
144.19 s
[servant] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
144.19 s
[servant] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
144.19 s
[servant] depends mmorph-1.2.1-I2aM41LLh4IKelvS2bO760
144.19 s
[servant] depends mtl-2.3.1
144.19 s
[servant] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
144.19 s
[servant] depends singleton-bool-0.1.8-DjKja3azLpCDrS02oE9wBd
144.19 s
[servant] depends sop-core-0.5.0.2-F6sixuCp94eIP0L3V48dy0
144.19 s
[servant] depends text-2.0.2
144.19 s
[servant] depends transformers-0.6.1.0
144.19 s
[servant] depends vault-0.3.1.5-5JjvDFE1is6ERLfsGfjnTb
144.19 s
[lens-regex-pcre] include pcre-heavy-1.0.0.4-8Wi6C0j6flp56f1AQ8BvQ
144.19 s
[lens-regex-pcre] include pcre-light-0.4.1.3-ES1dfzuwODUFoQcpwt5d5L
144.19 s
[lens-regex-pcre] include template-haskell-2.20.0.0
144.19 s
[lens-regex-pcre] include text-2.0.2
144.19 s
[lens-regex-pcre] Linked component graph:
144.19 s
[lens-regex-pcre] unit lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
144.19 s
[lens-regex-pcre] include base-4.18.3.0
144.19 s
[lens-regex-pcre] include bytestring-0.11.5.4
144.19 s
[lens-regex-pcre] include containers-0.6.7
144.19 s
[lens-regex-pcre] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
144.19 s
[lens-regex-pcre] include pcre-heavy-1.0.0.4-8Wi6C0j6flp56f1AQ8BvQ
144.19 s
[lens-regex-pcre] include pcre-light-0.4.1.3-ES1dfzuwODUFoQcpwt5d5L
144.19 s
[lens-regex-pcre] include template-haskell-2.20.0.0
144.19 s
[lens-regex-pcre] include text-2.0.2
144.19 s
[lens-regex-pcre] Control.Lens.Regex.ByteString=lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km:Control.Lens.Regex.ByteString,Control.Lens.Regex.Text=lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km:Control.Lens.Regex.Text
144.19 s
[lens-regex-pcre] unit lens-regex-pcre-1.1.2.0-EGhemhBLQzNF03P6SXUe40-lens-regex-pcre-test
144.19 s
[lens-regex-pcre] include base-4.18.3.0
144.19 s
[lens-regex-pcre] include bytestring-0.11.5.4
144.19 s
[lens-regex-pcre] include containers-0.6.7
144.20 s
[lens-regex-pcre] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
144.20 s
[lens-regex-pcre] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
144.20 s
[lens-regex-pcre] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
144.20 s
[lens-regex-pcre] include pcre-heavy-1.0.0.4-8Wi6C0j6flp56f1AQ8BvQ
144.20 s
[lens-regex-pcre] include pcre-light-0.4.1.3-ES1dfzuwODUFoQcpwt5d5L
144.20 s
[lens-regex-pcre] include template-haskell-2.20.0.0
144.20 s
[lens-regex-pcre] include text-2.0.2
144.20 s
[lens-regex-pcre] Ready component graph:
144.20 s
[lens-regex-pcre] definite lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
144.20 s
[lens-regex-pcre] depends base-4.18.3.0
144.20 s
[lens-regex-pcre] depends bytestring-0.11.5.4
144.20 s
[lens-regex-pcre] depends containers-0.6.7
144.20 s
[lens-regex-pcre] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
144.20 s
[lens-regex-pcre] depends pcre-heavy-1.0.0.4-8Wi6C0j6flp56f1AQ8BvQ
144.20 s
[lens-regex-pcre] depends pcre-light-0.4.1.3-ES1dfzuwODUFoQcpwt5d5L
144.20 s
[lens-regex-pcre] depends template-haskell-2.20.0.0
144.20 s
[lens-regex-pcre] depends text-2.0.2
144.20 s
[lens-regex-pcre] definite lens-regex-pcre-1.1.2.0-EGhemhBLQzNF03P6SXUe40-lens-regex-pcre-test
144.20 s
[lens-regex-pcre] depends base-4.18.3.0
144.20 s
[lens-regex-pcre] depends bytestring-0.11.5.4
144.20 s
[lens-regex-pcre] depends containers-0.6.7
144.20 s
[lens-regex-pcre] depends hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
144.20 s
[lens-regex-pcre] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
144.20 s
[lens-regex-pcre] depends lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
144.20 s
[lens-regex-pcre] depends pcre-heavy-1.0.0.4-8Wi6C0j6flp56f1AQ8BvQ
144.20 s
[lens-regex-pcre] depends pcre-light-0.4.1.3-ES1dfzuwODUFoQcpwt5d5L
144.20 s
[lens-regex-pcre] depends template-haskell-2.20.0.0
144.20 s
[lens-regex-pcre] depends text-2.0.2
144.20 s
[lens-regex-pcre] Using Cabal-3.10.3.0 compiled by ghc-9.6
144.20 s
[lens-regex-pcre] Using compiler: ghc-9.6.7
144.20 s
[lens-regex-pcre] Using install prefix:
144.20 s
[lens-regex-pcre] /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0
144.20 s
[lens-regex-pcre] Executables installed in:
144.20 s
[lens-regex-pcre] /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/bin
144.20 s
[lens-regex-pcre] Libraries installed in:
144.20 s
[lens-regex-pcre] /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
144.20 s
[lens-regex-pcre] Dynamic Libraries installed in:
144.20 s
[lens-regex-pcre] /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
144.20 s
[lens-regex-pcre] Private executables installed in:
144.20 s
[lens-regex-pcre] /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/libexec/x86_64-linux-ghc-9.6.7/lens-regex-pcre-1.1.2.0
144.20 s
[lens-regex-pcre] Data files installed in:
144.20 s
[lens-regex-pcre] /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/share/x86_64-linux-ghc-9.6.7/lens-regex-pcre-1.1.2.0
144.20 s
[lens-regex-pcre] Documentation installed in:
144.20 s
[lens-regex-pcre] /nix/store/qxc56zpvi2j1zxpn3w6bqf7774wdsvgq-lens-regex-pcre-1.1.2.0-doc/share/doc/lens-regex-pcre-1.1.2.0
144.20 s
[lens-regex-pcre] Configuration files installed in:
144.20 s
[lens-regex-pcre] /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/etc
144.20 s
[lens-regex-pcre] No alex found
144.20 s
[lens-regex-pcre] Using ar found on system at:
144.20 s
[lens-regex-pcre] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
144.20 s
[lens-regex-pcre] No c2hs found
144.20 s
[lens-regex-pcre] No cpphs found
144.20 s
[lens-regex-pcre] No doctest found
144.20 s
[lens-regex-pcre] Using gcc version 14.3.0 given by user at:
144.20 s
[lens-regex-pcre] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
144.20 s
[lens-regex-pcre] Using ghc version 9.6.7 found on system at:
144.20 s
[lens-regex-pcre] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
144.20 s
[lens-regex-pcre] Using ghc-pkg version 9.6.7 found on system at:
144.20 s
[lens-regex-pcre] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
144.20 s
[lens-regex-pcre] No ghcjs found
144.20 s
[lens-regex-pcre] No ghcjs-pkg found
144.20 s
[lens-regex-pcre] No greencard found
144.20 s
[lens-regex-pcre] Using haddock version 2.29.2 found on system at:
144.20 s
[lens-regex-pcre] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
144.20 s
[lens-regex-pcre] No happy found
144.20 s
[cryptostore] Phase: setupCompilerEnvironmentPhase
144.20 s
[cryptostore] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
144.20 s
[cryptostore] Phase: unpackPhase
144.20 s
[cryptostore] unpacking source archive /nix/store/hsnsww5bvzbi2z9ph0x3xh44jymnjicm-cryptostore-0.4.0.0.tar.gz
144.20 s
[cryptostore] source root is cryptostore-0.4.0.0
144.20 s
[cryptostore] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "cryptostore-0.4.0.0/tests/X509/Tests.hs"
144.20 s
[cryptostore] Phase: patchPhase
144.20 s
[cryptostore] Phase: compileBuildDriverPhase
144.20 s
[cryptostore] setupCompileFlags: -package-db=/build/tmp.VkRmEFLdJ1/setup-package.conf.d -threaded
144.20 s
[cryptostore] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.VkRmEFLdJ1/Main.o )
144.20 s
[cryptostore] [2 of 2] Linking Setup
144.21 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/6as5c70ckxina2l29bcmvi9dvch3nia2-autodocodec-0.5.0.0-doc /nix/store/hyah7mp1sp6157z3mhqdppv7x8b4l7zd-autodocodec-0.5.0.0
144.30 s
[post-build-hook] copying 2 paths...
144.30 s
[post-build-hook] copying path '/nix/store/6as5c70ckxina2l29bcmvi9dvch3nia2-autodocodec-0.5.0.0-doc' to 'https://cache.staging.nix-ci.com'...
145.05 s
[post-build-hook] copying path '/nix/store/hyah7mp1sp6157z3mhqdppv7x8b4l7zd-autodocodec-0.5.0.0' to 'https://cache.staging.nix-ci.com'...
147.35 s
[post-build-hook] copying 1 paths...
147.36 s
[post-build-hook] copying path '/nix/store/3c2g0mhqwjvvrcl2mknw9jbp6mdznlmy-autodocodec-0.5.0.0.drv' to 'https://cache.staging.nix-ci.com'...
147.70 s
Progress: 31 of 72 built (10 building)
147.78 s
Building autodocodec-schema
147.78 s
[cborg] same offsets with all 2-splits: OK
147.78 s
[cborg] +++ OK, passed 100 tests.
147.78 s
[cborg] same offsets with all 3-splits: OK (0.06s)
147.78 s
[cborg] +++ OK, passed 100 tests.
147.78 s
[cborg] Boundary checks
147.78 s
[cborg] Word: OK
147.78 s
[cborg] +++ OK, passed 1000 tests (100.0% "inside").
147.78 s
[cborg] Word (canonical): OK
147.78 s
[cborg] +++ OK, passed 1000 tests (100.0% "inside").
147.78 s
[cborg] Word8: OK
147.78 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 70.7% "outside"
147.79 s
[cborg] 29.3% "inside"
147.79 s
[cborg] Word8 (canonical): OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 69.9% "outside"
147.79 s
[cborg] 30.1% "inside"
147.79 s
[cborg] Word16: OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 64.4% "outside"
147.79 s
[cborg] 35.6% "inside"
147.79 s
[cborg] Word16 (canonical): OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 65.1% "outside"
147.79 s
[cborg] 34.9% "inside"
147.79 s
[cborg] Word32: OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 50.7% "outside"
147.79 s
[cborg] 49.3% "inside"
147.79 s
[cborg] Word32 (canonical): OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 50.4% "outside"
147.79 s
[cborg] 49.6% "inside"
147.79 s
[cborg] Word64: OK
147.79 s
[cborg] +++ OK, passed 1000 tests (100.0% "inside").
147.79 s
[cborg] Word64 (canonical): OK
147.79 s
[cborg] +++ OK, passed 1000 tests (100.0% "inside").
147.79 s
[cborg] Int: OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 53.6% "inside"
147.79 s
[cborg] 46.4% "outside"
147.79 s
[cborg] Int (canonical): OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 55.0% "inside"
147.79 s
[cborg] 45.0% "outside"
147.79 s
[cborg] Int8: OK
147.79 s
[cborg] +++ OK, passed 1000 tests:
147.79 s
[cborg] 71.8% "outside"
147.79 s
[cborg] 28.2% "inside"
147.79 s
[cborg] Int8 (canonical): OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 71.5% "outside"
147.80 s
[cborg] 28.5% "inside"
147.80 s
[cborg] Int16: OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 64.2% "outside"
147.80 s
[cborg] 35.8% "inside"
147.80 s
[cborg] Int16 (canonical): OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 64.8% "outside"
147.80 s
[cborg] 35.2% "inside"
147.80 s
[cborg] Int32: OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 51.9% "outside"
147.80 s
[cborg] 48.1% "inside"
147.80 s
[cborg] Int32 (canonical): OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 53.1% "outside"
147.80 s
[cborg] 46.9% "inside"
147.80 s
[cborg] Int64: OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 54.9% "inside"
147.80 s
[cborg] 45.1% "outside"
147.80 s
[cborg] Int64 (canonical): OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 53.6% "inside"
147.80 s
[cborg] 46.4% "outside"
147.80 s
[cborg] ListLen: OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 81.0% "inside"
147.80 s
[cborg] 19.0% "outside"
147.80 s
[cborg] ListLen (canonical): OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 85.5% "inside"
147.80 s
[cborg] 14.5% "outside"
147.80 s
[cborg] MapLen: OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 85.1% "inside"
147.80 s
[cborg] 14.9% "outside"
147.80 s
[cborg] MapLen (canonical): OK
147.80 s
[cborg] +++ OK, passed 1000 tests:
147.80 s
[cborg] 85.9% "inside"
147.80 s
[cborg] 14.1% "outside"
147.80 s
[cborg] String: OK
147.80 s
[cborg] +++ OK, passed 1000 tests.
147.80 s
[github-webhooks] shrinking RPATHs of ELF executables and libraries in /nix/store/9i6pyvxym040pi3h6hn3nnv2swbkwam9-github-webhooks-0.18.0-doc
147.80 s
[github-webhooks] checking for references to /build/ in /nix/store/9i6pyvxym040pi3h6hn3nnv2swbkwam9-github-webhooks-0.18.0-doc...
147.80 s
[github-webhooks] patching script interpreter paths in /nix/store/9i6pyvxym040pi3h6hn3nnv2swbkwam9-github-webhooks-0.18.0-doc
147.80 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.80 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:355:3-79)
147.80 s
[jose] |
147.80 s
[jose] 108 | params (JWEHeader alg enc zip' jku jwk kid x5u x5c x5t x5tS256 typ cty crit) =
147.81 s
[jose] | ^^^
147.81 s
[jose]
147.81 s
[jose] src/Crypto/JOSE/JWE.hs:108:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
147.81 s
[jose] This binding for ‘x5t’ shadows the existing binding
147.81 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.81 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:358:3-61)
147.81 s
[jose] |
147.81 s
[jose] 108 | params (JWEHeader alg enc zip' jku jwk kid x5u x5c x5t x5tS256 typ cty crit) =
147.81 s
[jose] | ^^^
147.81 s
[jose]
147.81 s
[jose] src/Crypto/JOSE/JWE.hs:108:58: warning : [ GHC-63397 ] [ -Wname-shadowing ]
147.81 s
[jose] This binding for ‘x5tS256’ shadows the existing binding
147.81 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.81 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:361:3-67)
147.81 s
[jose] |
147.81 s
[jose] 108 | params (JWEHeader alg enc zip' jku jwk kid x5u x5c x5t x5tS256 typ cty crit) =
147.81 s
[jose] | ^^^^^^^
147.81 s
[jose]
147.81 s
[jose] src/Crypto/JOSE/JWE.hs:108:66: warning : [ GHC-63397 ] [ -Wname-shadowing ]
147.81 s
[jose] This binding for ‘typ’ shadows the existing binding
147.81 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.81 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:364:3-51)
147.81 s
[jose] |
147.81 s
[jose] 108 | params (JWEHeader alg enc zip' jku jwk kid x5u x5c x5t x5tS256 typ cty crit) =
147.81 s
[jose] | ^^^
147.81 s
[jose]
147.81 s
[jose] src/Crypto/JOSE/JWE.hs:108:70: warning : [ GHC-63397 ] [ -Wname-shadowing ]
147.81 s
[jose] This binding for ‘cty’ shadows the existing binding
147.81 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.81 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:367:3-51)
147.81 s
[jose] |
147.81 s
[jose] 108 | params (JWEHeader alg enc zip' jku jwk kid x5u x5c x5t x5tS256 typ cty crit) =
147.81 s
[jose] | ^^^
147.81 s
[jose]
147.81 s
[jose] src/Crypto/JOSE/JWE.hs:108:74: warning : [ GHC-63397 ] [ -Wname-shadowing ]
147.81 s
[jose] This binding for ‘crit’ shadows the existing binding
147.81 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.81 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:370:3-47)
147.81 s
[jose] |
147.81 s
[jose] 108 | params (JWEHeader alg enc zip' jku jwk kid x5u x5c x5t x5tS256 typ cty crit ) =
147.81 s
[jose] | ^^^^
147.81 s
[jose]
147.81 s
[jose] src/Crypto/JOSE/JWE.hs:183:1: warning : [ -Wunused-top-binds ]
147.81 s
[jose] Defined but not used: ‘wrap’
147.81 s
[jose] |
147.81 s
[jose] 183 | wrap alg@RSA_OAEP (RSAKeyMaterial k) m = bimap RSAError (alg,) <$>
147.81 s
[jose] | ^^^^
147.81 s
[jose]
147.81 s
[jose] src/Crypto/JOSE/JWE.hs:183:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
147.81 s
[authenticate-oauth] If you qualify the identifier, haddock can try to link it anyway.
147.81 s
[authenticate-oauth] 86% ( 52 / 60) in 'Web.Authenticate.OAuth'
147.81 s
[authenticate-oauth] Missing documentation for:
147.81 s
[authenticate-oauth] Module header
147.81 s
[authenticate-oauth] OAuthVersion (Web/Authenticate/OAuth.hs:109)
147.81 s
[authenticate-oauth] OAuthException (Web/Authenticate/OAuth.hs:144)
147.81 s
[authenticate-oauth] getTemporaryCredential' (Web/Authenticate/OAuth.hs:409)
147.81 s
[authenticate-oauth] getAccessToken' (Web/Authenticate/OAuth.hs:477)
147.81 s
[authenticate-oauth] getAccessTokenWith (Web/Authenticate/OAuth.hs:497)
147.81 s
[authenticate-oauth] addScope (Web/Authenticate/OAuth.hs:628)
147.81 s
[authenticate-oauth] addMaybeProxy (Web/Authenticate/OAuth.hs:638)
147.81 s
[authenticate-oauth]
147.81 s
[authenticate-oauth] Web/Authenticate/OAuth.hs:415:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.81 s
[authenticate-oauth] In the use of ‘parseUrl’
147.81 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Request):
147.81 s
[authenticate-oauth] Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead"
147.81 s
[authenticate-oauth] |
147.81 s
[authenticate-oauth] 415 | let req = fromJust $ parseUrl $ oauthRequestUri oa
147.81 s
[authenticate-oauth] | ^^^^^^^^
147.81 s
[authenticate-oauth]
147.81 s
[authenticate-oauth] Web/Authenticate/OAuth.hs:502:34: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.81 s
[authenticate-oauth] In the use of ‘parseUrl’
147.81 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Request):
147.81 s
[authenticate-oauth] Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead"
147.81 s
[authenticate-oauth] |
147.81 s
[authenticate-oauth] 502 | let req = hook (fromJust $ parseUrl $ oauthAccessTokenUri oa) { method = "POST" }
147.81 s
[authenticate-oauth] | ^^^^^^^^
147.81 s
[authenticate-oauth] Warning: 'runResourceT' is out of scope.
147.81 s
[authenticate-oauth] If you qualify the identifier, haddock can try to link it anyway.
147.81 s
[authenticate-oauth] 80% ( 28 / 35) in 'Web.Authenticate.OAuth.IO'
147.81 s
[authenticate-oauth] Missing documentation for:
147.81 s
[authenticate-oauth] OAuthVersion (Web/Authenticate/OAuth.hs:109)
147.81 s
[authenticate-oauth] OAuthException (Web/Authenticate/OAuth.hs:144)
147.81 s
[authenticate-oauth] getAccessTokenWith (Web/Authenticate/OAuth.hs:497)
147.81 s
[authenticate-oauth] addScope (Web/Authenticate/OAuth.hs:628)
147.81 s
[authenticate-oauth] addMaybeProxy (Web/Authenticate/OAuth.hs:638)
147.81 s
[authenticate-oauth] getTemporaryCredential' (Web/Authenticate/OAuth/IO.hs:53)
147.81 s
[authenticate-oauth] getAccessToken' (Web/Authenticate/OAuth/IO.hs:77)
147.81 s
[authenticate-oauth]
147.81 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:35:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.81 s
[authenticate-oauth] In the use of ‘withManager’
147.81 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
147.81 s
[authenticate-oauth] Deprecated: "Use newManager instead"
147.81 s
[authenticate-oauth] |
147.81 s
[authenticate-oauth] 35 | getTemporaryCredential = liftIO . withManager defaultManagerSettings . OA.getTemporaryCredential
147.81 s
[authenticate-oauth] | ^^^^^^^^^^^
147.81 s
[authenticate-oauth]
147.81 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:43:12: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.81 s
[authenticate-oauth] In the use of ‘withManager’
147.81 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
147.81 s
[authenticate-oauth] Deprecated: "Use newManager instead"
147.81 s
[authenticate-oauth] |
147.81 s
[authenticate-oauth] 43 | liftIO $ withManager defaultManagerSettings $ OA.getTemporaryCredentialWithScope bs oa
147.81 s
[authenticate-oauth] | ^^^^^^^^^^^
147.81 s
[authenticate-oauth]
147.81 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:51:45: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.81 s
[authenticate-oauth] In the use of ‘withManager’
147.81 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
147.81 s
[authenticate-oauth] Deprecated: "Use newManager instead"
147.81 s
[authenticate-oauth] |
147.81 s
[authenticate-oauth] 51 | getTemporaryCredentialProxy p oa = liftIO $ withManager defaultManagerSettings $ OA.getTemporaryCredential' (addMaybeProxy p) oa
147.81 s
[authenticate-oauth] | ^^^^^^^^^^^
147.81 s
[authenticate-oauth]
147.81 s
[getopt-generics] [10 of 12] Compiling WithCli.Pure.Internal ( src/WithCli/Pure/Internal.hs, dist/build/WithCli/Pure/Internal.o, dist/build/WithCli/Pure/Internal.dyn_o )
147.81 s
[getopt-generics] [11 of 12] Compiling WithCli.Pure ( src/WithCli/Pure.hs, dist/build/WithCli/Pure.o, dist/build/WithCli/Pure.dyn_o )
147.81 s
[getopt-generics] [12 of 12] Compiling WithCli ( src/WithCli.hs, dist/build/WithCli.o, dist/build/WithCli.dyn_o )
147.81 s
[getopt-generics] [ 1 of 12] Compiling Paths_getopt_generics ( dist/build/autogen/Paths_getopt_generics.hs, dist/build/Paths_getopt_generics.p_o )
147.81 s
[getopt-generics] [ 2 of 12] Compiling WithCli.Argument ( src/WithCli/Argument.hs, dist/build/WithCli/Argument.p_o )
147.81 s
[getopt-generics] [ 3 of 12] Compiling WithCli.Flag ( src/WithCli/Flag.hs, dist/build/WithCli/Flag.p_o )
147.81 s
[getopt-generics]
147.81 s
[getopt-generics] src/WithCli/Flag.hs:9:1: warning : [ -Wunused-imports ]
147.81 s
[getopt-generics] The import of ‘Data.List’ is redundant
147.81 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
147.81 s
[getopt-generics] To import instances alone, use: import Data.List()
147.81 s
[getopt-generics] |
147.81 s
[getopt-generics] 9 | import Data.List
147.81 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
147.81 s
[getopt-generics] [ 4 of 12] Compiling WithCli.Modifier.Types ( src/WithCli/Modifier/Types.hs, dist/build/WithCli/Modifier/Types.p_o )
147.81 s
[getopt-generics] [ 5 of 12] Compiling WithCli.Normalize ( src/WithCli/Normalize.hs, dist/build/WithCli/Normalize.p_o )
147.81 s
[getopt-generics] [ 6 of 12] Compiling WithCli.Result ( src/WithCli/Result.hs, dist/build/WithCli/Result.p_o )
147.81 s
[getopt-generics] [ 7 of 12] Compiling WithCli.Parser ( src/WithCli/Parser.hs, dist/build/WithCli/Parser.p_o )
147.81 s
[getopt-generics] [ 8 of 12] Compiling WithCli.Modifier ( src/WithCli/Modifier.hs, dist/build/WithCli/Modifier.p_o )
147.81 s
[getopt-generics]
147.81 s
[getopt-generics] src/WithCli/Modifier.hs:28:1: warning : [ -Wunused-imports ]
147.81 s
[getopt-generics] The import of ‘Data.List’ is redundant
147.81 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
147.82 s
[getopt-generics] To import instances alone, use: import Data.List()
147.82 s
[getopt-generics] |
147.82 s
[getopt-generics] 28 | import Data.List (foldl')
147.82 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147.82 s
[getopt-generics] [ 9 of 12] Compiling WithCli.HasArguments ( src/WithCli/HasArguments.hs, dist/build/WithCli/HasArguments.p_o )
147.82 s
[getopt-generics]
147.82 s
[getopt-generics] src/WithCli/HasArguments.hs:30:1: warning : [ -Wunused-imports ]
147.82 s
[getopt-generics] The import of ‘Data.List.Compat’ is redundant
147.82 s
[getopt-generics] except perhaps to import instances from ‘Data.List.Compat’
147.82 s
[getopt-generics] To import instances alone, use: import Data.List.Compat()
147.82 s
[getopt-generics] |
147.82 s
[getopt-generics] 30 | import Data.List.Compat
147.82 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147.82 s
[getopt-generics]
147.82 s
[getopt-generics] src/WithCli/HasArguments.hs:175:38: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
147.82 s
[getopt-generics] Pattern match(es) are non-exhaustive
147.82 s
[getopt-generics] In a lambda abstraction:
147.82 s
[getopt-generics] Patterns of type ‘[String]’ not matched: []
147.82 s
[getopt-generics] |
147.82 s
[getopt-generics] 175 | [NonOptionsParser typ False (\ (s : r) -> fmap ((, r) . const . Just) $ parseArgumentResult Nothing s )],
147.82 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147.82 s
[getopt-generics]
147.82 s
[getopt-generics] src/WithCli/HasArguments.hs:262:39: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
147.82 s
[getopt-generics] Pattern match(es) are non-exhaustive
147.82 s
[getopt-generics] In a lambda abstraction:
147.82 s
[getopt-generics] Patterns of type ‘[String]’ not matched: []
147.82 s
[getopt-generics] |
147.82 s
[getopt-generics] 262 | (NonOptionsParser "BOOL" False (\ (s : r) -> (, r) <$> maybe (parseError "BOOL" Nothing s) (return . const . Just) (parseBool s) )),
147.82 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147.82 s
[getopt-generics] [10 of 12] Compiling WithCli.Pure.Internal ( src/WithCli/Pure/Internal.hs, dist/build/WithCli/Pure/Internal.p_o )
147.82 s
[openapi3] Data.OpenApi=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi,Data.OpenApi.Aeson.Compat=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Aeson.Compat,Data.OpenApi.Declare=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Declare,Data.OpenApi.Internal=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Internal,Data.OpenApi.Internal.AesonUtils=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Internal.AesonUtils,Data.OpenApi.Internal.ParamSchema=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Internal.ParamSchema,Data.OpenApi.Internal.Schema=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Internal.Schema,Data.OpenApi.Internal.Schema.Validation=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Internal.Schema.Validation,Data.OpenApi.Internal.TypeShape=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Internal.TypeShape,Data.OpenApi.Internal.Utils=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Internal.Utils,Data.OpenApi.Lens=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Lens,Data.OpenApi.Operation=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Operation,Data.OpenApi.Optics=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Optics,Data.OpenApi.ParamSchema=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.ParamSchema,Data.OpenApi.Schema=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Schema,Data.OpenApi.Schema.Generator=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Schema.Generator,Data.OpenApi.Schema.Validation=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.Schema.Validation,Data.OpenApi.SchemaOptions=openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT:Data.OpenApi.SchemaOptions
147.82 s
[openapi3] unit openapi3-3.2.4-4AoUBMepuMwDaIWYidP7lQ-example
147.82 s
[openapi3] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
147.82 s
[openapi3] include base-4.18.3.0
147.82 s
[openapi3] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
147.82 s
[openapi3] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.82 s
[openapi3] include text-2.0.2
147.82 s
[openapi3] unit openapi3-3.2.4-2cJF1svUPGmAn8DPBVSb5a-doctests
147.82 s
[openapi3] include Glob-0.10.2-EGa2FuRY8w2pVd2aBJZIy
147.82 s
[openapi3] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
147.82 s
[openapi3] include base-4.18.3.0
147.82 s
[openapi3] include doctest-0.24.2-7YxPr6lrdwiBMDK2pmizgF
147.82 s
[openapi3] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.82 s
[openapi3] unit openapi3-3.2.4-J4YJ4js3BAg8DM2KanmxMU-spec
147.82 s
[openapi3] include HUnit-1.6.2.0-F2z2OfQMKSyFedMgK10LEy
147.82 s
[openapi3] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
147.82 s
[openapi3] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
147.82 s
[openapi3] include base-4.18.3.0
147.82 s
[openapi3] include base-compat-batteries-0.14.1-1myD7PmrM7S5HPZ53QvcO4
147.82 s
[openapi3] include bytestring-0.11.5.4
147.82 s
[openapi3] include containers-0.6.7
147.82 s
[openapi3] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
147.82 s
[openapi3] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
147.82 s
[openapi3] include insert-ordered-containers-0.2.7-5aeZcV1XcJLKU3bYr9lfKl
147.82 s
[openapi3] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
147.82 s
[openapi3] include mtl-2.3.1
147.82 s
[openapi3] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.82 s
[openapi3] include quickcheck-instances-0.3.33-FVVqg59kBqgEZGRoc8T9zG
147.82 s
[openapi3] include template-haskell-2.20.0.0
147.82 s
[openapi3] include text-2.0.2
147.82 s
[openapi3] include time-1.12.2
147.82 s
[openapi3] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
147.82 s
[openapi3] include utf8-string-1.0.2-3EiuIc1Bet1EpLqRIo7gdZ
147.82 s
[openapi3] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
147.82 s
[openapi3] Ready component graph:
147.82 s
[openapi3] definite openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.82 s
[openapi3] depends QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
147.82 s
[openapi3] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
147.82 s
[openapi3] depends aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
147.82 s
[openapi3] depends base-4.18.3.0
147.82 s
[openapi3] depends base-compat-batteries-0.14.1-1myD7PmrM7S5HPZ53QvcO4
147.82 s
[openapi3] depends bytestring-0.11.5.4
147.82 s
[openapi3] depends containers-0.6.7
147.82 s
[openapi3] depends cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
147.82 s
[openapi3] depends generics-sop-0.5.1.4-FSTMWI3KY4OCCc2wiMHZuk
147.82 s
[openapi3] depends hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
147.82 s
[openapi3] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
147.82 s
[openapi3] depends insert-ordered-containers-0.2.7-5aeZcV1XcJLKU3bYr9lfKl
147.82 s
[openapi3] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
147.82 s
[openapi3] depends mtl-2.3.1
147.82 s
[openapi3] depends optics-core-0.4.1.1-LbcF5Zml4ZbFkubyMrH9Rd
147.82 s
[openapi3] depends optics-th-0.4.1-57Unh2NFt4yJr5O2RYMfRI
147.82 s
[openapi3] depends scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
147.82 s
[openapi3] depends template-haskell-2.20.0.0
147.82 s
[openapi3] depends text-2.0.2
147.82 s
[openapi3] depends time-1.12.2
147.82 s
[openapi3] depends transformers-0.6.1.0
147.82 s
[openapi3] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
147.82 s
[openapi3] depends uuid-types-1.0.6-7gd88fgJIsD4NjBUsU0Bzn
147.82 s
[openapi3] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
147.82 s
[openapi3] definite openapi3-3.2.4-J4YJ4js3BAg8DM2KanmxMU-spec
147.82 s
[openapi3] depends HUnit-1.6.2.0-F2z2OfQMKSyFedMgK10LEy
147.82 s
[openapi3] depends QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
147.82 s
[openapi3] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
147.82 s
[openapi3] depends base-4.18.3.0
147.82 s
[openapi3] depends base-compat-batteries-0.14.1-1myD7PmrM7S5HPZ53QvcO4
147.82 s
[openapi3] depends bytestring-0.11.5.4
147.82 s
[openapi3] depends containers-0.6.7
147.82 s
[openapi3] depends hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
147.82 s
[servant] definite servant-0.20.3.0-FbhkTfg5Nk39FrBe4rRI9c-spec
147.82 s
[servant] depends QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
147.82 s
[servant] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
147.82 s
[servant] depends base-4.18.3.0
147.82 s
[servant] depends bytestring-0.11.5.4
147.82 s
[servant] depends hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
147.82 s
[servant] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
147.82 s
[servant] depends mtl-2.3.1
147.82 s
[servant] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
147.82 s
[servant] depends quickcheck-instances-0.3.33-FVVqg59kBqgEZGRoc8T9zG
147.82 s
[servant] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
147.82 s
[servant] depends text-2.0.2
147.82 s
[servant] Using Cabal-3.10.3.0 compiled by ghc-9.6
147.82 s
[servant] Using compiler: ghc-9.6.7
147.82 s
[servant] Using install prefix:
147.82 s
[servant] /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0
147.82 s
[servant] Executables installed in:
147.82 s
[servant] /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/bin
147.82 s
[servant] Libraries installed in:
147.82 s
[servant] /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
147.82 s
[servant] Dynamic Libraries installed in:
147.82 s
[servant] /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
147.82 s
[servant] Private executables installed in:
147.82 s
[servant] /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/libexec/x86_64-linux-ghc-9.6.7/servant-0.20.3.0
147.82 s
[servant] Data files installed in:
147.82 s
[servant] /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/share/x86_64-linux-ghc-9.6.7/servant-0.20.3.0
147.82 s
[servant] Documentation installed in:
147.82 s
[servant] /nix/store/739ii0khlrgn1ha3b25a393m3644x23j-servant-0.20.3.0-doc/share/doc/servant-0.20.3.0
147.82 s
[servant] Configuration files installed in:
147.82 s
[servant] /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/etc
147.82 s
[servant] No alex found
147.82 s
[servant] Using ar found on system at:
147.82 s
[servant] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
147.82 s
[servant] No c2hs found
147.82 s
[servant] No cpphs found
147.82 s
[servant] No doctest found
147.82 s
[servant] Using gcc version 14.3.0 given by user at:
147.82 s
[servant] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
147.82 s
[servant] Using ghc version 9.6.7 found on system at:
147.82 s
[servant] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
147.82 s
[servant] Using ghc-pkg version 9.6.7 found on system at:
147.82 s
[servant] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
147.82 s
[servant] No ghcjs found
147.82 s
[servant] No ghcjs-pkg found
147.82 s
[servant] No greencard found
147.82 s
[servant] Using haddock version 2.29.2 found on system at:
147.82 s
[servant] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
147.82 s
[servant] No happy found
147.82 s
[servant] Using haskell-suite found on system at: haskell-suite-dummy-location
147.82 s
[servant] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
147.82 s
[servant] No hmake found
147.82 s
[servant] Using hpc version 0.68 found on system at:
147.82 s
[servant] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
147.82 s
[servant] Using hsc2hs version 0.68.9 found on system at:
147.82 s
[servant] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
147.82 s
[servant] Using hscolour version 1.25 found on system at:
147.82 s
[servant] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
147.82 s
[servant] No jhc found
147.82 s
[servant] Using ld found on system at:
147.82 s
[servant] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
147.82 s
[servant] No pkg-config found
147.82 s
[servant] Using runghc version 9.6.7 found on system at:
147.82 s
[servant] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
147.82 s
[servant] Using strip version 2.44 found on system at:
147.82 s
[servant] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
147.82 s
[servant] Using tar found on system at:
147.82 s
[servant] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
147.82 s
[servant] No uhc found
147.82 s
[servant] Phase: buildPhase
147.82 s
[servant] Preprocessing library for servant-0.20.3.0..
147.82 s
[servant] Building library for servant-0.20.3.0..
147.82 s
[servant] [ 1 of 41] Compiling Servant.API.Alternative
147.82 s
[servant] [ 2 of 41] Compiling Servant.API.BasicAuth
147.82 s
[servant] [ 3 of 41] Compiling Servant.API.Capture
147.82 s
[servant] [ 4 of 41] Compiling Servant.API.ContentTypes
147.82 s
[servant] [ 5 of 41] Compiling Servant.API.Description
147.82 s
[servant] [ 6 of 41] Compiling Servant.API.Empty
147.82 s
[servant] [ 7 of 41] Compiling Servant.API.Experimental.Auth
147.82 s
[servant] [ 8 of 41] Compiling Servant.API.Fragment
147.82 s
[servant] [ 9 of 41] Compiling Servant.API.Generic
147.82 s
[servant] [10 of 41] Compiling Servant.API.Host
147.82 s
[servant] [11 of 41] Compiling Servant.API.HttpVersion
147.82 s
[servant] [12 of 41] Compiling Servant.API.IsSecure
147.82 s
[servant] [13 of 41] Compiling Servant.API.Modifiers
147.82 s
[servant] [14 of 41] Compiling Servant.API.Header
147.82 s
[servant] [15 of 41] Compiling Servant.API.NamedRoutes
147.82 s
[lens-regex-pcre] Using haskell-suite found on system at: haskell-suite-dummy-location
147.82 s
[lens-regex-pcre] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
147.82 s
[lens-regex-pcre] No hmake found
147.82 s
[lens-regex-pcre] Using hpc version 0.68 found on system at:
147.82 s
[lens-regex-pcre] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
147.82 s
[lens-regex-pcre] Using hsc2hs version 0.68.9 found on system at:
147.83 s
[lens-regex-pcre] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
147.83 s
[lens-regex-pcre] Using hscolour version 1.25 found on system at:
147.83 s
[lens-regex-pcre] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
147.83 s
[lens-regex-pcre] No jhc found
147.83 s
[lens-regex-pcre] Using ld found on system at:
147.83 s
[lens-regex-pcre] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
147.83 s
[lens-regex-pcre] No pkg-config found
147.83 s
[lens-regex-pcre] Using runghc version 9.6.7 found on system at:
147.83 s
[lens-regex-pcre] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
147.83 s
[lens-regex-pcre] Using strip version 2.44 found on system at:
147.83 s
[lens-regex-pcre] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
147.83 s
[lens-regex-pcre] Using tar found on system at:
147.83 s
[lens-regex-pcre] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
147.83 s
[lens-regex-pcre] No uhc found
147.83 s
[lens-regex-pcre] Phase: buildPhase
147.83 s
[lens-regex-pcre] Preprocessing library for lens-regex-pcre-1.1.2.0..
147.83 s
[lens-regex-pcre] Building library for lens-regex-pcre-1.1.2.0..
147.83 s
[lens-regex-pcre] [1 of 3] Compiling Control.Lens.Regex.ByteString ( src/Control/Lens/Regex/ByteString.hs, dist/build/Control/Lens/Regex/ByteString.o, dist/build/Control/Lens/Regex/ByteString.dyn_o )
147.83 s
[lens-regex-pcre] [2 of 3] Compiling Control.Lens.Regex.Text ( src/Control/Lens/Regex/Text.hs, dist/build/Control/Lens/Regex/Text.o, dist/build/Control/Lens/Regex/Text.dyn_o )
147.83 s
[lens-regex-pcre] [3 of 3] Compiling Paths_lens_regex_pcre ( dist/build/autogen/Paths_lens_regex_pcre.hs, dist/build/Paths_lens_regex_pcre.o, dist/build/Paths_lens_regex_pcre.dyn_o )
147.83 s
[lens-regex-pcre] [1 of 3] Compiling Control.Lens.Regex.ByteString ( src/Control/Lens/Regex/ByteString.hs, dist/build/Control/Lens/Regex/ByteString.p_o )
147.83 s
[lens-regex-pcre] [2 of 3] Compiling Control.Lens.Regex.Text ( src/Control/Lens/Regex/Text.hs, dist/build/Control/Lens/Regex/Text.p_o )
147.83 s
[lens-regex-pcre] [3 of 3] Compiling Paths_lens_regex_pcre ( dist/build/autogen/Paths_lens_regex_pcre.hs, dist/build/Paths_lens_regex_pcre.p_o )
147.83 s
[cryptostore] Phase: updateAutotoolsGnuConfigScriptsPhase
147.83 s
[cryptostore] Phase: configurePhase
147.83 s
[cryptostore] configureFlags: --verbose --prefix=/nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2kirhgyqy5zcfy1dcmva83rig58h8wi5-cryptostore-0.4.0.0-doc/share/doc/cryptostore-0.4.0.0 --with-gcc=gcc --package-db=/build/tmp.VkRmEFLdJ1/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
147.83 s
[cryptostore] Using Parsec parser
147.83 s
[cryptostore] Configuring cryptostore-0.4.0.0...
147.83 s
[cryptostore] Flags chosen: use_crypton=False
147.83 s
[cryptostore] Dependency asn1-encoding >=0.9 && <0.10: using asn1-encoding-0.9.6
147.83 s
[cryptostore] Dependency asn1-types >=0.3.1 && <0.4: using asn1-types-0.3.4
147.83 s
[cryptostore] Dependency base >=4.9 && <5: using base-4.18.3.0
147.83 s
[cryptostore] Dependency basement: using basement-0.0.16
147.83 s
[cryptostore] Dependency bytestring: using bytestring-0.11.5.4
147.83 s
[cryptostore] Dependency cryptonite >=0.26: using cryptonite-0.30
147.83 s
[cryptostore] Dependency hourglass >=0.2: using hourglass-0.2.12
147.83 s
[cryptostore] Dependency memory: using memory-0.18.0
147.83 s
[cryptostore] Dependency pem >=0.1 && <0.3: using pem-0.2.4
147.83 s
[cryptostore] Dependency x509 >=1.7.5: using x509-1.7.7
147.83 s
[cryptostore] Dependency x509-validation >=1.5: using x509-validation-1.6.12
147.83 s
[cryptostore] Dependency asn1-types >=0.3.1 && <0.4: using asn1-types-0.3.4
147.83 s
[cryptostore] Dependency base >=4.9 && <5: using base-4.18.3.0
147.83 s
[cryptostore] Dependency bytestring: using bytestring-0.11.5.4
147.83 s
[cryptostore] Dependency cryptonite >=0.25: using cryptonite-0.30
147.83 s
[cryptostore] Dependency cryptostore: using cryptostore-0.4.0.0
147.83 s
[cryptostore] Dependency hourglass: using hourglass-0.2.12
147.83 s
[cryptostore] Dependency memory: using memory-0.18.0
147.83 s
[cryptostore] Dependency pem: using pem-0.2.4
147.83 s
[cryptostore] Dependency tasty: using tasty-1.5.3
147.83 s
[cryptostore] Dependency tasty-hunit: using tasty-hunit-0.10.2
147.83 s
[cryptostore] Dependency tasty-quickcheck: using tasty-quickcheck-0.11.1
147.83 s
[cryptostore] Dependency x509: using x509-1.7.7
147.83 s
[cryptostore] Source component graph:
147.83 s
[cryptostore] component lib
147.83 s
[cryptostore] component test:test-cryptostore dependency lib
147.83 s
[cryptostore] Configured component graph:
147.83 s
[cryptostore] component cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
147.83 s
[cryptostore] include asn1-encoding-0.9.6-1ND9wAHeo5z8sC8bpaTUiC
147.83 s
[cryptostore] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
147.83 s
[cryptostore] include base-4.18.3.0
147.83 s
[cryptostore] include basement-0.0.16-H18ZXwYPKwKGPqa72QNSdy
147.83 s
[cryptostore] include bytestring-0.11.5.4
147.83 s
[cryptostore] include cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
147.83 s
[cryptostore] include hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
147.83 s
[cryptostore] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
147.83 s
[cryptostore] include pem-0.2.4-KoYH8jdsvyQJj1xK8qWWt
147.83 s
[cryptostore] include x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
147.83 s
[cryptostore] include x509-validation-1.6.12-dRSkoJicc2JO9VI0TfICo
147.83 s
[cryptostore] component cryptostore-0.4.0.0-K61brx9MwIV2dyF0Nyeb3S-test-cryptostore
147.83 s
[cryptostore] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
147.83 s
[cryptostore] include base-4.18.3.0
147.83 s
[cryptostore] include bytestring-0.11.5.4
147.83 s
[cryptostore] include cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
147.83 s
[cryptostore] include cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
147.83 s
[cryptostore] include hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
147.83 s
[cryptostore] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
147.83 s
[cryptostore] include pem-0.2.4-KoYH8jdsvyQJj1xK8qWWt
147.83 s
[cryptostore] include tasty-1.5.3-Fl9CU3Vk7g8JzztMvOsgbx
147.83 s
[cryptostore] include tasty-hunit-0.10.2-LPwKd0CyAJ52Zh1mEBUUUW
147.83 s
[cryptostore] include tasty-quickcheck-0.11.1-8ZJe3ywHMsE7YM94kQ7nE8
147.83 s
[cryptostore] include x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
147.83 s
[cryptostore] Linked component graph:
147.83 s
[cryptostore] unit cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
147.83 s
[uuid] Phase: setupCompilerEnvironmentPhase
147.83 s
[uuid] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
147.83 s
[uuid] Phase: unpackPhase
147.83 s
[uuid] unpacking source archive /nix/store/hg1s6j1vfzdgr5pqcs7zbslq9k3rx0fq-uuid-1.3.16.tar.gz
147.83 s
[uuid] source root is uuid-1.3.16
147.83 s
[uuid] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "uuid-1.3.16/uuid.cabal"
147.83 s
[uuid] Phase: patchPhase
147.83 s
[uuid] Replace Cabal file with edited version from mirror://hackage/uuid-1.3.16/revision/3.cabal.
147.83 s
[uuid] Phase: compileBuildDriverPhase
147.83 s
[uuid] setupCompileFlags: -package-db=/build/tmp.eInNa5of08/setup-package.conf.d -threaded
147.83 s
[uuid] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.eInNa5of08/Main.o )
147.83 s
[uuid] [2 of 2] Linking Setup
147.83 s
[uuid] Phase: updateAutotoolsGnuConfigScriptsPhase
147.83 s
[uuid] Phase: configurePhase
147.83 s
[uuid] configureFlags: --verbose --prefix=/nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/kmlcacb50jw9gqndkni58kj1kir0d26z-uuid-1.3.16-doc/share/doc/uuid-1.3.16 --with-gcc=gcc --package-db=/build/tmp.eInNa5of08/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
147.83 s
[uuid] Using Parsec parser
147.83 s
[uuid] Configuring uuid-1.3.16...
147.83 s
[uuid] Dependency base >=4.12 && <5: using base-4.18.3.0
147.83 s
[uuid] Dependency binary >=0.8.6.0 && <0.9: using binary-0.8.9.1
147.83 s
[uuid] Dependency bytestring >=0.10.8.2 && <0.13: using bytestring-0.11.5.4
147.83 s
[uuid] Dependency cryptohash-md5 >=0.11.100 && <0.12: using cryptohash-md5-0.11.101.0
147.83 s
[uuid] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
147.83 s
[uuid] cryptohash-sha1-0.11.101.0
147.83 s
[uuid] Dependency entropy >=0.3.7 && <0.5: using entropy-0.4.1.11
147.83 s
[uuid] Dependency network-info >=0.2 && <0.3: using network-info-0.2.1
147.83 s
[uuid] Dependency random >=1.2.1.2 && <1.4: using random-1.2.1.3
147.83 s
[uuid] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
147.83 s
[uuid] Dependency time >=1.4 && <1.15: using time-1.12.2
147.83 s
[uuid] Dependency uuid-types >=1.0.6 && <1.0.7: using uuid-types-1.0.6
147.83 s
[uuid] Dependency QuickCheck >=2.14.2 && <2.16: using QuickCheck-2.15.0.1
147.83 s
[uuid] Dependency base: using base-4.18.3.0
147.83 s
[uuid] Dependency bytestring: using bytestring-0.11.5.4
147.83 s
[uuid] Dependency random: using random-1.2.1.3
147.83 s
[uuid] Dependency tasty >=1.4.0.1 && <1.6: using tasty-1.5.3
147.83 s
[uuid] Dependency tasty-hunit >=0.10 && <0.11: using tasty-hunit-0.10.2
147.83 s
[uuid] Dependency tasty-quickcheck >=0.10 && <0.12: using tasty-quickcheck-0.11.1
147.83 s
[uuid] Dependency uuid: using uuid-1.3.16
147.83 s
[cborg] Bytes: OK
147.83 s
[cborg] +++ OK, passed 1000 tests.
147.83 s
[cborg] properties
147.83 s
[cborg] decode non-canonical encoding
147.83 s
[cborg] Word8: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 159 discarded.
147.83 s
[cborg] Word16: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 101 discarded.
147.83 s
[cborg] Word32: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 79 discarded.
147.83 s
[cborg] Word64: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 60 discarded.
147.83 s
[cborg] Word: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 46 discarded.
147.83 s
[cborg] Int8: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 155 discarded.
147.83 s
[cborg] Int16: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 92 discarded.
147.83 s
[cborg] Int32: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 66 discarded.
147.83 s
[cborg] Int64: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 39 discarded.
147.83 s
[cborg] Int: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 48 discarded.
147.83 s
[cborg] Integer: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 323 discarded.
147.83 s
[cborg] Half: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 389 discarded.
147.83 s
[cborg] Float: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 589 discarded.
147.83 s
[cborg] Double: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 512 discarded.
147.83 s
[cborg] Tag: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 40 discarded.
147.83 s
[cborg] Tag64: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 39 discarded.
147.83 s
[cborg] Simple: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 389 discarded.
147.83 s
[cborg] Term: OK
147.83 s
[cborg] +++ OK, passed 100 tests; 206 discarded.
147.83 s
[cborg] canonical decoding
147.83 s
[cborg] Word: OK
147.83 s
[cborg] +++ OK, passed 100 tests (24% canonical).
147.83 s
[cborg] Word8: OK
147.83 s
[cborg] +++ OK, passed 100 tests (71% canonical).
147.83 s
[cborg] Word16: OK
147.83 s
[cborg] +++ OK, passed 100 tests (44% canonical).
147.83 s
[cborg] Word32: OK
147.83 s
[cborg] +++ OK, passed 100 tests (46% canonical).
147.83 s
[cborg] Word64: OK
147.83 s
[cborg] +++ OK, passed 100 tests (35% canonical).
147.83 s
[cborg] Int: OK
147.83 s
[cborg] +++ OK, passed 100 tests (29% canonical).
147.83 s
[cborg] Int8: OK
147.83 s
[cborg] +++ OK, passed 100 tests (69% canonical).
147.83 s
[cborg] Int16: OK
147.83 s
[cborg] +++ OK, passed 100 tests (48% canonical).
147.83 s
[cborg] Int32: OK
147.83 s
[cborg] +++ OK, passed 100 tests (36% canonical).
147.84 s
[cborg] Int64: OK
147.84 s
[cborg] +++ OK, passed 100 tests (29% canonical).
147.84 s
[cborg] Integer: OK
147.84 s
[cborg] +++ OK, passed 100 tests (76% canonical).
147.84 s
[cborg] Half: OK
147.84 s
[jose] This binding for ‘alg’ shadows the existing binding
147.84 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.84 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:340:3-48)
147.84 s
[jose] |
147.84 s
[jose] 183 | wrap alg @RSA_OAEP (RSAKeyMaterial k) m = bimap RSAError (alg,) <$>
147.84 s
[jose] | ^^^
147.84 s
[jose]
147.84 s
[jose] src/Crypto/JOSE/JWE.hs:186:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
147.84 s
[jose] This binding for ‘alg’ shadows the existing binding
147.84 s
[jose] imported from ‘Crypto.JOSE.Header’ at src/Crypto/JOSE/JWE.hs:51:1-25
147.84 s
[jose] (and originally defined at src/Crypto/JOSE/Header.hs:340:3-48)
147.84 s
[jose] |
147.84 s
[jose] 186 | wrap alg @RSA_OAEP_256 (RSAKeyMaterial k) m = bimap RSAError (alg,) <$>
147.84 s
[jose] | ^^^
147.84 s
[jose]
147.84 s
[jose] src/Crypto/JOSE/JWE.hs:205:1: warning : [ -Wunused-top-binds ]
147.84 s
[jose] Defined but not used: ‘wrapAESKW’
147.84 s
[jose] |
147.84 s
[jose] 205 | wrapAESKW cipher m = case cipher of
147.84 s
[jose] | ^^^^^^^^^
147.84 s
[jose]
147.84 s
[jose] src/Crypto/JOSE/JWE.hs:216:1: warning : [ -Wunused-top-binds ]
147.84 s
[jose] Defined but not used: ‘wrapAESGCM’
147.84 s
[jose] |
147.84 s
[jose] 216 | wrapAESGCM f enc (OctKeyMaterial (OctKeyParameters (Types.Base64Octets k))) m =
147.84 s
[jose] | ^^^^^^^^^^
147.84 s
[jose]
147.84 s
[jose] src/Crypto/JOSE/JWE.hs:228:1: warning : [ -Wunused-top-binds ]
147.84 s
[jose] Defined but not used: ‘encrypt’
147.84 s
[jose] |
147.84 s
[jose] 228 | encrypt A128CBC_HS256 k m a = case B.length k of
147.84 s
[jose] | ^^^^^^^
147.84 s
[jose] Warning: 'IsString' is out of scope.
147.84 s
[jose] If you qualify the identifier, haddock can try to link it anyway.
147.84 s
[jose] Warning: ':' is out of scope.
147.84 s
[jose] If you qualify the identifier, haddock can try to link it anyway.
147.84 s
[jose] 80% ( 36 / 45) in 'Crypto.JWT'
147.84 s
[jose] Missing documentation for:
147.84 s
[jose] JWTValidationSettings (src/Crypto/JWT.hs:477)
147.84 s
[jose] HasJWTValidationSettings (src/Crypto/JWT.hs:486)
147.84 s
[jose] WrappedUTCTime (src/Crypto/JWT.hs:625)
147.84 s
[jose] HasClaimsSet (src/Crypto/JWT.hs:312)
147.84 s
[jose] JWTError (src/Crypto/JWT.hs:195)
147.84 s
[jose] AsJWTError (src/Crypto/JWT.hs:206)
147.84 s
[jose] stringOrUri (src/Crypto/JWT.hs:228)
147.84 s
[jose] string (src/Crypto/JWT.hs:238)
147.84 s
[jose] uri (src/Crypto/JWT.hs:243)
147.84 s
[jose] Warning: Crypto.JOSE.JWE: could not find link destinations for:
147.84 s
[jose] - Crypto.JOSE.JWE.JWERecipient
147.84 s
[jose] Documentation created: dist/doc/html/jose/, dist/doc/html/jose/jose.txt
147.84 s
[jose] Preprocessing test suite 'tests' for jose-0.11..
147.84 s
[jose] Preprocessing test suite 'perf' for jose-0.11..
147.84 s
[jose] Phase: installPhase
147.84 s
[jose] Installing library in /nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/jose-0.11-82qE50urRUF8j0v69LZkfo
147.84 s
[jose] Phase: fixupPhase
147.84 s
[jose] shrinking RPATHs of ELF executables and libraries in /nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11
147.84 s
[jose] shrinking /nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSjose-0.11-82qE50urRUF8j0v69LZkfo-ghc9.6.7.so
147.84 s
[jose] checking for references to /build/ in /nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11...
147.84 s
[jose] patching script interpreter paths in /nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11
147.84 s
[jose] stripping (with command strip and flags -S -p) in /nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11/lib
147.84 s
[jose] shrinking RPATHs of ELF executables and libraries in /nix/store/wy3vhbivlwdcpzrv3083fzll4ypj9l3n-jose-0.11-doc
147.84 s
[jose] checking for references to /build/ in /nix/store/wy3vhbivlwdcpzrv3083fzll4ypj9l3n-jose-0.11-doc...
147.84 s
[jose] patching script interpreter paths in /nix/store/wy3vhbivlwdcpzrv3083fzll4ypj9l3n-jose-0.11-doc
147.84 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:57:44: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.84 s
[authenticate-oauth] In the use of ‘withManager’
147.84 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
147.84 s
[authenticate-oauth] Deprecated: "Use newManager instead"
147.84 s
[authenticate-oauth] |
147.84 s
[authenticate-oauth] 57 | getTemporaryCredential' hook oa = liftIO $ withManager defaultManagerSettings $ OA.getTemporaryCredential' hook oa
147.84 s
[authenticate-oauth] | ^^^^^^^^^^^
147.84 s
[authenticate-oauth]
147.84 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:66:33: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.84 s
[authenticate-oauth] In the use of ‘withManager’
147.84 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
147.84 s
[authenticate-oauth] Deprecated: "Use newManager instead"
147.84 s
[authenticate-oauth] |
147.84 s
[authenticate-oauth] 66 | getAccessToken oa cr = liftIO $ withManager defaultManagerSettings $ OA.getAccessToken oa cr
147.84 s
[authenticate-oauth] | ^^^^^^^^^^^
147.84 s
[authenticate-oauth]
147.84 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:75:40: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.84 s
[authenticate-oauth] In the use of ‘withManager’
147.84 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
147.84 s
[authenticate-oauth] Deprecated: "Use newManager instead"
147.84 s
[authenticate-oauth] |
147.84 s
[authenticate-oauth] 75 | getAccessTokenProxy p oa cr = liftIO $ withManager defaultManagerSettings $ OA.getAccessTokenProxy p oa cr
147.84 s
[authenticate-oauth] | ^^^^^^^^^^^
147.84 s
[authenticate-oauth]
147.84 s
[authenticate-oauth] Web/Authenticate/OAuth/IO.hs:82:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
147.84 s
[authenticate-oauth] In the use of ‘withManager’
147.84 s
[authenticate-oauth] (imported from Network.HTTP.Client, but defined in Network.HTTP.Client.Manager):
147.84 s
[authenticate-oauth] Deprecated: "Use newManager instead"
147.84 s
[authenticate-oauth] |
147.84 s
[authenticate-oauth] 82 | getAccessToken' hook oa cr = liftIO $ withManager defaultManagerSettings $ OA.getAccessToken' hook oa cr
147.84 s
[authenticate-oauth] | ^^^^^^^^^^^
147.84 s
[getopt-generics] [11 of 12] Compiling WithCli.Pure ( src/WithCli/Pure.hs, dist/build/WithCli/Pure.p_o )
147.84 s
[getopt-generics] [12 of 12] Compiling WithCli ( src/WithCli.hs, dist/build/WithCli.p_o )
147.84 s
[getopt-generics] Preprocessing test suite 'spec' for getopt-generics-0.13.1.0..
147.84 s
[getopt-generics] Building test suite 'spec' for getopt-generics-0.13.1.0..
147.84 s
[getopt-generics] [ 1 of 36] Compiling Paths_getopt_generics ( dist/build/spec/autogen/Paths_getopt_generics.hs, dist/build/spec/spec-tmp/Paths_getopt_generics.o )
147.84 s
[getopt-generics] [ 2 of 36] Compiling ShellProtocol ( test/ShellProtocol.hs, dist/build/spec/spec-tmp/ShellProtocol.o )
147.84 s
[getopt-generics] [ 3 of 36] Compiling WithCli.Argument ( src/WithCli/Argument.hs, dist/build/spec/spec-tmp/WithCli/Argument.o )
147.84 s
[getopt-generics] [ 4 of 36] Compiling WithCli.ArgumentSpec ( test/WithCli/ArgumentSpec.hs, dist/build/spec/spec-tmp/WithCli/ArgumentSpec.o )
147.84 s
[getopt-generics] [ 5 of 36] Compiling WithCli.Flag ( src/WithCli/Flag.hs, dist/build/spec/spec-tmp/WithCli/Flag.o )
147.84 s
[getopt-generics]
147.84 s
[getopt-generics] src/WithCli/Flag.hs:9:1: warning : [ -Wunused-imports ]
147.84 s
[getopt-generics] The import of ‘Data.List’ is redundant
147.84 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
147.84 s
[getopt-generics] To import instances alone, use: import Data.List()
147.84 s
[getopt-generics] |
147.84 s
[getopt-generics] 9 | import Data.List
147.84 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
147.84 s
[getopt-generics] [ 6 of 36] Compiling WithCli.Modifier.Types ( src/WithCli/Modifier/Types.hs, dist/build/spec/spec-tmp/WithCli/Modifier/Types.o )
147.85 s
[getopt-generics] [ 7 of 36] Compiling WithCli.Normalize ( src/WithCli/Normalize.hs, dist/build/spec/spec-tmp/WithCli/Normalize.o )
147.85 s
[getopt-generics] [ 8 of 36] Compiling WithCli.NormalizeSpec ( test/WithCli/NormalizeSpec.hs, dist/build/spec/spec-tmp/WithCli/NormalizeSpec.o )
147.85 s
[getopt-generics] [ 9 of 36] Compiling WithCli.Result ( src/WithCli/Result.hs, dist/build/spec/spec-tmp/WithCli/Result.o )
147.85 s
[getopt-generics] [10 of 36] Compiling WithCli.Parser ( src/WithCli/Parser.hs, dist/build/spec/spec-tmp/WithCli/Parser.o )
147.85 s
[getopt-generics] [11 of 36] Compiling WithCli.Modifier ( src/WithCli/Modifier.hs, dist/build/spec/spec-tmp/WithCli/Modifier.o )
147.85 s
[getopt-generics]
147.85 s
[getopt-generics] src/WithCli/Modifier.hs:28:1: warning : [ -Wunused-imports ]
147.85 s
[getopt-generics] The import of ‘Data.List’ is redundant
147.85 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
147.85 s
[getopt-generics] To import instances alone, use: import Data.List()
147.85 s
[getopt-generics] |
147.85 s
[getopt-generics] 28 | import Data.List (foldl')
147.85 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147.85 s
[getopt-generics] [12 of 36] Compiling WithCli.HasArguments ( src/WithCli/HasArguments.hs, dist/build/spec/spec-tmp/WithCli/HasArguments.o )
147.85 s
[getopt-generics]
147.85 s
[getopt-generics] src/WithCli/HasArguments.hs:30:1: warning : [ -Wunused-imports ]
147.85 s
[getopt-generics] The import of ‘Data.List.Compat’ is redundant
147.85 s
[getopt-generics] except perhaps to import instances from ‘Data.List.Compat’
147.85 s
[getopt-generics] To import instances alone, use: import Data.List.Compat()
147.85 s
[getopt-generics] |
147.85 s
[getopt-generics] 30 | import Data.List.Compat
147.85 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147.85 s
[getopt-generics]
147.85 s
[getopt-generics] src/WithCli/HasArguments.hs:175:38: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
147.85 s
[getopt-generics] Pattern match(es) are non-exhaustive
147.85 s
[getopt-generics] In a lambda abstraction:
147.85 s
[getopt-generics] Patterns of type ‘[String]’ not matched: []
147.85 s
[getopt-generics] |
147.85 s
[getopt-generics] 175 | [NonOptionsParser typ False (\ (s : r) -> fmap ((, r) . const . Just) $ parseArgumentResult Nothing s )],
147.85 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147.85 s
[getopt-generics]
147.85 s
[getopt-generics] src/WithCli/HasArguments.hs:262:39: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
147.85 s
[getopt-generics] Pattern match(es) are non-exhaustive
147.85 s
[getopt-generics] In a lambda abstraction:
147.85 s
[getopt-generics] Patterns of type ‘[String]’ not matched: []
147.85 s
[getopt-generics] |
147.85 s
[openapi3] depends hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
147.85 s
[openapi3] depends insert-ordered-containers-0.2.7-5aeZcV1XcJLKU3bYr9lfKl
147.85 s
[openapi3] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
147.85 s
[openapi3] depends mtl-2.3.1
147.85 s
[openapi3] depends openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.85 s
[openapi3] depends quickcheck-instances-0.3.33-FVVqg59kBqgEZGRoc8T9zG
147.85 s
[openapi3] depends template-haskell-2.20.0.0
147.85 s
[openapi3] depends text-2.0.2
147.85 s
[openapi3] depends time-1.12.2
147.85 s
[openapi3] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
147.85 s
[openapi3] depends utf8-string-1.0.2-3EiuIc1Bet1EpLqRIo7gdZ
147.85 s
[openapi3] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
147.85 s
[openapi3] definite openapi3-3.2.4-4AoUBMepuMwDaIWYidP7lQ-example
147.85 s
[openapi3] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
147.85 s
[openapi3] depends base-4.18.3.0
147.85 s
[openapi3] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
147.85 s
[openapi3] depends openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.85 s
[openapi3] depends text-2.0.2
147.85 s
[openapi3] definite openapi3-3.2.4-2cJF1svUPGmAn8DPBVSb5a-doctests
147.85 s
[openapi3] depends Glob-0.10.2-EGa2FuRY8w2pVd2aBJZIy
147.85 s
[openapi3] depends QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
147.85 s
[openapi3] depends base-4.18.3.0
147.85 s
[openapi3] depends doctest-0.24.2-7YxPr6lrdwiBMDK2pmizgF
147.85 s
[openapi3] depends openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.85 s
[openapi3] Using Cabal-3.10.3.0 compiled by ghc-9.6
147.85 s
[openapi3] Using compiler: ghc-9.6.7
147.85 s
[openapi3] Using install prefix:
147.85 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4
147.85 s
[openapi3] Executables installed in:
147.85 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/bin
147.85 s
[openapi3] Libraries installed in:
147.85 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
147.85 s
[openapi3] Dynamic Libraries installed in:
147.85 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
147.85 s
[openapi3] Private executables installed in:
147.85 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/libexec/x86_64-linux-ghc-9.6.7/openapi3-3.2.4
147.85 s
[openapi3] Data files installed in:
147.85 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/share/x86_64-linux-ghc-9.6.7/openapi3-3.2.4
147.85 s
[openapi3] Documentation installed in:
147.85 s
[openapi3] /nix/store/5wfnf748ysv1wlg1h7gjjdg1wvhypvyq-openapi3-3.2.4-doc/share/doc/openapi3-3.2.4
147.85 s
[openapi3] Configuration files installed in:
147.85 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/etc
147.86 s
[openapi3] No alex found
147.86 s
[openapi3] Using ar found on system at:
147.86 s
[openapi3] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
147.86 s
[openapi3] No c2hs found
147.86 s
[openapi3] No cpphs found
147.86 s
[openapi3] Using doctest version 0.24.2 found on system at:
147.86 s
[openapi3] /nix/store/mky1glcba5jwjn0h7fa1mldfnh39g6l9-doctest-0.24.2/bin/doctest
147.86 s
[openapi3] Using gcc version 14.3.0 given by user at:
147.86 s
[openapi3] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
147.86 s
[openapi3] Using ghc version 9.6.7 found on system at:
147.86 s
[openapi3] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
147.86 s
[openapi3] Using ghc-pkg version 9.6.7 found on system at:
147.86 s
[openapi3] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
147.86 s
[openapi3] No ghcjs found
147.86 s
[openapi3] No ghcjs-pkg found
147.86 s
[openapi3] No greencard found
147.86 s
[openapi3] Using haddock version 2.29.2 found on system at:
147.86 s
[openapi3] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
147.86 s
[openapi3] No happy found
147.86 s
[openapi3] Using haskell-suite found on system at: haskell-suite-dummy-location
147.86 s
[openapi3] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
147.86 s
[openapi3] No hmake found
147.86 s
[openapi3] Using hpc version 0.68 found on system at:
147.86 s
[openapi3] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
147.86 s
[openapi3] Using hsc2hs version 0.68.9 found on system at:
147.86 s
[openapi3] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
147.86 s
[openapi3] Using hscolour version 1.25 found on system at:
147.86 s
[openapi3] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
147.86 s
[openapi3] No jhc found
147.86 s
[openapi3] Using ld found on system at:
147.86 s
[openapi3] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
147.86 s
[openapi3] No pkg-config found
147.86 s
[openapi3] Using runghc version 9.6.7 found on system at:
147.86 s
[openapi3] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
147.86 s
[openapi3] Using strip version 2.44 found on system at:
147.86 s
[openapi3] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
147.86 s
[openapi3] Using tar found on system at:
147.86 s
[openapi3] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
147.86 s
[openapi3] No uhc found
147.86 s
[openapi3] Phase: buildPhase
147.86 s
[servant] [16 of 41] Compiling Servant.API.QueryParam
147.86 s
[servant] [17 of 41] Compiling Servant.API.QueryString
147.86 s
[servant] [18 of 41] Compiling Servant.API.Raw
147.86 s
[servant] [19 of 41] Compiling Servant.API.RemoteHost
147.86 s
[servant] [20 of 41] Compiling Servant.API.ReqBody
147.86 s
[servant] [21 of 41] Compiling Servant.API.ServerSentEvents
147.86 s
[servant] [22 of 41] Compiling Servant.API.Status
147.86 s
[servant] [23 of 41] Compiling Servant.API.Sub
147.86 s
[servant] [24 of 41] Compiling Servant.API.TypeErrors
147.86 s
[servant] [25 of 41] Compiling Servant.API.TypeLevel.List
147.86 s
[servant] [26 of 41] Compiling Servant.API.UVerb.Union
147.86 s
[servant] [27 of 41] Compiling Servant.API.ResponseHeaders
147.86 s
[servant] [28 of 41] Compiling Servant.API.UVerb
147.86 s
[servant] [29 of 41] Compiling Servant.API.Vault
147.86 s
[servant] [30 of 41] Compiling Servant.API.Verbs
147.86 s
[servant] [31 of 41] Compiling Servant.API.TypeLevel
147.86 s
[servant] [32 of 41] Compiling Servant.API.WithNamedContext
147.86 s
[servant] [33 of 41] Compiling Servant.API.WithResource
147.86 s
[servant] [34 of 41] Compiling Servant.Types.Internal.Response
147.86 s
[servant] [35 of 41] Compiling Servant.Types.SourceT
147.86 s
[servant] [36 of 41] Compiling Servant.API.Stream
147.86 s
[servant] [37 of 41] Compiling Servant.API.MultiVerb
147.86 s
[servant] [38 of 41] Compiling Servant.Links
147.86 s
[servant] [39 of 41] Compiling Servant.API
147.86 s
[servant] [40 of 41] Compiling Servant.Test.ComprehensiveAPI
147.86 s
[servant] [41 of 41] Compiling Servant.API.Range
147.86 s
[servant] [ 1 of 41] Compiling Servant.API.Alternative
147.86 s
[servant] [ 2 of 41] Compiling Servant.API.BasicAuth
147.86 s
[servant] [ 3 of 41] Compiling Servant.API.Capture
147.86 s
[servant] [ 4 of 41] Compiling Servant.API.ContentTypes
147.86 s
[servant] [ 5 of 41] Compiling Servant.API.Description
147.86 s
[servant] [ 6 of 41] Compiling Servant.API.Empty
147.86 s
[servant] [ 7 of 41] Compiling Servant.API.Experimental.Auth
147.86 s
[servant] [ 8 of 41] Compiling Servant.API.Fragment
147.86 s
[servant] [ 9 of 41] Compiling Servant.API.Generic
147.86 s
[servant] [10 of 41] Compiling Servant.API.Host
147.86 s
[servant] [11 of 41] Compiling Servant.API.HttpVersion
147.86 s
[servant] [12 of 41] Compiling Servant.API.IsSecure
147.86 s
[servant] [13 of 41] Compiling Servant.API.Modifiers
147.86 s
[servant] [14 of 41] Compiling Servant.API.Header
147.86 s
[servant] [15 of 41] Compiling Servant.API.NamedRoutes
147.86 s
[servant] [16 of 41] Compiling Servant.API.QueryParam
147.86 s
[servant] [17 of 41] Compiling Servant.API.QueryString
147.86 s
[servant] [18 of 41] Compiling Servant.API.Raw
147.86 s
[servant] [19 of 41] Compiling Servant.API.RemoteHost
147.86 s
[servant] [20 of 41] Compiling Servant.API.ReqBody
147.86 s
[servant] [21 of 41] Compiling Servant.API.ServerSentEvents
147.86 s
[servant] [22 of 41] Compiling Servant.API.Status
147.86 s
[servant] [23 of 41] Compiling Servant.API.Sub
147.86 s
[servant] [24 of 41] Compiling Servant.API.TypeErrors
147.86 s
[servant] [25 of 41] Compiling Servant.API.TypeLevel.List
147.86 s
[servant] [26 of 41] Compiling Servant.API.UVerb.Union
147.86 s
[servant] [27 of 41] Compiling Servant.API.ResponseHeaders
147.86 s
[servant] [28 of 41] Compiling Servant.API.UVerb
147.86 s
[servant] [29 of 41] Compiling Servant.API.Vault
147.86 s
[servant] [30 of 41] Compiling Servant.API.Verbs
147.86 s
[servant] [31 of 41] Compiling Servant.API.TypeLevel
147.86 s
[servant] [32 of 41] Compiling Servant.API.WithNamedContext
147.86 s
[servant] [33 of 41] Compiling Servant.API.WithResource
147.86 s
[servant] [34 of 41] Compiling Servant.Types.Internal.Response
147.86 s
[servant] [35 of 41] Compiling Servant.Types.SourceT
147.86 s
[servant] [36 of 41] Compiling Servant.API.Stream
147.86 s
[servant] [37 of 41] Compiling Servant.API.MultiVerb
147.86 s
[servant] [38 of 41] Compiling Servant.Links
147.86 s
[servant] [39 of 41] Compiling Servant.API
147.86 s
[servant] [40 of 41] Compiling Servant.Test.ComprehensiveAPI
147.86 s
[cryptostore] include asn1-encoding-0.9.6-1ND9wAHeo5z8sC8bpaTUiC
147.86 s
[cryptostore] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
147.86 s
[cryptostore] include base-4.18.3.0
147.86 s
[cryptostore] include basement-0.0.16-H18ZXwYPKwKGPqa72QNSdy
147.86 s
[cryptostore] include bytestring-0.11.5.4
147.86 s
[cryptostore] include cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
147.86 s
[cryptostore] include hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
147.86 s
[cryptostore] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
147.86 s
[cryptostore] include pem-0.2.4-KoYH8jdsvyQJj1xK8qWWt
147.86 s
[cryptostore] include x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
147.86 s
[cryptostore] include x509-validation-1.6.12-dRSkoJicc2JO9VI0TfICo
147.86 s
[cryptostore] Crypto.Store.CMS=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.CMS,Crypto.Store.Cipher.RC2=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.Cipher.RC2,Crypto.Store.Error=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.Error,Crypto.Store.KeyWrap.AES=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.KeyWrap.AES,Crypto.Store.KeyWrap.RC2=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.KeyWrap.RC2,Crypto.Store.KeyWrap.TripleDES=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.KeyWrap.TripleDES,Crypto.Store.PKCS12=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.PKCS12,Crypto.Store.PKCS5=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.PKCS5,Crypto.Store.PKCS8=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.PKCS8,Crypto.Store.X509=cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5:Crypto.Store.X509
147.86 s
[cryptostore] unit cryptostore-0.4.0.0-K61brx9MwIV2dyF0Nyeb3S-test-cryptostore
147.86 s
[cryptostore] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
147.86 s
[cryptostore] include base-4.18.3.0
147.86 s
[cryptostore] include bytestring-0.11.5.4
147.86 s
[cryptostore] include cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
147.86 s
[cryptostore] include cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
147.86 s
[cryptostore] include hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
147.86 s
[cryptostore] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
147.86 s
[cryptostore] include pem-0.2.4-KoYH8jdsvyQJj1xK8qWWt
147.86 s
[cryptostore] include tasty-1.5.3-Fl9CU3Vk7g8JzztMvOsgbx
147.86 s
[cryptostore] include tasty-hunit-0.10.2-LPwKd0CyAJ52Zh1mEBUUUW
147.86 s
[cryptostore] include tasty-quickcheck-0.11.1-8ZJe3ywHMsE7YM94kQ7nE8
147.86 s
[cryptostore] include x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
147.86 s
[cryptostore] Ready component graph:
147.87 s
[cryptostore] definite cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
147.87 s
[cryptostore] depends asn1-encoding-0.9.6-1ND9wAHeo5z8sC8bpaTUiC
147.87 s
[cryptostore] depends asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
147.87 s
[cryptostore] depends base-4.18.3.0
147.87 s
[cryptostore] depends basement-0.0.16-H18ZXwYPKwKGPqa72QNSdy
147.87 s
[cryptostore] depends bytestring-0.11.5.4
147.87 s
[cryptostore] depends cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
147.87 s
[cryptostore] depends hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
147.87 s
[cryptostore] depends memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
147.87 s
[cryptostore] depends pem-0.2.4-KoYH8jdsvyQJj1xK8qWWt
147.87 s
[cryptostore] depends x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
147.87 s
[cryptostore] depends x509-validation-1.6.12-dRSkoJicc2JO9VI0TfICo
147.87 s
[cryptostore] definite cryptostore-0.4.0.0-K61brx9MwIV2dyF0Nyeb3S-test-cryptostore
147.87 s
[cryptostore] depends asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
147.87 s
[cryptostore] depends base-4.18.3.0
147.87 s
[cryptostore] depends bytestring-0.11.5.4
147.87 s
[cryptostore] depends cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
147.87 s
[cryptostore] depends cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
147.87 s
[cryptostore] depends hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
147.87 s
[cryptostore] depends memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
147.87 s
[cryptostore] depends pem-0.2.4-KoYH8jdsvyQJj1xK8qWWt
147.87 s
[cryptostore] depends tasty-1.5.3-Fl9CU3Vk7g8JzztMvOsgbx
147.87 s
[cryptostore] depends tasty-hunit-0.10.2-LPwKd0CyAJ52Zh1mEBUUUW
147.87 s
[cryptostore] depends tasty-quickcheck-0.11.1-8ZJe3ywHMsE7YM94kQ7nE8
147.87 s
[cryptostore] depends x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
147.87 s
[cryptostore] Using Cabal-3.10.3.0 compiled by ghc-9.6
147.87 s
[cryptostore] Using compiler: ghc-9.6.7
147.87 s
[cryptostore] Using install prefix:
147.87 s
[cryptostore] /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0
147.87 s
[cryptostore] Executables installed in:
147.87 s
[cryptostore] /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/bin
147.87 s
[cryptostore] Libraries installed in:
147.87 s
[cryptostore] /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
147.87 s
[cryptostore] Dynamic Libraries installed in:
147.87 s
[cryptostore] /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
147.87 s
[cryptostore] Private executables installed in:
147.94 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/9i6pyvxym040pi3h6hn3nnv2swbkwam9-github-webhooks-0.18.0-doc /nix/store/lqf7ycpzf2b6dhq03l66lf2ai6v569zz-github-webhooks-0.18.0
148.02 s
[post-build-hook] copying 2 paths...
148.02 s
[post-build-hook] copying path '/nix/store/9i6pyvxym040pi3h6hn3nnv2swbkwam9-github-webhooks-0.18.0-doc' to 'https://cache.staging.nix-ci.com'...
149.58 s
[post-build-hook] copying path '/nix/store/lqf7ycpzf2b6dhq03l66lf2ai6v569zz-github-webhooks-0.18.0' to 'https://cache.staging.nix-ci.com'...
177.14 s
[post-build-hook] copying 2 paths...
177.16 s
[post-build-hook] copying path '/nix/store/6n2wd76yfkpwq5gdc9m46pp4hi4hdlj0-deepseq-generics-0.2.0.1.drv' to 'https://cache.staging.nix-ci.com'...
177.81 s
[post-build-hook] copying path '/nix/store/w14m4mrbwp5vi36vlhzfmq88whyxh6bk-github-webhooks-0.18.0.drv' to 'https://cache.staging.nix-ci.com'...
178.08 s
Progress: 32 of 72 built (10 building)
178.08 s
[cborg] +++ OK, passed 100 tests (84% canonical).
178.08 s
[cborg] Float: OK
178.08 s
[cborg] +++ OK, passed 100 tests (81% canonical).
178.08 s
[cborg] Double: OK
178.08 s
[cborg] +++ OK, passed 100 tests (76% canonical).
178.08 s
[cborg] Tag: OK
178.08 s
[cborg] +++ OK, passed 100 tests (30% canonical).
178.08 s
[cborg] Tag64: OK
178.08 s
[cborg] +++ OK, passed 100 tests (26% canonical).
178.08 s
[cborg] Simple: OK
178.08 s
[cborg] +++ OK, passed 100 tests (72% canonical).
178.08 s
[cborg] Regression tests
178.08 s
[cborg] FlatTerm regressions
178.08 s
[cborg] Decoding of large-ish words: OK
178.08 s
[cborg] Encoding of Int64s on 32bit: OK
178.08 s
[cborg] Issue 160 - decoder checks
178.08 s
[cborg] decodeString fails on non-utf8 bytes instead of crashing (fast path): OK
178.08 s
[cborg] decodeString fails on non-utf8 bytes instead of crashing (slow path): OK
178.08 s
[cborg] decodeListLen doesn't produce negative lengths using a Word64: OK
178.08 s
[cborg] decodeMapLen doesn't produce negative lengths using a Word64: OK
178.08 s
[cborg] decodeBytes doesn't create bytestrings that cause segfaults or worse: OK
178.08 s
[cborg] Issue 162 - canonical decoding
178.08 s
[cborg] simple: OK
178.08 s
[cborg] composite: OK
178.08 s
[cborg] UTF8
178.08 s
[cborg] Decoding of UTF8 encoded Text works and properly handles decoding failures: OK (0.01s)
178.08 s
[cborg] +++ OK, passed 1000 tests:
178.08 s
[cborg] 79.8% "invalid utf8"
178.08 s
[cborg] 20.2% "valid utf8"
178.08 s
[cborg] pre-encoded
178.08 s
[cborg] single term, same bytes: OK
178.08 s
[cborg] +++ OK, passed 100 tests.
178.09 s
[cborg] single term, same tokens: OK
178.09 s
[cborg] +++ OK, passed 100 tests.
178.09 s
[cborg] list terms, same bytes: OK (0.06s)
178.09 s
[cborg] +++ OK, passed 100 tests.
178.09 s
[cborg] list terms, same tokens: OK (0.07s)
178.09 s
[cborg] +++ OK, passed 100 tests.
178.09 s
[cborg]
178.09 s
[cborg] All 271 tests passed (0.34s)
178.09 s
[cborg] Test suite tests: PASS
178.09 s
[cborg] Test suite logged to: dist/test/cborg-0.2.10.0-tests.log
178.09 s
[cborg] 1 of 1 test suites (1 of 1 test cases) passed.
178.09 s
[cborg] checkPhase completed in 1 minutes 12 seconds
178.09 s
[cborg] Phase: haddockPhase
178.09 s
[cborg] Preprocessing library for cborg-0.2.10.0..
178.09 s
[cborg] Running Haddock on library for cborg-0.2.10.0..
178.09 s
[cborg] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
178.09 s
[cborg] 33% ( 3 / 9) in 'Codec.CBOR.ByteArray.Sliced'
178.09 s
[cborg] Missing documentation for:
178.09 s
[cborg] SlicedByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:50)
178.09 s
[cborg] sizeofSlicedByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:61)
178.09 s
[cborg] fromShortByteString (src/Codec/CBOR/ByteArray/Sliced.hs:52)
178.09 s
[cborg] fromByteString (src/Codec/CBOR/ByteArray/Sliced.hs:55)
178.09 s
[cborg] fromByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:58)
178.09 s
[cborg] toBuilder (src/Codec/CBOR/ByteArray/Sliced.hs:86)
178.09 s
[cborg]
178.09 s
[cborg] src/Codec/CBOR/ByteArray/Sliced.hs:44:1: warning : [ -Wunused-imports ]
178.09 s
[cborg] The qualified import of ‘Data.ByteString.Short.Internal’ is redundant
178.09 s
[cborg] except perhaps to import instances from ‘Data.ByteString.Short.Internal’
178.09 s
[cborg] To import instances alone, use: import Data.ByteString.Short.Internal()
178.09 s
[cborg] |
178.09 s
[cborg] 44 | import qualified Data.ByteString.Short.Internal as BSS
178.09 s
[cborg] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.09 s
[cborg] 30% ( 3 / 10) in 'Codec.CBOR.ByteArray'
178.09 s
[cborg] Missing documentation for:
178.09 s
[cborg] ByteArray (src/Codec/CBOR/ByteArray.hs:45)
178.09 s
[cborg] sizeofByteArray (src/Codec/CBOR/ByteArray.hs:47)
178.09 s
[cborg] fromShortByteString (src/Codec/CBOR/ByteArray.hs:51)
178.09 s
[cborg] toShortByteString (src/Codec/CBOR/ByteArray.hs:54)
178.09 s
[cborg] fromByteString (src/Codec/CBOR/ByteArray.hs:57)
178.09 s
[authenticate-oauth] Documentation created: dist/doc/html/authenticate-oauth/,
178.09 s
[authenticate-oauth] dist/doc/html/authenticate-oauth/authenticate-oauth.txt
178.09 s
[authenticate-oauth] Phase: installPhase
178.09 s
[authenticate-oauth] Installing library in /nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/authenticate-oauth-1.7-8w5rcNCUoJy6gZdQkikqpb
178.09 s
[authenticate-oauth] Phase: fixupPhase
178.09 s
[authenticate-oauth] shrinking RPATHs of ELF executables and libraries in /nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7
178.09 s
[authenticate-oauth] shrinking /nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSauthenticate-oauth-1.7-8w5rcNCUoJy6gZdQkikqpb-ghc9.6.7.so
178.09 s
[authenticate-oauth] checking for references to /build/ in /nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7...
178.09 s
[authenticate-oauth] patching script interpreter paths in /nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7
178.09 s
[authenticate-oauth] stripping (with command strip and flags -S -p) in /nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7/lib
178.09 s
[authenticate-oauth] shrinking RPATHs of ELF executables and libraries in /nix/store/h1haismvwmhf74v7h7cg50rj62brgm0p-authenticate-oauth-1.7-doc
178.09 s
[authenticate-oauth] checking for references to /build/ in /nix/store/h1haismvwmhf74v7h7cg50rj62brgm0p-authenticate-oauth-1.7-doc...
178.09 s
[authenticate-oauth] patching script interpreter paths in /nix/store/h1haismvwmhf74v7h7cg50rj62brgm0p-authenticate-oauth-1.7-doc
178.09 s
[getopt-generics] 262 | (NonOptionsParser "BOOL" False (\ (s : r) -> (, r) <$> maybe (parseError "BOOL" Nothing s) (return . const . Just) (parseBool s) )),
178.09 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.09 s
[getopt-generics] [13 of 36] Compiling WithCli.Pure.Internal ( src/WithCli/Pure/Internal.hs, dist/build/spec/spec-tmp/WithCli/Pure/Internal.o )
178.09 s
[getopt-generics] [14 of 36] Compiling WithCli.Pure ( src/WithCli/Pure.hs, dist/build/spec/spec-tmp/WithCli/Pure.o )
178.09 s
[getopt-generics] [15 of 36] Compiling WithCli.PureSpec ( test/WithCli/PureSpec.hs, dist/build/spec/spec-tmp/WithCli/PureSpec.o )
178.09 s
[getopt-generics] [16 of 36] Compiling Util ( test/Util.hs, dist/build/spec/spec-tmp/Util.o )
178.09 s
[getopt-generics] [17 of 36] Compiling WithCli.Pure.RecordSpec ( test/WithCli/Pure/RecordSpec.hs, dist/build/spec/spec-tmp/WithCli/Pure/RecordSpec.o )
178.09 s
[getopt-generics]
178.09 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:64:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
178.09 s
[getopt-generics] Pattern match(es) are non-exhaustive
178.09 s
[getopt-generics] In a pattern binding:
178.09 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
178.09 s
[getopt-generics] Success _
178.09 s
[getopt-generics] OutputAndExit _
178.09 s
[getopt-generics] |
178.09 s
[getopt-generics] 64 | let Errors messages = parse "--no-such-option" :: Result Foo
178.09 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.09 s
[getopt-generics]
178.09 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:70:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
178.09 s
[getopt-generics] Pattern match(es) are non-exhaustive
178.09 s
[getopt-generics] In a pattern binding:
178.09 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
178.09 s
[getopt-generics] Success _
178.09 s
[getopt-generics] OutputAndExit _
178.09 s
[getopt-generics] |
178.09 s
[getopt-generics] 70 | let Errors messages = parse [] :: Result Foo
178.09 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.09 s
[getopt-generics]
178.09 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:74:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
178.09 s
[getopt-generics] Pattern match(es) are non-exhaustive
178.09 s
[getopt-generics] In a pattern binding:
178.09 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
178.09 s
[getopt-generics] Success _
178.09 s
[getopt-generics] OutputAndExit _
178.09 s
[getopt-generics] |
178.09 s
[getopt-generics] 74 | let Errors messages = parse "--bar foo --baz huhu" :: Result Foo
178.09 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.09 s
[getopt-generics]
178.09 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:82:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
178.09 s
[getopt-generics] Pattern match(es) are non-exhaustive
178.09 s
[getopt-generics] In a pattern binding:
178.09 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
178.09 s
[getopt-generics] Success _
178.09 s
[getopt-generics] OutputAndExit _
178.09 s
[getopt-generics] |
178.09 s
[getopt-generics] 82 | let Errors messages = parse "--bar foo --baz huhu --bar 12" :: Result Foo
178.09 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.09 s
[getopt-generics]
178.09 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:87:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
178.09 s
[getopt-generics] Pattern match(es) are non-exhaustive
178.09 s
[getopt-generics] In a pattern binding:
178.09 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
178.09 s
[getopt-generics] Success _
178.09 s
[getopt-generics] Errors _
178.09 s
[getopt-generics] |
178.09 s
[getopt-generics] 87 | let OutputAndExit output = parse "--help" :: Result Foo
178.09 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.09 s
[getopt-generics]
178.09 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:96:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
178.09 s
[getopt-generics] Pattern match(es) are non-exhaustive
178.09 s
[getopt-generics] In a pattern binding:
178.09 s
[openapi3] Preprocessing library for openapi3-3.2.4..
178.09 s
[openapi3] Building library for openapi3-3.2.4..
178.09 s
[openapi3] [ 1 of 18] Compiling Data.OpenApi.Aeson.Compat ( src/Data/OpenApi/Aeson/Compat.hs, dist/build/Data/OpenApi/Aeson/Compat.o, dist/build/Data/OpenApi/Aeson/Compat.dyn_o )
178.09 s
[openapi3] [ 2 of 18] Compiling Data.OpenApi.Declare ( src/Data/OpenApi/Declare.hs, dist/build/Data/OpenApi/Declare.o, dist/build/Data/OpenApi/Declare.dyn_o )
178.09 s
[openapi3]
178.09 s
[openapi3] src/Data/OpenApi/Declare.hs:55:3: warning : [ -Wnoncanonical-monad-instances ]
178.09 s
[openapi3] Noncanonical ‘return’ definition detected
178.09 s
[openapi3] in the instance declaration for ‘Monad (DeclareT d m)’.
178.09 s
[openapi3] ‘return’ will eventually be removed in favour of ‘pure’
178.09 s
[openapi3] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
178.10 s
[openapi3] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
178.10 s
[openapi3] |
178.10 s
[openapi3] 55 | return x = DeclareT (\_ -> pure (mempty, x))
178.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178.10 s
[openapi3] [ 3 of 18] Compiling Data.OpenApi.Internal.AesonUtils ( src/Data/OpenApi/Internal/AesonUtils.hs, dist/build/Data/OpenApi/Internal/AesonUtils.o, dist/build/Data/OpenApi/Internal/AesonUtils.dyn_o )
178.10 s
[openapi3]
178.10 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:101:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
178.10 s
[openapi3] The use of ‘~’ without TypeOperators
178.10 s
[openapi3] will become an error in a future GHC release.
178.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
178.10 s
[openapi3] |
178.10 s
[openapi3] 101 | , Code a ~ '[xs]
178.10 s
[openapi3] | ^
178.10 s
[openapi3]
178.10 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:122:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
178.10 s
[openapi3] The use of ‘~’ without TypeOperators
178.10 s
[openapi3] will become an error in a future GHC release.
178.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
178.10 s
[openapi3] |
178.10 s
[openapi3] 122 | , Code a ~ '[xs]
178.10 s
[openapi3] | ^
178.10 s
[openapi3]
178.10 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:186:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
178.10 s
[openapi3] The use of ‘~’ without TypeOperators
178.10 s
[openapi3] will become an error in a future GHC release.
178.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
178.10 s
[openapi3] |
178.10 s
[openapi3] 186 | , Code a ~ '[xs]
178.10 s
[openapi3] | ^
178.10 s
[openapi3]
178.10 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:260:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
178.10 s
[openapi3] The use of ‘~’ without TypeOperators
178.10 s
[openapi3] will become an error in a future GHC release.
178.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
178.10 s
[openapi3] |
178.10 s
[openapi3] 260 | , Code a ~ '[xs]
178.10 s
[openapi3] | ^
178.10 s
[openapi3] [ 4 of 18] Compiling Data.OpenApi.Internal.TypeShape ( src/Data/OpenApi/Internal/TypeShape.hs, dist/build/Data/OpenApi/Internal/TypeShape.o, dist/build/Data/OpenApi/Internal/TypeShape.dyn_o )
178.10 s
[openapi3]
178.10 s
[openapi3] src/Data/OpenApi/Internal/TypeShape.hs:49:32: warning : [ GHC-39567 ] [ -Wstar-is-type ]
178.10 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
178.10 s
[openapi3] relies on the StarIsType extension, which will become
178.10 s
[openapi3] deprecated in the future.
178.10 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
178.10 s
[openapi3] |
178.10 s
[openapi3] 49 | type family GenericShape (g :: * -> *) :: TypeShape
178.10 s
[openapi3] | ^
178.10 s
[servant] [41 of 41] Compiling Servant.API.Range
178.10 s
[servant] Preprocessing test suite 'spec' for servant-0.20.3.0..
178.10 s
[servant] Building test suite 'spec' for servant-0.20.3.0..
178.10 s
[servant] [1 of 5] Compiling Servant.API.ContentTypesSpec
178.10 s
[servant] [2 of 5] Compiling Servant.API.ResponseHeadersSpec
178.10 s
[servant] [3 of 5] Compiling Servant.API.StreamSpec
178.10 s
[servant] [4 of 5] Compiling Servant.LinksSpec
178.10 s
[servant] [5 of 5] Compiling Main
178.10 s
[servant] [6 of 6] Linking dist/build/spec/spec
178.10 s
[servant] Phase: checkPhase
178.10 s
[servant] Running 1 test suites...
178.10 s
[servant] Test suite spec: RUNNING...
178.10 s
[servant]
178.10 s
[servant] Servant.API.ContentTypes
178.10 s
[servant] Servant.API.ContentTypes
178.10 s
[servant] handleAcceptH
178.10 s
[servant] matches any charset if none were provided [✔]
178.10 s
[servant] does not match non utf-8 charsets [✔]
178.10 s
[servant] The JSON Content-Type type
178.10 s
[servant] handles whitespace at end of input [✔]
178.10 s
[servant] handles whitespace at beginning of input [✔]
178.10 s
[servant] does not like junk at end of input [✔]
178.10 s
[servant] has mimeUnrender reverse mimeRender for valid top-level json ([Int]) [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] has mimeUnrender reverse mimeRender for valid top-level json [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] The NoContent Content-Type type
178.10 s
[servant] does not render any content [✔]
178.10 s
[servant] evaluates the NoContent value [✔]
178.10 s
[servant] The PlainText Content-Type type
178.10 s
[servant] has mimeUnrender reverse mimeRender (lazy Text) [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] has mimeUnrender reverse mimeRender (strict Text) [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] The OctetStream Content-Type type
178.10 s
[servant] is id (Lazy ByteString) [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] is fromStrict/toStrict (Strict ByteString) [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] handleAcceptH
178.10 s
[servant] returns Nothing if the 'Accept' header doesn't match [✔]
178.10 s
[servant] returns Just if the 'Accept' header matches [✔]
178.10 s
[servant] returns Just if the 'Accept' header matches, with multiple mime types [✔]
178.10 s
[servant] returns the Content-Type as the first element of the tuple [✔]
178.10 s
[servant] returns the appropriately serialized representation [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] respects the Accept spec ordering [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] handleCTypeH
178.10 s
[servant] returns Nothing if the 'Content-Type' header doesn't match [✔]
178.10 s
[servant] the 'Content-Type' header matches
178.10 s
[servant] returns Just if the parameter matches [✔]
178.10 s
[servant] returns Just if there is no parameter [✔]
178.10 s
[servant] returns Just Left if the decoding fails [✔]
178.10 s
[servant] returns Just (Right val) if the decoding succeeds [✔]
178.10 s
[servant] returns Just (Right val) if the decoding succeeds for either of multiple mime-types [✔]
178.10 s
[servant] passes content-type to mimeUnrenderWithType [✔]
178.10 s
[servant] eitherDecode is lenient
178.10 s
[servant] parses top-level strings [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] Servant.API.ResponseHeaders
178.10 s
[servant] Servant.API.ResponseHeaders
178.10 s
[servant] addHeader
178.10 s
[servant] adds a header to a value [✔]
178.10 s
[servant] maintains the value [✔]
178.10 s
[servant] adds headers to the front of the list [✔]
178.10 s
[servant] adds a header with description to a value [✔]
178.10 s
[servant] noHeader
178.10 s
[servant] does not add a header [✔]
178.10 s
[servant] HasStatus Headers
178.10 s
[servant] gets the status from the underlying value [✔]
178.10 s
[servant] Servant.API.Stream
178.10 s
[servant] Servant.API.Stream
178.10 s
[servant] NoFraming
178.10 s
[servant] framingUnrender [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] roundtrip [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] NewlineFraming
178.10 s
[servant] framingRender examples [✔]
178.10 s
[servant] framingUnrender examples [✔]
178.10 s
[servant] roundtrip [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] NetstringFraming
178.10 s
[servant] framingRender examples [✔]
178.10 s
[servant] framingUnrender examples [✔]
178.10 s
[servant] roundtrip [✔]
178.10 s
[servant] +++ OK, passed 100 tests.
178.10 s
[servant] Servant.Links
178.10 s
[servant] Servant.Links
178.10 s
[servant] generates correct links for capture query params [✔]
178.10 s
[servant] generates correct links for CaptureAll [✔]
178.10 s
[servant] generated correct links for UVerbs [✔]
178.10 s
[servant] generates correct links for query flags [✔]
178.10 s
[servant] generates correct link for fragment [✔]
178.10 s
[servant] generates correct links for all of the verbs [✔]
178.10 s
[servant] can generate all links for an API that has only linkable endpoints [✔]
178.10 s
[servant] can generate all links for ComprehensiveAPIWithoutRaw [✔]
178.10 s
[servant] Generate links from record fields accessors [✔]
178.10 s
[lens-regex-pcre] Preprocessing test suite 'lens-regex-pcre-test' for lens-regex-pcre-1.1.2.0..
178.10 s
[lens-regex-pcre] Building test suite 'lens-regex-pcre-test' for lens-regex-pcre-1.1.2.0..
178.10 s
[lens-regex-pcre] [1 of 4] Compiling ByteString ( test/ByteString.hs, dist/build/lens-regex-pcre-test/lens-regex-pcre-test-tmp/ByteString.o )
178.10 s
[lens-regex-pcre] [2 of 4] Compiling Paths_lens_regex_pcre ( dist/build/lens-regex-pcre-test/autogen/Paths_lens_regex_pcre.hs, dist/build/lens-regex-pcre-test/lens-regex-pcre-test-tmp/Paths_lens_regex_pcre.o )
178.10 s
[lens-regex-pcre] [3 of 4] Compiling Text ( test/Text.hs, dist/build/lens-regex-pcre-test/lens-regex-pcre-test-tmp/Text.o )
178.11 s
[lens-regex-pcre] [4 of 4] Compiling Main ( test/Spec.hs, dist/build/lens-regex-pcre-test/lens-regex-pcre-test-tmp/Main.o )
178.11 s
[lens-regex-pcre] [5 of 5] Linking dist/build/lens-regex-pcre-test/lens-regex-pcre-test
178.11 s
[lens-regex-pcre] Phase: checkPhase
178.11 s
[lens-regex-pcre] Running 1 test suites...
178.11 s
[lens-regex-pcre] Test suite lens-regex-pcre-test: RUNNING...
178.11 s
[lens-regex-pcre]
178.11 s
[lens-regex-pcre] text
178.11 s
[lens-regex-pcre] regex
178.11 s
[lens-regex-pcre] match
178.11 s
[lens-regex-pcre] getting
178.11 s
[lens-regex-pcre] should find one match [✔]
178.11 s
[lens-regex-pcre] should find many matches [✔]
178.11 s
[lens-regex-pcre] should fold [✔]
178.11 s
[lens-regex-pcre] should match with a group [✔]
178.11 s
[lens-regex-pcre] should match with many groups [✔]
178.11 s
[lens-regex-pcre] should be greedy when overlapping [✔]
178.11 s
[lens-regex-pcre] should respect lazy modifiers [✔]
178.11 s
[lens-regex-pcre] should handle unicode in source text properly [✔]
178.11 s
[lens-regex-pcre] should handle unicode in patterns properly [✔]
178.11 s
[lens-regex-pcre] setting
178.11 s
[lens-regex-pcre] should allow setting [✔]
178.11 s
[lens-regex-pcre] should allow setting many [✔]
178.11 s
[lens-regex-pcre] should allow mutating [✔]
178.11 s
[lens-regex-pcre] should allow mutating many [✔]
178.11 s
[lens-regex-pcre] indexed
178.11 s
[lens-regex-pcre] should allow folding with index [✔]
178.11 s
[lens-regex-pcre] should allow getting with index [✔]
178.11 s
[lens-regex-pcre] should allow setting with index [✔]
178.11 s
[lens-regex-pcre] should allow mutating with index [✔]
178.11 s
[lens-regex-pcre] groups
178.11 s
[lens-regex-pcre] getting
178.11 s
[lens-regex-pcre] should get groups [✔]
178.11 s
[lens-regex-pcre] should get multiple groups [✔]
178.11 s
[lens-regex-pcre] should allow getting a specific index [✔]
178.11 s
[lens-regex-pcre] should handle weird group alternation [✔]
178.11 s
[lens-regex-pcre] setting
178.11 s
[lens-regex-pcre] should allow setting groups as a list [✔]
178.11 s
[lens-regex-pcre] should allow editing when result list is the same length [✔]
178.11 s
[lens-regex-pcre] group
178.11 s
[lens-regex-pcre] should get a single group [✔]
178.11 s
[lens-regex-pcre] should set a single group [✔]
178.11 s
[lens-regex-pcre] traversed
178.11 s
[lens-regex-pcre] should allow setting all group matches [✔]
178.11 s
[lens-regex-pcre] should allow mutating [✔]
178.11 s
[lens-regex-pcre] should allow folding with index [✔]
178.11 s
[lens-regex-pcre] should allow setting with index [✔]
178.11 s
[lens-regex-pcre] should allow mutating with index [✔]
178.11 s
[lens-regex-pcre] should compose indices with matches [✔]
178.11 s
[lens-regex-pcre] namedGroups
178.11 s
[lens-regex-pcre] getting
178.11 s
[lens-regex-pcre] should get named groups [✔]
178.11 s
[lens-regex-pcre] should get multiple named groups [✔]
178.11 s
[lens-regex-pcre] should allow getting a specific named group [✔]
178.11 s
[lens-regex-pcre] should handle weird group alternation [✔]
178.11 s
[lens-regex-pcre] setting
178.11 s
[lens-regex-pcre] should allow setting groups as a map [✔]
178.11 s
[lens-regex-pcre] namedGroup
178.11 s
[lens-regex-pcre] should get a single named group [✔]
178.11 s
[lens-regex-pcre] should set a single group [✔]
178.11 s
[lens-regex-pcre] matchAndGroups
178.11 s
[lens-regex-pcre] should get match and groups [✔]
178.11 s
[lens-regex-pcre] bytestring
178.11 s
[lens-regex-pcre] regex
178.11 s
[lens-regex-pcre] pcre-heavy-compat
178.11 s
[lens-regex-pcre] should handle crazy nested groups [‐]
178.11 s
[lens-regex-pcre] # PENDING: No reason given
178.11 s
[lens-regex-pcre] match
178.11 s
[lens-regex-pcre] getting
178.11 s
[lens-regex-pcre] should find one match [✔]
178.11 s
[lens-regex-pcre] should find many matches [✔]
178.11 s
[lens-regex-pcre] should fold [✔]
178.11 s
[lens-regex-pcre] should match with a group [✔]
178.11 s
[lens-regex-pcre] should match with many groups [✔]
178.11 s
[lens-regex-pcre] should be greedy when overlapping [✔]
178.11 s
[lens-regex-pcre] should respect lazy modifiers [✔]
178.11 s
[lens-regex-pcre] setting
178.11 s
[lens-regex-pcre] should allow setting [✔]
178.11 s
[lens-regex-pcre] should allow setting many [✔]
178.11 s
[lens-regex-pcre] should allow mutating [✔]
178.11 s
[lens-regex-pcre] should allow mutating many [✔]
178.11 s
[lens-regex-pcre] indexed
178.11 s
[lens-regex-pcre] should allow folding with index [✔]
178.11 s
[lens-regex-pcre] should allow getting with index [✔]
178.11 s
[lens-regex-pcre] should allow setting with index [✔]
178.11 s
[lens-regex-pcre] should allow mutating with index [✔]
178.11 s
[lens-regex-pcre] groups
178.11 s
[lens-regex-pcre] getting
178.11 s
[lens-regex-pcre] should get groups [✔]
178.11 s
[lens-regex-pcre] should get multiple groups [✔]
178.11 s
[lens-regex-pcre] should allow getting a specific index [✔]
178.11 s
[lens-regex-pcre] should handle weird group alternation [✔]
178.11 s
[lens-regex-pcre] setting
178.11 s
[lens-regex-pcre] should allow setting groups as a list [✔]
178.11 s
[lens-regex-pcre] should allow editing when result list is the same length [✔]
178.11 s
[lens-regex-pcre] group
178.11 s
[lens-regex-pcre] should get a single group [✔]
178.11 s
[lens-regex-pcre] should set a single group [✔]
178.11 s
[lens-regex-pcre] traversed
178.11 s
[lens-regex-pcre] should allow setting all group matches [✔]
178.11 s
[lens-regex-pcre] should allow mutating [✔]
178.11 s
[cryptostore] /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/libexec/x86_64-linux-ghc-9.6.7/cryptostore-0.4.0.0
178.11 s
[cryptostore] Data files installed in:
178.11 s
[cryptostore] /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/share/x86_64-linux-ghc-9.6.7/cryptostore-0.4.0.0
178.11 s
[cryptostore] Documentation installed in:
178.11 s
[cryptostore] /nix/store/2kirhgyqy5zcfy1dcmva83rig58h8wi5-cryptostore-0.4.0.0-doc/share/doc/cryptostore-0.4.0.0
178.11 s
[cryptostore] Configuration files installed in:
178.11 s
[cryptostore] /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/etc
178.11 s
[cryptostore] No alex found
178.11 s
[cryptostore] Using ar found on system at:
178.11 s
[cryptostore] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
178.11 s
[cryptostore] No c2hs found
178.11 s
[cryptostore] No cpphs found
178.11 s
[cryptostore] No doctest found
178.11 s
[cryptostore] Using gcc version 14.3.0 given by user at:
178.11 s
[cryptostore] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
178.11 s
[cryptostore] Using ghc version 9.6.7 found on system at:
178.11 s
[cryptostore] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
178.11 s
[cryptostore] Using ghc-pkg version 9.6.7 found on system at:
178.11 s
[cryptostore] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
178.11 s
[cryptostore] No ghcjs found
178.11 s
[cryptostore] No ghcjs-pkg found
178.11 s
[cryptostore] No greencard found
178.11 s
[cryptostore] Using haddock version 2.29.2 found on system at:
178.11 s
[cryptostore] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
178.11 s
[cryptostore] No happy found
178.11 s
[cryptostore] Using haskell-suite found on system at: haskell-suite-dummy-location
178.11 s
[cryptostore] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
178.11 s
[cryptostore] No hmake found
178.11 s
[cryptostore] Using hpc version 0.68 found on system at:
178.11 s
[cryptostore] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
178.11 s
[cryptostore] Using hsc2hs version 0.68.9 found on system at:
178.11 s
[cryptostore] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
178.11 s
[cryptostore] Using hscolour version 1.25 found on system at:
178.11 s
[cryptostore] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
178.11 s
[cryptostore] No jhc found
178.11 s
[cryptostore] Using ld found on system at:
178.11 s
[cryptostore] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
178.11 s
[cryptostore] No pkg-config found
178.11 s
[cryptostore] Using runghc version 9.6.7 found on system at:
178.11 s
[cryptostore] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
178.11 s
[cryptostore] Using strip version 2.44 found on system at:
178.11 s
[cryptostore] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
178.11 s
[cryptostore] Using tar found on system at:
178.11 s
[cryptostore] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
178.11 s
[cryptostore] No uhc found
178.11 s
[cryptostore] Phase: buildPhase
178.11 s
[cryptostore] Preprocessing library for cryptostore-0.4.0.0..
178.11 s
[cryptostore] Building library for cryptostore-0.4.0.0..
178.11 s
[cryptostore] [ 1 of 31] Compiling Crypto.Store.ASN1.Generate ( src/Crypto/Store/ASN1/Generate.hs, dist/build/Crypto/Store/ASN1/Generate.o, dist/build/Crypto/Store/ASN1/Generate.dyn_o )
178.11 s
[cryptostore] [ 2 of 31] Compiling Crypto.Store.ASN1.Parse ( src/Crypto/Store/ASN1/Parse.hs, dist/build/Crypto/Store/ASN1/Parse.o, dist/build/Crypto/Store/ASN1/Parse.dyn_o )
178.11 s
[cryptostore] [ 3 of 31] Compiling Crypto.Store.Cipher.RC2.Primitive ( src/Crypto/Store/Cipher/RC2/Primitive.hs, dist/build/Crypto/Store/Cipher/RC2/Primitive.o, dist/build/Crypto/Store/Cipher/RC2/Primitive.dyn_o )
178.11 s
[cryptostore] [ 4 of 31] Compiling Crypto.Store.Error ( src/Crypto/Store/Error.hs, dist/build/Crypto/Store/Error.o, dist/build/Crypto/Store/Error.dyn_o )
178.11 s
[cryptostore] [ 5 of 31] Compiling Crypto.Store.CMS.Util ( src/Crypto/Store/CMS/Util.hs, dist/build/Crypto/Store/CMS/Util.o, dist/build/Crypto/Store/CMS/Util.dyn_o )
178.11 s
[cryptostore] [ 6 of 31] Compiling Crypto.Store.CMS.Type ( src/Crypto/Store/CMS/Type.hs, dist/build/Crypto/Store/CMS/Type.o, dist/build/Crypto/Store/CMS/Type.dyn_o )
178.12 s
[cryptostore] [ 7 of 31] Compiling Crypto.Store.CMS.OriginatorInfo ( src/Crypto/Store/CMS/OriginatorInfo.hs, dist/build/Crypto/Store/CMS/OriginatorInfo.o, dist/build/Crypto/Store/CMS/OriginatorInfo.dyn_o )
178.12 s
[cryptostore] [ 8 of 31] Compiling Crypto.Store.CMS.Attribute ( src/Crypto/Store/CMS/Attribute.hs, dist/build/Crypto/Store/CMS/Attribute.o, dist/build/Crypto/Store/CMS/Attribute.dyn_o )
178.12 s
[cryptostore] [ 9 of 31] Compiling Crypto.Store.PEM ( src/Crypto/Store/PEM.hs, dist/build/Crypto/Store/PEM.o, dist/build/Crypto/Store/PEM.dyn_o )
178.12 s
[cryptostore] [10 of 31] Compiling Crypto.Store.PKCS8.EC ( src/Crypto/Store/PKCS8/EC.hs, dist/build/Crypto/Store/PKCS8/EC.o, dist/build/Crypto/Store/PKCS8/EC.dyn_o )
178.12 s
[cryptostore] [11 of 31] Compiling Crypto.Store.Keys ( src/Crypto/Store/Keys.hs, dist/build/Crypto/Store/Keys.o, dist/build/Crypto/Store/Keys.dyn_o )
178.12 s
[uuid] Source component graph:
178.12 s
[uuid] component lib
178.12 s
[uuid] component test:testuuid dependency lib
178.12 s
[uuid] Configured component graph:
178.12 s
[uuid] component uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
178.12 s
[uuid] include base-4.18.3.0
178.12 s
[uuid] include binary-0.8.9.1
178.12 s
[uuid] include bytestring-0.11.5.4
178.12 s
[uuid] include cryptohash-md5-0.11.101.0-2ATX0zFEoaUKU1TRRBDLfQ
178.12 s
[uuid] include cryptohash-sha1-0.11.101.0-3jmORcy6CUl7Eryz0yruxP
178.12 s
[uuid] include entropy-0.4.1.11-B6vgyfFcyO6Auv5AGPyVrZ
178.12 s
[uuid] include network-info-0.2.1-JiPTd6BB8WDGeKGLW7RML4
178.12 s
[uuid] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
178.12 s
[uuid] include text-2.0.2
178.12 s
[uuid] include time-1.12.2
178.12 s
[uuid] include uuid-types-1.0.6-7gd88fgJIsD4NjBUsU0Bzn
178.12 s
[uuid] component uuid-1.3.16-4JNBCcZpawzAqxuSEGqyAW-testuuid
178.12 s
[uuid] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
178.12 s
[uuid] include base-4.18.3.0
178.12 s
[uuid] include bytestring-0.11.5.4
178.12 s
[uuid] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
178.12 s
[uuid] include tasty-1.5.3-Fl9CU3Vk7g8JzztMvOsgbx
178.12 s
[uuid] include tasty-hunit-0.10.2-LPwKd0CyAJ52Zh1mEBUUUW
178.12 s
[uuid] include tasty-quickcheck-0.11.1-8ZJe3ywHMsE7YM94kQ7nE8
178.12 s
[uuid] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
178.12 s
[uuid] Linked component graph:
178.12 s
[uuid] unit uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
178.12 s
[uuid] include base-4.18.3.0
178.12 s
[uuid] include binary-0.8.9.1
178.12 s
[uuid] include bytestring-0.11.5.4
178.12 s
[uuid] include cryptohash-md5-0.11.101.0-2ATX0zFEoaUKU1TRRBDLfQ
178.12 s
[uuid] include cryptohash-sha1-0.11.101.0-3jmORcy6CUl7Eryz0yruxP
178.12 s
[uuid] include entropy-0.4.1.11-B6vgyfFcyO6Auv5AGPyVrZ
178.12 s
[uuid] include network-info-0.2.1-JiPTd6BB8WDGeKGLW7RML4
178.12 s
[uuid] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
178.12 s
[uuid] include text-2.0.2
178.12 s
[uuid] include time-1.12.2
178.12 s
[uuid] include uuid-types-1.0.6-7gd88fgJIsD4NjBUsU0Bzn
178.12 s
[uuid] Data.UUID=uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As:Data.UUID,Data.UUID.Util=uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As:Data.UUID.Util,Data.UUID.V1=uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As:Data.UUID.V1,Data.UUID.V3=uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As:Data.UUID.V3,Data.UUID.V4=uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As:Data.UUID.V4,Data.UUID.V5=uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As:Data.UUID.V5
178.12 s
[uuid] unit uuid-1.3.16-4JNBCcZpawzAqxuSEGqyAW-testuuid
178.12 s
[uuid] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
178.12 s
[uuid] include base-4.18.3.0
178.12 s
[uuid] include bytestring-0.11.5.4
178.12 s
[uuid] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
178.12 s
[uuid] include tasty-1.5.3-Fl9CU3Vk7g8JzztMvOsgbx
178.12 s
[uuid] include tasty-hunit-0.10.2-LPwKd0CyAJ52Zh1mEBUUUW
178.12 s
[uuid] include tasty-quickcheck-0.11.1-8ZJe3ywHMsE7YM94kQ7nE8
178.12 s
[uuid] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
178.12 s
[uuid] Ready component graph:
178.12 s
[uuid] definite uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
178.12 s
[uuid] depends base-4.18.3.0
178.12 s
[uuid] depends binary-0.8.9.1
178.12 s
[uuid] depends bytestring-0.11.5.4
178.12 s
[uuid] depends cryptohash-md5-0.11.101.0-2ATX0zFEoaUKU1TRRBDLfQ
178.12 s
[uuid] depends cryptohash-sha1-0.11.101.0-3jmORcy6CUl7Eryz0yruxP
178.12 s
[uuid] depends entropy-0.4.1.11-B6vgyfFcyO6Auv5AGPyVrZ
178.12 s
[uuid] depends network-info-0.2.1-JiPTd6BB8WDGeKGLW7RML4
178.12 s
[uuid] depends random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
178.12 s
[uuid] depends text-2.0.2
178.12 s
[uuid] depends time-1.12.2
178.12 s
[uuid] depends uuid-types-1.0.6-7gd88fgJIsD4NjBUsU0Bzn
178.12 s
[uuid] definite uuid-1.3.16-4JNBCcZpawzAqxuSEGqyAW-testuuid
178.12 s
[uuid] depends QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
178.12 s
[uuid] depends base-4.18.3.0
178.12 s
[uuid] depends bytestring-0.11.5.4
178.12 s
[uuid] depends random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
178.12 s
[uuid] depends tasty-1.5.3-Fl9CU3Vk7g8JzztMvOsgbx
178.12 s
[uuid] depends tasty-hunit-0.10.2-LPwKd0CyAJ52Zh1mEBUUUW
178.12 s
[uuid] depends tasty-quickcheck-0.11.1-8ZJe3ywHMsE7YM94kQ7nE8
178.12 s
[uuid] depends uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
178.12 s
[uuid] Using Cabal-3.10.3.0 compiled by ghc-9.6
178.12 s
[uuid] Using compiler: ghc-9.6.7
178.12 s
[uuid] Using install prefix: /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16
178.12 s
[uuid] Executables installed in:
178.12 s
[uuid] /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/bin
178.12 s
[uuid] Libraries installed in:
178.12 s
[uuid] /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
178.12 s
[uuid] Dynamic Libraries installed in:
178.12 s
[uuid] /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
178.12 s
[autodocodec-schema] Phase: setupCompilerEnvironmentPhase
178.12 s
[autodocodec-schema] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
178.12 s
[autodocodec-schema] Phase: unpackPhase
178.12 s
[autodocodec-schema] unpacking source archive /nix/store/w8z8kp69phsgi688szj2rg1s8hnag78c-autodocodec-schema-0.2.0.1.tar.gz
178.12 s
[autodocodec-schema] source root is autodocodec-schema-0.2.0.1
178.12 s
[autodocodec-schema] setting SOURCE_DATE_EPOCH to timestamp 1739471602 of file "autodocodec-schema-0.2.0.1/CHANGELOG.md"
178.12 s
[autodocodec-schema] Phase: patchPhase
178.12 s
[autodocodec-schema] Phase: compileBuildDriverPhase
178.12 s
[autodocodec-schema] setupCompileFlags: -package-db=/build/tmp.QIR4Jxqqi0/setup-package.conf.d -threaded
178.12 s
[autodocodec-schema] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.QIR4Jxqqi0/Main.o )
178.12 s
[autodocodec-schema] [2 of 2] Linking Setup
178.12 s
[autodocodec-schema] Phase: updateAutotoolsGnuConfigScriptsPhase
178.12 s
[autodocodec-schema] Phase: configurePhase
178.12 s
[autodocodec-schema] configureFlags: --verbose --prefix=/nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/3ciqrg3xiy787ixcxvyxknm0acyzbqbg-autodocodec-schema-0.2.0.1-doc/share/doc/autodocodec-schema-0.2.0.1 --with-gcc=gcc --package-db=/build/tmp.QIR4Jxqqi0/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
178.12 s
[autodocodec-schema] Using Parsec parser
178.12 s
[autodocodec-schema] Configuring autodocodec-schema-0.2.0.1...
178.12 s
[autodocodec-schema] Dependency aeson: using aeson-2.2.3.0
178.12 s
[autodocodec-schema] Dependency autodocodec >=0.4.0.0: using autodocodec-0.5.0.0
178.12 s
[autodocodec-schema] Dependency base >=4.7 && <5: using base-4.18.3.0
178.12 s
[autodocodec-schema] Dependency containers: using containers-0.6.7
178.12 s
[autodocodec-schema] Dependency mtl: using mtl-2.3.1
178.12 s
[autodocodec-schema] Dependency scientific: using scientific-0.3.8.0
178.12 s
[autodocodec-schema] Dependency text: using text-2.0.2
178.12 s
[autodocodec-schema] Dependency unordered-containers: using unordered-containers-0.2.20.1
178.12 s
[autodocodec-schema] Dependency validity: using validity-0.12.1.0
178.12 s
[autodocodec-schema] Dependency validity-aeson: using validity-aeson-0.2.0.5
178.12 s
[autodocodec-schema] Dependency validity-containers: using validity-containers-0.5.0.5
178.12 s
[autodocodec-schema] Dependency validity-text: using validity-text-0.3.1.3
178.12 s
[autodocodec-schema] Source component graph: component lib
178.12 s
[autodocodec-schema] Configured component graph:
178.12 s
[autodocodec-schema] component autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
178.12 s
[autodocodec-schema] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
178.12 s
[autodocodec-schema] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
178.12 s
[autodocodec-schema] include base-4.18.3.0
178.12 s
[autodocodec-schema] include containers-0.6.7
178.12 s
[autodocodec-schema] include mtl-2.3.1
178.12 s
[autodocodec-schema] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
178.12 s
[autodocodec-schema] include text-2.0.2
178.12 s
[autodocodec-schema] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
178.12 s
[autodocodec-schema] include validity-0.12.1.0-JiDaOqHuIKY27f6Tt8QLuP
178.12 s
[autodocodec-schema] include validity-aeson-0.2.0.5-4ZOqb3fip9LGzNca2xKbPv
178.12 s
[autodocodec-schema] include validity-containers-0.5.0.5-GzPjp8NmdnIIS5BgBjGS21
178.12 s
[autodocodec-schema] include validity-text-0.3.1.3-1HAbshIlGoy3O6tNMLMs70
178.12 s
[autodocodec-schema] Linked component graph:
178.12 s
[autodocodec-schema] unit autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
178.12 s
[autodocodec-schema] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
178.12 s
[autodocodec-schema] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
178.12 s
[autodocodec-schema] include base-4.18.3.0
178.12 s
[autodocodec-schema] include containers-0.6.7
178.12 s
[autodocodec-schema] include mtl-2.3.1
178.12 s
[autodocodec-schema] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
178.12 s
[autodocodec-schema] include text-2.0.2
178.15 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11 /nix/store/wy3vhbivlwdcpzrv3083fzll4ypj9l3n-jose-0.11-doc
178.27 s
[post-build-hook] copying 2 paths...
178.27 s
[post-build-hook] copying path '/nix/store/wy3vhbivlwdcpzrv3083fzll4ypj9l3n-jose-0.11-doc' to 'https://cache.staging.nix-ci.com'...
179.56 s
[post-build-hook] copying path '/nix/store/kf56pc929m1vwdi2646b3vw07s0xs07h-jose-0.11' to 'https://cache.staging.nix-ci.com'...
187.80 s
[post-build-hook] copying 3 paths...
187.82 s
[post-build-hook] copying path '/nix/store/rx9a0158wglpjv2z5n8wn8y98111fjb8-hspec-api-2.11.14.drv' to 'https://cache.staging.nix-ci.com'...
187.98 s
[post-build-hook] copying path '/nix/store/bsvh6rrr6288vgfmv4465fcksf56is07-tasty-hspec-1.2.0.4.drv' to 'https://cache.staging.nix-ci.com'...
188.15 s
[post-build-hook] copying path '/nix/store/nnjszxcfq10rabpyglg7vaazw1nws7yq-jose-0.11.drv' to 'https://cache.staging.nix-ci.com'...
188.42 s
Progress: 33 of 72 built (9 building)
188.42 s
[cborg] toBuilder (src/Codec/CBOR/ByteArray.hs:60)
188.42 s
[cborg] toSliced (src/Codec/CBOR/ByteArray.hs:63)
188.42 s
[cborg]
188.42 s
[cborg] src/Codec/CBOR/ByteArray.hs:39:1: warning : [ -Wunused-imports ]
188.42 s
[cborg] The qualified import of ‘Data.ByteString.Short.Internal’ is redundant
188.42 s
[cborg] except perhaps to import instances from ‘Data.ByteString.Short.Internal’
188.42 s
[cborg] To import instances alone, use: import Data.ByteString.Short.Internal()
188.42 s
[cborg] |
188.42 s
[cborg] 39 | import qualified Data.ByteString.Short.Internal as BSS
188.42 s
[cborg] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188.42 s
[cborg] Warning: 'simple' is out of scope.
188.42 s
[cborg] If you qualify the identifier, haddock can try to link it anyway.
188.42 s
[cborg] 100% ( 84 / 84) in 'Codec.CBOR.Decoding'
188.42 s
[cborg] 72% ( 31 / 43) in 'Codec.CBOR.Magic'
188.42 s
[cborg] Missing documentation for:
188.42 s
[cborg] word8ToWord (src/Codec/CBOR/Magic.hs:400)
188.42 s
[cborg] word16ToWord (src/Codec/CBOR/Magic.hs:401)
188.42 s
[cborg] word32ToWord (src/Codec/CBOR/Magic.hs:402)
188.42 s
[cborg] word64ToWord (src/Codec/CBOR/Magic.hs:404)
188.42 s
[cborg] word8ToInt (src/Codec/CBOR/Magic.hs:409)
188.42 s
[cborg] word16ToInt (src/Codec/CBOR/Magic.hs:410)
188.42 s
[cborg] word32ToInt (src/Codec/CBOR/Magic.hs:412)
188.42 s
[cborg] word64ToInt (src/Codec/CBOR/Magic.hs:416)
188.42 s
[cborg] intToWord (src/Codec/CBOR/Magic.hs:433)
188.42 s
[cborg] intToInt64 (src/Codec/CBOR/Magic.hs:429)
188.42 s
[cborg] intToWord64 (src/Codec/CBOR/Magic.hs:437)
188.42 s
[cborg] int64ToWord64 (src/Codec/CBOR/Magic.hs:441)
188.42 s
[cborg] 100% ( 7 / 7) in 'Codec.CBOR.Read'
188.42 s
[cborg] 100% ( 37 / 37) in 'Codec.CBOR.Encoding'
188.42 s
[cborg] 88% ( 8 / 9) in 'Codec.CBOR.FlatTerm'
188.42 s
[cborg] Missing documentation for:
188.42 s
[cborg] decodeTermToken (src/Codec/CBOR/FlatTerm.hs:198)
188.42 s
[cborg] Warning: 'Serialise' is out of scope.
188.42 s
[cborg] If you qualify the identifier, haddock can try to link it anyway.
188.42 s
[cborg] Warning: 'decode' is out of scope.
188.42 s
[cborg] If you qualify the identifier, haddock can try to link it anyway.
188.42 s
[cborg] Warning: 'encode' is out of scope.
188.42 s
[cborg] If you qualify the identifier, haddock can try to link it anyway.
188.42 s
[cborg] 100% ( 4 / 4) in 'Codec.CBOR.Term'
188.42 s
[cborg] 100% ( 3 / 3) in 'Codec.CBOR'
188.42 s
[cborg] 100% ( 4 / 4) in 'Codec.CBOR.Write'
188.42 s
[cborg] 100% ( 2 / 2) in 'Codec.CBOR.Pretty'
188.42 s
[cborg] Documentation created: dist/doc/html/cborg/, dist/doc/html/cborg/cborg.txt
188.42 s
[cborg] Preprocessing test suite 'tests' for cborg-0.2.10.0..
188.42 s
[cborg] Phase: installPhase
188.42 s
[cborg] Installing library in /nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/cborg-0.2.10.0-8RRkJ8BeATDI3hI76b9Wv6
188.42 s
[cborg] Phase: fixupPhase
188.42 s
[cborg] shrinking RPATHs of ELF executables and libraries in /nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0
188.42 s
[cborg] shrinking /nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHScborg-0.2.10.0-8RRkJ8BeATDI3hI76b9Wv6-ghc9.6.7.so
188.42 s
[cborg] checking for references to /build/ in /nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0...
188.42 s
[cborg] patching script interpreter paths in /nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0
188.42 s
[cborg] stripping (with command strip and flags -S -p) in /nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0/lib
188.42 s
[cborg] shrinking RPATHs of ELF executables and libraries in /nix/store/dmafd2sqipbmggm454iqza4y1p8b74aq-cborg-0.2.10.0-doc
188.42 s
[cborg] checking for references to /build/ in /nix/store/dmafd2sqipbmggm454iqza4y1p8b74aq-cborg-0.2.10.0-doc...
188.42 s
[cborg] patching script interpreter paths in /nix/store/dmafd2sqipbmggm454iqza4y1p8b74aq-cborg-0.2.10.0-doc
188.42 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
188.42 s
[getopt-generics] Success _
188.42 s
[getopt-generics] Errors _
188.42 s
[getopt-generics] |
188.42 s
[getopt-generics] 96 | let OutputAndExit output = parse "--help" :: Result Foo
188.42 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188.42 s
[getopt-generics]
188.42 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:102:19: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
188.42 s
[getopt-generics] Pattern match(es) are non-exhaustive
188.42 s
[getopt-generics] In a lambda abstraction:
188.42 s
[getopt-generics] Patterns of type ‘ExitCode’ not matched: ExitFailure _
188.42 s
[getopt-generics] |
188.42 s
[getopt-generics] 102 | handle (\ ExitSuccess -> return () ) $
188.42 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
188.42 s
[getopt-generics]
188.42 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:108:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
188.42 s
[getopt-generics] Pattern match(es) are non-exhaustive
188.43 s
[getopt-generics] In a pattern binding:
188.43 s
[getopt-generics] Patterns of type ‘Result NotAllowed’ not matched:
188.43 s
[getopt-generics] Success _
188.43 s
[getopt-generics] OutputAndExit _
188.43 s
[getopt-generics] |
188.43 s
[getopt-generics] 108 | let Errors messages = parse "--help" :: Result NotAllowed
188.43 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188.43 s
[getopt-generics]
188.43 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:112:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
188.43 s
[getopt-generics] Pattern match(es) are non-exhaustive
188.43 s
[getopt-generics] In a pattern binding:
188.43 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
188.43 s
[getopt-generics] Success _
188.43 s
[getopt-generics] Errors _
188.43 s
[getopt-generics] |
188.43 s
[getopt-generics] 112 | let OutputAndExit output = parse "--help" :: Result Foo
188.43 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188.43 s
[getopt-generics]
188.43 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:131:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
188.43 s
[getopt-generics] Pattern match(es) are non-exhaustive
188.43 s
[getopt-generics] In a pattern binding:
188.43 s
[getopt-generics] Patterns of type ‘Result ListOptions’ not matched:
188.43 s
[getopt-generics] Success _
188.43 s
[getopt-generics] OutputAndExit _
188.43 s
[getopt-generics] |
188.43 s
[getopt-generics] 131 | let Errors errs =
188.43 s
[getopt-generics] | ^^^^^^^^^^^^^...
188.43 s
[getopt-generics]
188.43 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:150:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
188.43 s
[getopt-generics] Pattern match(es) are non-exhaustive
188.43 s
[getopt-generics] In a pattern binding:
188.43 s
[getopt-generics] Patterns of type ‘Result CamelCaseOptions’ not matched:
188.43 s
[getopt-generics] Success _
188.43 s
[getopt-generics] Errors _
188.43 s
[getopt-generics] |
188.43 s
[getopt-generics] 150 | let OutputAndExit output :: Result CamelCaseOptions
188.43 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
188.43 s
[getopt-generics]
188.43 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:156:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
188.43 s
[getopt-generics] Pattern match(es) are non-exhaustive
188.43 s
[getopt-generics] In a pattern binding:
188.43 s
[getopt-generics] Patterns of type ‘Result CamelCaseOptions’ not matched:
188.43 s
[getopt-generics] Success _
188.43 s
[getopt-generics] OutputAndExit _
188.43 s
[getopt-generics] |
188.43 s
[getopt-generics] 156 | let Errors errs :: Result CamelCaseOptions
188.43 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
188.43 s
[getopt-generics]
188.43 s
[getopt-generics] test/WithCli/Pure/RecordSpec.hs:191:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
188.43 s
[getopt-generics] Pattern match(es) are non-exhaustive
188.43 s
[getopt-generics] In a pattern binding:
188.43 s
[getopt-generics] Patterns of type ‘Result WithoutSelectors’ not matched:
188.43 s
[getopt-generics] Success _
188.43 s
[getopt-generics] Errors _
188.43 s
[getopt-generics] |
188.43 s
[openapi3]
188.43 s
[openapi3] src/Data/OpenApi/Internal/TypeShape.hs:49:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
188.43 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
188.43 s
[openapi3] relies on the StarIsType extension, which will become
188.43 s
[openapi3] deprecated in the future.
188.43 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
188.43 s
[openapi3] |
188.43 s
[openapi3] 49 | type family GenericShape (g :: * -> * ) :: TypeShape
188.43 s
[openapi3] | ^
188.43 s
[openapi3] [ 5 of 18] Compiling Data.OpenApi.Internal.Utils ( src/Data/OpenApi/Internal/Utils.hs, dist/build/Data/OpenApi/Internal/Utils.o, dist/build/Data/OpenApi/Internal/Utils.dyn_o )
188.43 s
[openapi3] [ 6 of 18] Compiling Data.OpenApi.Internal ( src/Data/OpenApi/Internal.hs, dist/build/Data/OpenApi/Internal.o, dist/build/Data/OpenApi/Internal.dyn_o )
188.43 s
[servant] generated correct links for DeepQuery [✔]
188.43 s
[servant] Check links from record fields [✔]
188.43 s
[servant]
188.43 s
[servant] Finished in 0.0955 seconds
188.43 s
[servant] 52 examples, 0 failures
188.43 s
[servant] Test suite spec: PASS
188.43 s
[servant] Test suite logged to: dist/test/servant-0.20.3.0-spec.log
188.43 s
[servant] 1 of 1 test suites (1 of 1 test cases) passed.
188.43 s
[servant] Phase: haddockPhase
188.43 s
[servant] Preprocessing library for servant-0.20.3.0..
188.43 s
[servant] Running Haddock on library for servant-0.20.3.0..
188.43 s
[servant] Warning: The documentation for the following packages are not installed. No
188.43 s
[servant] links will be generated to these packages: attoparsec-0.14.4,
188.43 s
[servant] attoparsec-0.14.4, vector-0.13.2.0
188.43 s
[servant] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
188.43 s
[servant] 50% ( 1 / 2) in 'Servant.API.Alternative'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] 66% ( 2 / 3) in 'Servant.API.BasicAuth'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] Warning: 'Description' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] 75% ( 3 / 4) in 'Servant.API.Capture'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] Warning: 'ReqBody' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] 47% ( 11 / 23) in 'Servant.API.ContentTypes'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] JSON (src/Servant/API/ContentTypes.hs:103)
188.44 s
[servant] PlainText (src/Servant/API/ContentTypes.hs:104)
188.44 s
[servant] FormUrlEncoded (src/Servant/API/ContentTypes.hs:105)
188.44 s
[servant] OctetStream (src/Servant/API/ContentTypes.hs:106)
188.44 s
[servant] EventStream (src/Servant/API/ContentTypes.hs:107)
188.44 s
[servant] AcceptHeader (src/Servant/API/ContentTypes.hs:155)
188.44 s
[servant] AllCTRender (src/Servant/API/ContentTypes.hs:178)
188.44 s
[servant] AllCTUnrender (src/Servant/API/ContentTypes.hs:232)
188.44 s
[servant] AllMime (src/Servant/API/ContentTypes.hs:251)
188.44 s
[servant] AllMimeRender (src/Servant/API/ContentTypes.hs:269)
188.44 s
[servant] AllMimeUnrender (src/Servant/API/ContentTypes.hs:309)
188.44 s
[servant] canHandleAcceptH (src/Servant/API/ContentTypes.hs:263)
188.44 s
[servant] 87% ( 7 / 8) in 'Servant.API.Description'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] Warning: ':<|>' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] 50% ( 1 / 2) in 'Servant.API.Empty'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] 50% ( 1 / 2) in 'Servant.API.Experimental.Auth'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] Warning: 'Link' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] 50% ( 1 / 2) in 'Servant.API.Fragment'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] Warning: 'route' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] Warning: 'mode' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] Warning: 'routes' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] Warning: 'AsServerT' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] Warning: 'ServerT' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] Warning: 'generated' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] 85% ( 12 / 14) in 'Servant.API.Generic'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] ToServantApi (src/Servant/API/Generic.hs:96)
188.44 s
[servant] GServantProduct (src/Servant/API/Generic.hs:131)
188.44 s
[servant] 50% ( 1 / 2) in 'Servant.API.Host'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] 66% ( 2 / 3) in 'Servant.API.HttpVersion'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] 66% ( 2 / 3) in 'Servant.API.IsSecure'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] Warning: 'RequiredAgument' is out of scope.
188.44 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
188.44 s
[servant] 94% ( 16 / 17) in 'Servant.API.Modifiers'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] 33% ( 1 / 3) in 'Servant.API.Header'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] Header' (src/Servant/API/Header.hs:28)
188.44 s
[servant] 66% ( 2 / 3) in 'Servant.API.NamedRoutes'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[servant] 80% ( 4 / 5) in 'Servant.API.QueryParam'
188.44 s
[servant] Missing documentation for:
188.44 s
[servant] Module header
188.44 s
[lens-regex-pcre] should allow folding with index [✔]
188.44 s
[lens-regex-pcre] should allow setting with index [✔]
188.44 s
[lens-regex-pcre] should allow mutating with index [✔]
188.44 s
[lens-regex-pcre] should compose indices with matches [✔]
188.44 s
[lens-regex-pcre] namedGroups
188.44 s
[lens-regex-pcre] getting
188.44 s
[lens-regex-pcre] should get named groups [✔]
188.44 s
[lens-regex-pcre] should get multiple named groups [✔]
188.44 s
[lens-regex-pcre] should allow getting a specific named group [✔]
188.44 s
[lens-regex-pcre] should handle weird group alternation [✔]
188.44 s
[lens-regex-pcre] setting
188.44 s
[lens-regex-pcre] should allow setting groups as a map [✔]
188.44 s
[lens-regex-pcre] namedGroup
188.44 s
[lens-regex-pcre] should get a single named group [✔]
188.44 s
[lens-regex-pcre] should set a single group [✔]
188.44 s
[lens-regex-pcre] matchAndGroups
188.44 s
[lens-regex-pcre] should get match and groups [✔]
188.44 s
[lens-regex-pcre]
188.44 s
[lens-regex-pcre] Finished in 0.0234 seconds
188.44 s
[lens-regex-pcre] 77 examples, 0 failures, 1 pending
188.44 s
[lens-regex-pcre] Test suite lens-regex-pcre-test: PASS
188.44 s
[lens-regex-pcre] Test suite logged to:
188.44 s
[lens-regex-pcre] dist/test/lens-regex-pcre-1.1.2.0-lens-regex-pcre-test.log
188.44 s
[lens-regex-pcre] 1 of 1 test suites (1 of 1 test cases) passed.
188.44 s
[lens-regex-pcre] Phase: haddockPhase
188.44 s
[lens-regex-pcre] Preprocessing library for lens-regex-pcre-1.1.2.0..
188.44 s
[lens-regex-pcre] Running Haddock on library for lens-regex-pcre-1.1.2.0..
188.44 s
[lens-regex-pcre] Warning: The documentation for the following packages are not installed. No
188.44 s
[lens-regex-pcre] links will be generated to these packages: vector-0.13.2.0
188.44 s
[lens-regex-pcre] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
188.44 s
[lens-regex-pcre] 100% ( 15 / 15) in 'Control.Lens.Regex.ByteString'
188.44 s
[lens-regex-pcre] 100% ( 15 / 15) in 'Control.Lens.Regex.Text'
188.44 s
[lens-regex-pcre] Documentation created: dist/doc/html/lens-regex-pcre/,
188.44 s
[lens-regex-pcre] dist/doc/html/lens-regex-pcre/lens-regex-pcre.txt
188.44 s
[lens-regex-pcre] Preprocessing test suite 'lens-regex-pcre-test' for lens-regex-pcre-1.1.2.0..
188.44 s
[lens-regex-pcre] Phase: installPhase
188.44 s
[lens-regex-pcre] Installing library in /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
188.44 s
[lens-regex-pcre] Phase: fixupPhase
188.44 s
[lens-regex-pcre] shrinking RPATHs of ELF executables and libraries in /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0
188.44 s
[lens-regex-pcre] shrinking /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSlens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km-ghc9.6.7.so
188.44 s
[lens-regex-pcre] checking for references to /build/ in /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0...
188.44 s
[lens-regex-pcre] patching script interpreter paths in /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0
188.44 s
[lens-regex-pcre] stripping (with command strip and flags -S -p) in /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0/lib
188.44 s
[lens-regex-pcre] shrinking RPATHs of ELF executables and libraries in /nix/store/qxc56zpvi2j1zxpn3w6bqf7774wdsvgq-lens-regex-pcre-1.1.2.0-doc
188.44 s
[lens-regex-pcre] checking for references to /build/ in /nix/store/qxc56zpvi2j1zxpn3w6bqf7774wdsvgq-lens-regex-pcre-1.1.2.0-doc...
188.44 s
[lens-regex-pcre] patching script interpreter paths in /nix/store/qxc56zpvi2j1zxpn3w6bqf7774wdsvgq-lens-regex-pcre-1.1.2.0-doc
188.44 s
[cryptostore] [12 of 31] Compiling Crypto.Store.Util ( src/Crypto/Store/Util.hs, dist/build/Crypto/Store/Util.o, dist/build/Crypto/Store/Util.dyn_o )
188.44 s
[cryptostore] [13 of 31] Compiling Crypto.Store.KeyWrap.TripleDES ( src/Crypto/Store/KeyWrap/TripleDES.hs, dist/build/Crypto/Store/KeyWrap/TripleDES.o, dist/build/Crypto/Store/KeyWrap/TripleDES.dyn_o )
188.44 s
[cryptostore] [14 of 31] Compiling Crypto.Store.KeyWrap.RC2 ( src/Crypto/Store/KeyWrap/RC2.hs, dist/build/Crypto/Store/KeyWrap/RC2.o, dist/build/Crypto/Store/KeyWrap/RC2.dyn_o )
188.44 s
[cryptostore] [15 of 31] Compiling Crypto.Store.KeyWrap.AES ( src/Crypto/Store/KeyWrap/AES.hs, dist/build/Crypto/Store/KeyWrap/AES.o, dist/build/Crypto/Store/KeyWrap/AES.dyn_o )
188.44 s
[cryptostore] [16 of 31] Compiling Crypto.Store.Cipher.RC2 ( src/Crypto/Store/Cipher/RC2.hs, dist/build/Crypto/Store/Cipher/RC2.o, dist/build/Crypto/Store/Cipher/RC2.dyn_o )
188.44 s
[cryptostore] [17 of 31] Compiling Crypto.Store.CMS.Algorithms ( src/Crypto/Store/CMS/Algorithms.hs, dist/build/Crypto/Store/CMS/Algorithms.o, dist/build/Crypto/Store/CMS/Algorithms.dyn_o )
188.44 s
[cryptostore] [18 of 31] Compiling Crypto.Store.PKCS5.PBES1 ( src/Crypto/Store/PKCS5/PBES1.hs, dist/build/Crypto/Store/PKCS5/PBES1.o, dist/build/Crypto/Store/PKCS5/PBES1.dyn_o )
188.44 s
[cryptostore] [19 of 31] Compiling Crypto.Store.CMS.Encrypted ( src/Crypto/Store/CMS/Encrypted.hs, dist/build/Crypto/Store/CMS/Encrypted.o, dist/build/Crypto/Store/CMS/Encrypted.dyn_o )
188.44 s
[cryptostore] [20 of 31] Compiling Crypto.Store.CMS.Enveloped ( src/Crypto/Store/CMS/Enveloped.hs, dist/build/Crypto/Store/CMS/Enveloped.o, dist/build/Crypto/Store/CMS/Enveloped.dyn_o )
188.44 s
[cryptostore] [21 of 31] Compiling Crypto.Store.CMS.AuthEnveloped ( src/Crypto/Store/CMS/AuthEnveloped.hs, dist/build/Crypto/Store/CMS/AuthEnveloped.o, dist/build/Crypto/Store/CMS/AuthEnveloped.dyn_o )
188.44 s
[cryptostore] [22 of 31] Compiling Crypto.Store.CMS.Signed ( src/Crypto/Store/CMS/Signed.hs, dist/build/Crypto/Store/CMS/Signed.o, dist/build/Crypto/Store/CMS/Signed.dyn_o )
188.44 s
[cryptostore] [23 of 31] Compiling Crypto.Store.CMS.Digested ( src/Crypto/Store/CMS/Digested.hs, dist/build/Crypto/Store/CMS/Digested.o, dist/build/Crypto/Store/CMS/Digested.dyn_o )
188.44 s
[cryptostore] [24 of 31] Compiling Crypto.Store.CMS.Authenticated ( src/Crypto/Store/CMS/Authenticated.hs, dist/build/Crypto/Store/CMS/Authenticated.o, dist/build/Crypto/Store/CMS/Authenticated.dyn_o )
188.44 s
[cryptostore] [25 of 31] Compiling Crypto.Store.PKCS5 ( src/Crypto/Store/PKCS5.hs, dist/build/Crypto/Store/PKCS5.o, dist/build/Crypto/Store/PKCS5.dyn_o )
188.44 s
[cryptostore] [26 of 31] Compiling Crypto.Store.PKCS8 ( src/Crypto/Store/PKCS8.hs, dist/build/Crypto/Store/PKCS8.o, dist/build/Crypto/Store/PKCS8.dyn_o )
188.44 s
[cryptostore] [27 of 31] Compiling Crypto.Store.CMS.Info ( src/Crypto/Store/CMS/Info.hs, dist/build/Crypto/Store/CMS/Info.o, dist/build/Crypto/Store/CMS/Info.dyn_o )
188.44 s
[cryptostore] [28 of 31] Compiling Crypto.Store.CMS.PEM ( src/Crypto/Store/CMS/PEM.hs, dist/build/Crypto/Store/CMS/PEM.o, dist/build/Crypto/Store/CMS/PEM.dyn_o )
188.44 s
[cryptostore] [29 of 31] Compiling Crypto.Store.CMS ( src/Crypto/Store/CMS.hs, dist/build/Crypto/Store/CMS.o, dist/build/Crypto/Store/CMS.dyn_o )
188.44 s
[cryptostore] [30 of 31] Compiling Crypto.Store.PKCS12 ( src/Crypto/Store/PKCS12.hs, dist/build/Crypto/Store/PKCS12.o, dist/build/Crypto/Store/PKCS12.dyn_o )
188.44 s
[cryptostore] [31 of 31] Compiling Crypto.Store.X509 ( src/Crypto/Store/X509.hs, dist/build/Crypto/Store/X509.o, dist/build/Crypto/Store/X509.dyn_o )
188.44 s
[cryptostore] [ 1 of 31] Compiling Crypto.Store.ASN1.Generate ( src/Crypto/Store/ASN1/Generate.hs, dist/build/Crypto/Store/ASN1/Generate.p_o )
188.44 s
[cryptostore] [ 2 of 31] Compiling Crypto.Store.ASN1.Parse ( src/Crypto/Store/ASN1/Parse.hs, dist/build/Crypto/Store/ASN1/Parse.p_o )
188.44 s
[cryptostore] [ 3 of 31] Compiling Crypto.Store.Cipher.RC2.Primitive ( src/Crypto/Store/Cipher/RC2/Primitive.hs, dist/build/Crypto/Store/Cipher/RC2/Primitive.p_o )
188.44 s
[cryptostore] [ 4 of 31] Compiling Crypto.Store.Error ( src/Crypto/Store/Error.hs, dist/build/Crypto/Store/Error.p_o )
188.44 s
[cryptostore] [ 5 of 31] Compiling Crypto.Store.CMS.Util ( src/Crypto/Store/CMS/Util.hs, dist/build/Crypto/Store/CMS/Util.p_o )
188.44 s
[cryptostore] [ 6 of 31] Compiling Crypto.Store.CMS.Type ( src/Crypto/Store/CMS/Type.hs, dist/build/Crypto/Store/CMS/Type.p_o )
188.44 s
[cryptostore] [ 7 of 31] Compiling Crypto.Store.CMS.OriginatorInfo ( src/Crypto/Store/CMS/OriginatorInfo.hs, dist/build/Crypto/Store/CMS/OriginatorInfo.p_o )
188.44 s
[uuid] Private executables installed in:
188.44 s
[uuid] /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/libexec/x86_64-linux-ghc-9.6.7/uuid-1.3.16
188.44 s
[uuid] Data files installed in:
188.44 s
[uuid] /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/share/x86_64-linux-ghc-9.6.7/uuid-1.3.16
188.44 s
[uuid] Documentation installed in:
188.44 s
[uuid] /nix/store/kmlcacb50jw9gqndkni58kj1kir0d26z-uuid-1.3.16-doc/share/doc/uuid-1.3.16
188.44 s
[uuid] Configuration files installed in:
188.45 s
[uuid] /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/etc
188.45 s
[uuid] No alex found
188.45 s
[uuid] Using ar found on system at:
188.45 s
[uuid] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
188.45 s
[uuid] No c2hs found
188.45 s
[uuid] No cpphs found
188.45 s
[uuid] No doctest found
188.45 s
[uuid] Using gcc version 14.3.0 given by user at:
188.45 s
[uuid] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
188.45 s
[uuid] Using ghc version 9.6.7 found on system at:
188.45 s
[uuid] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
188.45 s
[uuid] Using ghc-pkg version 9.6.7 found on system at:
188.45 s
[uuid] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
188.45 s
[uuid] No ghcjs found
188.45 s
[uuid] No ghcjs-pkg found
188.45 s
[uuid] No greencard found
188.45 s
[uuid] Using haddock version 2.29.2 found on system at:
188.45 s
[uuid] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
188.45 s
[uuid] No happy found
188.45 s
[uuid] Using haskell-suite found on system at: haskell-suite-dummy-location
188.45 s
[uuid] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
188.45 s
[uuid] No hmake found
188.45 s
[uuid] Using hpc version 0.68 found on system at:
188.45 s
[uuid] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
188.45 s
[uuid] Using hsc2hs version 0.68.9 found on system at:
188.45 s
[uuid] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
188.45 s
[uuid] Using hscolour version 1.25 found on system at:
188.45 s
[uuid] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
188.45 s
[uuid] No jhc found
188.45 s
[uuid] Using ld found on system at:
188.45 s
[uuid] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
188.45 s
[uuid] No pkg-config found
188.45 s
[uuid] Using runghc version 9.6.7 found on system at:
188.45 s
[uuid] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
188.45 s
[uuid] Using strip version 2.44 found on system at:
188.45 s
[uuid] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
188.45 s
[uuid] Using tar found on system at:
188.45 s
[uuid] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
188.45 s
[uuid] No uhc found
188.45 s
[uuid] Phase: buildPhase
188.45 s
[uuid] Preprocessing library for uuid-1.3.16..
188.45 s
[uuid] Building library for uuid-1.3.16..
188.45 s
[uuid] [1 of 8] Compiling Data.UUID ( src/Data/UUID.hs, dist/build/Data/UUID.o, dist/build/Data/UUID.dyn_o )
188.45 s
[uuid] [2 of 8] Compiling Data.UUID.Named ( src/Data/UUID/Named.hs, dist/build/Data/UUID/Named.o, dist/build/Data/UUID/Named.dyn_o )
188.45 s
[uuid]
188.45 s
[uuid] src/Data/UUID/Named.hs:31:1: warning : [ -Wunused-imports ]
188.45 s
[uuid] The import of ‘Control.Applicative’ is redundant
188.45 s
[uuid] except perhaps to import instances from ‘Control.Applicative’
188.45 s
[uuid] To import instances alone, use: import Control.Applicative()
188.45 s
[uuid] |
188.45 s
[uuid] 31 | import Control.Applicative ((<*>),(<$>))
188.45 s
[uuid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188.45 s
[uuid] [3 of 8] Compiling Data.UUID.V1 ( src/Data/UUID/V1.hs, dist/build/Data/UUID/V1.o, dist/build/Data/UUID/V1.dyn_o )
188.45 s
[uuid]
188.45 s
[uuid] src/Data/UUID/V1.hs:34:1: warning : [ -Wunused-imports ]
188.45 s
[uuid] The import of ‘Control.Applicative’ is redundant
188.45 s
[uuid] except perhaps to import instances from ‘Control.Applicative’
188.45 s
[uuid] To import instances alone, use: import Control.Applicative()
188.45 s
[uuid] |
188.45 s
[uuid] 34 | import Control.Applicative ((<$>),(<*>))
188.45 s
[uuid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
188.45 s
[uuid] [4 of 8] Compiling Data.UUID.V3 ( src/Data/UUID/V3.hs, dist/build/Data/UUID/V3.o, dist/build/Data/UUID/V3.dyn_o )
188.45 s
[uuid] [5 of 8] Compiling Data.UUID.V4 ( src/Data/UUID/V4.hs, dist/build/Data/UUID/V4.o, dist/build/Data/UUID/V4.dyn_o )
188.45 s
[uuid] [6 of 8] Compiling Data.UUID.V5 ( src/Data/UUID/V5.hs, dist/build/Data/UUID/V5.o, dist/build/Data/UUID/V5.dyn_o )
188.45 s
[autodocodec-schema] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
188.45 s
[autodocodec-schema] include validity-0.12.1.0-JiDaOqHuIKY27f6Tt8QLuP
188.45 s
[autodocodec-schema] include validity-aeson-0.2.0.5-4ZOqb3fip9LGzNca2xKbPv
188.45 s
[autodocodec-schema] include validity-containers-0.5.0.5-GzPjp8NmdnIIS5BgBjGS21
188.45 s
[autodocodec-schema] include validity-text-0.3.1.3-1HAbshIlGoy3O6tNMLMs70
188.45 s
[autodocodec-schema] Autodocodec.Schema=autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v:Autodocodec.Schema
188.45 s
[autodocodec-schema] Ready component graph:
188.45 s
[autodocodec-schema] definite autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
188.45 s
[autodocodec-schema] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
188.45 s
[autodocodec-schema] depends autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
188.45 s
[autodocodec-schema] depends base-4.18.3.0
188.45 s
[autodocodec-schema] depends containers-0.6.7
188.45 s
[autodocodec-schema] depends mtl-2.3.1
188.45 s
[autodocodec-schema] depends scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
188.45 s
[autodocodec-schema] depends text-2.0.2
188.45 s
[autodocodec-schema] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
188.45 s
[autodocodec-schema] depends validity-0.12.1.0-JiDaOqHuIKY27f6Tt8QLuP
188.45 s
[autodocodec-schema] depends validity-aeson-0.2.0.5-4ZOqb3fip9LGzNca2xKbPv
188.45 s
[autodocodec-schema] depends validity-containers-0.5.0.5-GzPjp8NmdnIIS5BgBjGS21
188.45 s
[autodocodec-schema] depends validity-text-0.3.1.3-1HAbshIlGoy3O6tNMLMs70
188.45 s
[autodocodec-schema] Using Cabal-3.10.3.0 compiled by ghc-9.6
188.45 s
[autodocodec-schema] Using compiler: ghc-9.6.7
188.45 s
[autodocodec-schema] Using install prefix:
188.45 s
[autodocodec-schema] /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1
188.45 s
[autodocodec-schema] Executables installed in:
188.45 s
[autodocodec-schema] /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/bin
188.45 s
[autodocodec-schema] Libraries installed in:
188.45 s
[autodocodec-schema] /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
188.45 s
[autodocodec-schema] Dynamic Libraries installed in:
188.45 s
[autodocodec-schema] /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
188.45 s
[autodocodec-schema] Private executables installed in:
188.45 s
[autodocodec-schema] /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/libexec/x86_64-linux-ghc-9.6.7/autodocodec-schema-0.2.0.1
188.45 s
[autodocodec-schema] Data files installed in:
188.45 s
[autodocodec-schema] /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/share/x86_64-linux-ghc-9.6.7/autodocodec-schema-0.2.0.1
188.45 s
[autodocodec-schema] Documentation installed in:
188.45 s
[autodocodec-schema] /nix/store/3ciqrg3xiy787ixcxvyxknm0acyzbqbg-autodocodec-schema-0.2.0.1-doc/share/doc/autodocodec-schema-0.2.0.1
188.45 s
[autodocodec-schema] Configuration files installed in:
188.45 s
[autodocodec-schema] /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/etc
188.45 s
[autodocodec-schema] No alex found
188.45 s
[autodocodec-schema] Using ar found on system at:
188.45 s
[autodocodec-schema] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
188.45 s
[autodocodec-schema] No c2hs found
188.45 s
[autodocodec-schema] No cpphs found
188.45 s
[autodocodec-schema] No doctest found
188.45 s
[autodocodec-schema] Using gcc version 14.3.0 given by user at:
188.45 s
[autodocodec-schema] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
188.45 s
[autodocodec-schema] Using ghc version 9.6.7 found on system at:
188.45 s
[autodocodec-schema] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
188.45 s
[autodocodec-schema] Using ghc-pkg version 9.6.7 found on system at:
188.45 s
[autodocodec-schema] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
188.45 s
[autodocodec-schema] No ghcjs found
188.45 s
[autodocodec-schema] No ghcjs-pkg found
188.45 s
[autodocodec-schema] No greencard found
188.45 s
[autodocodec-schema] Using haddock version 2.29.2 found on system at:
188.45 s
[autodocodec-schema] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
188.45 s
[autodocodec-schema] No happy found
188.45 s
[autodocodec-schema] Using haskell-suite found on system at: haskell-suite-dummy-location
188.45 s
[autodocodec-schema] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
188.45 s
[autodocodec-schema] No hmake found
188.45 s
[autodocodec-schema] Using hpc version 0.68 found on system at:
188.45 s
[autodocodec-schema] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
188.45 s
[autodocodec-schema] Using hsc2hs version 0.68.9 found on system at:
188.45 s
[autodocodec-schema] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
188.45 s
[autodocodec-schema] Using hscolour version 1.25 found on system at:
188.45 s
[autodocodec-schema] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
188.45 s
[autodocodec-schema] No jhc found
188.45 s
[autodocodec-schema] Using ld found on system at:
188.45 s
[autodocodec-schema] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
188.45 s
[autodocodec-schema] No pkg-config found
188.45 s
[autodocodec-schema] Using runghc version 9.6.7 found on system at:
188.45 s
[autodocodec-schema] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
188.45 s
[autodocodec-schema] Using strip version 2.44 found on system at:
188.45 s
[autodocodec-schema] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
188.45 s
[autodocodec-schema] Using tar found on system at:
188.45 s
[autodocodec-schema] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
188.45 s
[autodocodec-schema] No uhc found
188.45 s
[autodocodec-schema] Phase: buildPhase
188.45 s
[autodocodec-schema] Preprocessing library for autodocodec-schema-0.2.0.1..
188.46 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/h1haismvwmhf74v7h7cg50rj62brgm0p-authenticate-oauth-1.7-doc /nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7
188.65 s
[post-build-hook] copying 2 paths...
188.65 s
[post-build-hook] copying path '/nix/store/h1haismvwmhf74v7h7cg50rj62brgm0p-authenticate-oauth-1.7-doc' to 'https://cache.staging.nix-ci.com'...
188.99 s
[post-build-hook] copying path '/nix/store/wfr56402cw7kgv6c4jwpq8yvh0arxqj4-authenticate-oauth-1.7' to 'https://cache.staging.nix-ci.com'...
190.27 s
[post-build-hook] copying 1 paths...
190.27 s
[post-build-hook] copying path '/nix/store/0a8qkl7z8nslfss9y7c2dxl27ns3cpgq-authenticate-oauth-1.7.drv' to 'https://cache.staging.nix-ci.com'...
190.53 s
Progress: 34 of 72 built (8 building)
190.53 s
[getopt-generics] 191 | let OutputAndExit output = parse "--help" :: Result WithoutSelectors
190.53 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190.53 s
[getopt-generics] [18 of 36] Compiling WithCli.ParserSpec ( test/WithCli/ParserSpec.hs, dist/build/spec/spec-tmp/WithCli/ParserSpec.o )
190.53 s
[getopt-generics]
190.53 s
[getopt-generics] test/WithCli/ParserSpec.hs:24:47: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
190.53 s
[getopt-generics] Pattern match(es) are non-exhaustive
190.53 s
[getopt-generics] In a lambda abstraction:
190.53 s
[getopt-generics] Patterns of type ‘[String]’ not matched: []
190.53 s
[getopt-generics] |
190.53 s
[getopt-generics] 24 | (NonOptionsParser "type" False (\ (s : r) -> (, r) <$> Success (const $ Just $ read s) )) :
190.53 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190.53 s
[getopt-generics]
190.53 s
[getopt-generics] test/WithCli/ParserSpec.hs:26:29: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
190.53 s
[getopt-generics] Pattern match(es) are non-exhaustive
190.53 s
[getopt-generics] In a lambda abstraction:
190.53 s
[getopt-generics] Patterns of type ‘Maybe Int’ not matched: Nothing
190.53 s
[getopt-generics] |
190.53 s
[getopt-generics] 26 | parserConvert = \ (Just x) -> return x
190.53 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^
190.53 s
[getopt-generics] [19 of 36] Compiling ModifiersSpec.RenameOptionsSpec ( test/ModifiersSpec/RenameOptionsSpec.hs, dist/build/spec/spec-tmp/ModifiersSpec/RenameOptionsSpec.o )
190.53 s
[getopt-generics]
190.53 s
[getopt-generics] test/ModifiersSpec/RenameOptionsSpec.hs:45:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
190.53 s
[getopt-generics] Pattern match(es) are non-exhaustive
190.53 s
[getopt-generics] In a pattern binding:
190.53 s
[getopt-generics] Patterns of type ‘Result CommonPrefixes’ not matched:
190.53 s
[getopt-generics] Success _
190.53 s
[getopt-generics] OutputAndExit _
190.53 s
[getopt-generics] |
190.53 s
[getopt-generics] 45 | let Errors errs = modsParse
190.53 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^...
190.53 s
[getopt-generics] [20 of 36] Compiling ModifiersSpec ( test/ModifiersSpec.hs, dist/build/spec/spec-tmp/ModifiersSpec.o )
190.53 s
[getopt-generics]
190.53 s
[getopt-generics] test/ModifiersSpec.hs:27:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
190.53 s
[getopt-generics] Pattern match(es) are non-exhaustive
190.53 s
[getopt-generics] In a pattern binding:
190.53 s
[getopt-generics] Patterns of type ‘Result CamelCaseOptions’ not matched:
190.53 s
[getopt-generics] Success _
190.53 s
[getopt-generics] Errors _
190.54 s
[getopt-generics] |
190.54 s
[getopt-generics] 27 | let OutputAndExit output = parse' "--help"
190.54 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190.54 s
[getopt-generics]
190.54 s
[getopt-generics] test/ModifiersSpec.hs:42:13: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
190.54 s
[getopt-generics] Pattern match(es) are non-exhaustive
190.54 s
[getopt-generics] In a pattern binding:
190.54 s
[getopt-generics] Patterns of type ‘Result CamelCaseOptions’ not matched:
190.54 s
[getopt-generics] Success _
190.54 s
[getopt-generics] OutputAndExit _
190.54 s
[getopt-generics] |
190.54 s
[getopt-generics] 42 | let Errors errs = parse' "--foo foo"
190.54 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190.54 s
[getopt-generics]
190.54 s
[getopt-generics] test/ModifiersSpec.hs:46:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
190.54 s
[getopt-generics] Pattern match(es) are non-exhaustive
190.54 s
[getopt-generics] In a pattern binding:
190.54 s
[getopt-generics] Patterns of type ‘Result CamelCaseOptions’ not matched:
190.54 s
[getopt-generics] Success _
190.54 s
[getopt-generics] OutputAndExit _
190.54 s
[getopt-generics] |
190.54 s
[getopt-generics] 46 | let Errors errs = modsParse
190.54 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^...
190.54 s
[getopt-generics]
190.54 s
[servant] Warning: 'QueryParam' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] 83% ( 5 / 6) in 'Servant.API.QueryString'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] Warning: 'Application' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'pathInfo' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] 66% ( 2 / 3) in 'Servant.API.Raw'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] 66% ( 2 / 3) in 'Servant.API.RemoteHost'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] 66% ( 2 / 3) in 'Servant.API.ReqBody'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] Warning: 'EventMessage' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'Event' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'ByteString' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'FromJSON' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] 75% ( 3 / 4) in 'Servant.API.ServerSentEvents'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] ServerSentEvents (src/Servant/API/ServerSentEvents.hs:37)
190.54 s
[servant] 66% ( 2 / 3) in 'Servant.API.Status'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] 50% ( 1 / 2) in 'Servant.API.Sub'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] 80% ( 4 / 5) in 'Servant.API.TypeErrors'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] ErrorIfNoGeneric (src/Servant/API/TypeErrors.hs:46)
190.54 s
[servant] 50% ( 1 / 2) in 'Servant.API.TypeLevel.List'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] Warning: 'UVerb' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'cast' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] 50% ( 4 / 8) in 'Servant.API.UVerb.Union'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] IsMember (src/Servant/API/UVerb/Union.hs:99)
190.54 s
[servant] Union (src/Servant/API/UVerb/Union.hs:71)
190.54 s
[servant] inject (src/Servant/API/UVerb/Union.hs:102)
190.54 s
[servant] eject (src/Servant/API/UVerb/Union.hs:103)
190.54 s
[servant] 53% ( 8 / 15) in 'Servant.API.ResponseHeaders'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] ResponseHeader (src/Servant/API/ResponseHeaders.hs:63)
190.54 s
[servant] AddHeader (src/Servant/API/ResponseHeaders.hs:153)
190.54 s
[servant] HasResponseHeader (src/Servant/API/ResponseHeaders.hs:225)
190.54 s
[servant] BuildHeadersTo (src/Servant/API/ResponseHeaders.hs:91)
190.54 s
[servant] GetHeaders (src/Servant/API/ResponseHeaders.hs:111)
190.54 s
[servant] HeaderValMap (src/Servant/API/ResponseHeaders.hs:86)
190.54 s
[servant] HList (src/Servant/API/ResponseHeaders.hs:74)
190.54 s
[servant] Warning: 'Verb' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'UnionVerb' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'HasServer' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'respond' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] 57% ( 4 / 7) in 'Servant.API.UVerb'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] HasStatus (src/Servant/API/UVerb.hs:45)
190.54 s
[servant] statusOf (src/Servant/API/UVerb.hs:48)
190.54 s
[servant] HasStatuses (src/Servant/API/UVerb.hs:57)
190.54 s
[servant] 66% ( 2 / 3) in 'Servant.API.Vault'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] Warning: 'NoContent' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] 94% ( 32 / 34) in 'Servant.API.Verbs'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] Module header
190.54 s
[servant] ReflectMethod (src/Servant/API/Verbs.hs:167)
190.54 s
[servant] Warning: 'a' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'b' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] 88% ( 22 / 25) in 'Servant.API.TypeLevel'
190.54 s
[servant] Missing documentation for:
190.54 s
[servant] IsSubList (src/Servant/API/TypeLevel.hs:221)
190.54 s
[servant] ElemGo (src/Servant/API/TypeLevel.hs:237)
190.54 s
[servant] FragmentUnique (src/Servant/API/TypeLevel.hs:282)
190.54 s
[servant] Warning: 'ReqBody' is out of scope.
190.54 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
190.54 s
[servant] Warning: 'Get' is out of scope.
190.54 s
[cryptostore] [ 8 of 31] Compiling Crypto.Store.CMS.Attribute ( src/Crypto/Store/CMS/Attribute.hs, dist/build/Crypto/Store/CMS/Attribute.p_o )
190.54 s
[cryptostore] [ 9 of 31] Compiling Crypto.Store.PEM ( src/Crypto/Store/PEM.hs, dist/build/Crypto/Store/PEM.p_o )
190.54 s
[cryptostore] [10 of 31] Compiling Crypto.Store.PKCS8.EC ( src/Crypto/Store/PKCS8/EC.hs, dist/build/Crypto/Store/PKCS8/EC.p_o )
190.54 s
[cryptostore] [11 of 31] Compiling Crypto.Store.Keys ( src/Crypto/Store/Keys.hs, dist/build/Crypto/Store/Keys.p_o )
190.54 s
[cryptostore] [12 of 31] Compiling Crypto.Store.Util ( src/Crypto/Store/Util.hs, dist/build/Crypto/Store/Util.p_o )
190.54 s
[cryptostore] [13 of 31] Compiling Crypto.Store.KeyWrap.TripleDES ( src/Crypto/Store/KeyWrap/TripleDES.hs, dist/build/Crypto/Store/KeyWrap/TripleDES.p_o )
190.54 s
[cryptostore] [14 of 31] Compiling Crypto.Store.KeyWrap.RC2 ( src/Crypto/Store/KeyWrap/RC2.hs, dist/build/Crypto/Store/KeyWrap/RC2.p_o )
190.54 s
[cryptostore] [15 of 31] Compiling Crypto.Store.KeyWrap.AES ( src/Crypto/Store/KeyWrap/AES.hs, dist/build/Crypto/Store/KeyWrap/AES.p_o )
190.54 s
[cryptostore] [16 of 31] Compiling Crypto.Store.Cipher.RC2 ( src/Crypto/Store/Cipher/RC2.hs, dist/build/Crypto/Store/Cipher/RC2.p_o )
190.54 s
[cryptostore] [17 of 31] Compiling Crypto.Store.CMS.Algorithms ( src/Crypto/Store/CMS/Algorithms.hs, dist/build/Crypto/Store/CMS/Algorithms.p_o )
190.54 s
[cryptostore] [18 of 31] Compiling Crypto.Store.PKCS5.PBES1 ( src/Crypto/Store/PKCS5/PBES1.hs, dist/build/Crypto/Store/PKCS5/PBES1.p_o )
190.54 s
[cryptostore] [19 of 31] Compiling Crypto.Store.CMS.Encrypted ( src/Crypto/Store/CMS/Encrypted.hs, dist/build/Crypto/Store/CMS/Encrypted.p_o )
190.55 s
[cryptostore] [20 of 31] Compiling Crypto.Store.CMS.Enveloped ( src/Crypto/Store/CMS/Enveloped.hs, dist/build/Crypto/Store/CMS/Enveloped.p_o )
190.55 s
[cryptostore] [21 of 31] Compiling Crypto.Store.CMS.AuthEnveloped ( src/Crypto/Store/CMS/AuthEnveloped.hs, dist/build/Crypto/Store/CMS/AuthEnveloped.p_o )
190.55 s
[cryptostore] [22 of 31] Compiling Crypto.Store.CMS.Signed ( src/Crypto/Store/CMS/Signed.hs, dist/build/Crypto/Store/CMS/Signed.p_o )
190.55 s
[cryptostore] [23 of 31] Compiling Crypto.Store.CMS.Digested ( src/Crypto/Store/CMS/Digested.hs, dist/build/Crypto/Store/CMS/Digested.p_o )
190.55 s
[cryptostore] [24 of 31] Compiling Crypto.Store.CMS.Authenticated ( src/Crypto/Store/CMS/Authenticated.hs, dist/build/Crypto/Store/CMS/Authenticated.p_o )
190.55 s
[cryptostore] [25 of 31] Compiling Crypto.Store.PKCS5 ( src/Crypto/Store/PKCS5.hs, dist/build/Crypto/Store/PKCS5.p_o )
190.55 s
[cryptostore] [26 of 31] Compiling Crypto.Store.PKCS8 ( src/Crypto/Store/PKCS8.hs, dist/build/Crypto/Store/PKCS8.p_o )
190.55 s
[cryptostore] [27 of 31] Compiling Crypto.Store.CMS.Info ( src/Crypto/Store/CMS/Info.hs, dist/build/Crypto/Store/CMS/Info.p_o )
190.55 s
[cryptostore] [28 of 31] Compiling Crypto.Store.CMS.PEM ( src/Crypto/Store/CMS/PEM.hs, dist/build/Crypto/Store/CMS/PEM.p_o )
190.55 s
[cryptostore] [29 of 31] Compiling Crypto.Store.CMS ( src/Crypto/Store/CMS.hs, dist/build/Crypto/Store/CMS.p_o )
190.55 s
[cryptostore] [30 of 31] Compiling Crypto.Store.PKCS12 ( src/Crypto/Store/PKCS12.hs, dist/build/Crypto/Store/PKCS12.p_o )
190.55 s
[uuid] [7 of 8] Compiling Data.Word.Util ( src/Data/Word/Util.hs, dist/build/Data/Word/Util.o, dist/build/Data/Word/Util.dyn_o )
190.55 s
[uuid] [8 of 8] Compiling Data.UUID.Util ( src/Data/UUID/Util.hs, dist/build/Data/UUID/Util.o, dist/build/Data/UUID/Util.dyn_o )
190.55 s
[uuid] [1 of 8] Compiling Data.UUID ( src/Data/UUID.hs, dist/build/Data/UUID.p_o )
190.55 s
[uuid] [2 of 8] Compiling Data.UUID.Named ( src/Data/UUID/Named.hs, dist/build/Data/UUID/Named.p_o )
190.55 s
[uuid]
190.55 s
[uuid] src/Data/UUID/Named.hs:31:1: warning : [ -Wunused-imports ]
190.55 s
[uuid] The import of ‘Control.Applicative’ is redundant
190.55 s
[uuid] except perhaps to import instances from ‘Control.Applicative’
190.55 s
[uuid] To import instances alone, use: import Control.Applicative()
190.55 s
[uuid] |
190.55 s
[uuid] 31 | import Control.Applicative ((<*>),(<$>))
190.55 s
[uuid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190.55 s
[uuid] [3 of 8] Compiling Data.UUID.V1 ( src/Data/UUID/V1.hs, dist/build/Data/UUID/V1.p_o )
190.55 s
[uuid]
190.55 s
[uuid] src/Data/UUID/V1.hs:34:1: warning : [ -Wunused-imports ]
190.55 s
[uuid] The import of ‘Control.Applicative’ is redundant
190.55 s
[uuid] except perhaps to import instances from ‘Control.Applicative’
190.55 s
[uuid] To import instances alone, use: import Control.Applicative()
190.55 s
[uuid] |
190.55 s
[uuid] 34 | import Control.Applicative ((<$>),(<*>))
190.55 s
[uuid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190.55 s
[uuid] [4 of 8] Compiling Data.UUID.V3 ( src/Data/UUID/V3.hs, dist/build/Data/UUID/V3.p_o )
190.55 s
[uuid] [5 of 8] Compiling Data.UUID.V4 ( src/Data/UUID/V4.hs, dist/build/Data/UUID/V4.p_o )
190.55 s
[uuid] [6 of 8] Compiling Data.UUID.V5 ( src/Data/UUID/V5.hs, dist/build/Data/UUID/V5.p_o )
190.55 s
[uuid] [7 of 8] Compiling Data.Word.Util ( src/Data/Word/Util.hs, dist/build/Data/Word/Util.p_o )
190.55 s
[uuid] [8 of 8] Compiling Data.UUID.Util ( src/Data/UUID/Util.hs, dist/build/Data/UUID/Util.p_o )
190.55 s
[uuid] Preprocessing test suite 'testuuid' for uuid-1.3.16..
190.55 s
[uuid] Building test suite 'testuuid' for uuid-1.3.16..
190.55 s
[uuid] [1 of 1] Compiling Main ( tests/TestUUID.hs, dist/build/testuuid/testuuid-tmp/Main.o )
190.55 s
[uuid] [2 of 2] Linking dist/build/testuuid/testuuid
190.55 s
[uuid] Phase: checkPhase
190.55 s
[uuid] Running 1 test suites...
190.55 s
[uuid] Test suite testuuid: RUNNING...
190.55 s
[uuid] tests
190.55 s
[uuid] namespaceDNS is not null: OK
190.55 s
[uuid] version 1
190.55 s
[uuid] V1 unique: OK
190.55 s
[uuid] V1 not null
190.55 s
[uuid] Just 99eb987b-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc5ce-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc5fd-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc601-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc606-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc60a-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc626-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc62a-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc62d-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc631-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc64a-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc64e-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc651-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc655-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc674-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc678-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc67c-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc698-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6bf-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6c3-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6c7-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6cb-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6e3-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6e8-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6f4-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc6f8-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc74c-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc752-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc756-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc75a-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[uuid] Just 99ebc772-5aab-11f1-8001-93a38edaa9c5: OK
190.55 s
[autodocodec-schema] Building library for autodocodec-schema-0.2.0.1..
190.55 s
[autodocodec-schema] [1 of 2] Compiling Autodocodec.Schema ( src/Autodocodec/Schema.hs, dist/build/Autodocodec/Schema.o, dist/build/Autodocodec/Schema.dyn_o )
190.55 s
[autodocodec-schema] [2 of 2] Compiling Paths_autodocodec_schema ( dist/build/autogen/Paths_autodocodec_schema.hs, dist/build/Paths_autodocodec_schema.o, dist/build/Paths_autodocodec_schema.dyn_o )
190.55 s
[autodocodec-schema] [1 of 2] Compiling Autodocodec.Schema ( src/Autodocodec/Schema.hs, dist/build/Autodocodec/Schema.p_o )
190.55 s
[autodocodec-schema] [2 of 2] Compiling Paths_autodocodec_schema ( dist/build/autogen/Paths_autodocodec_schema.hs, dist/build/Paths_autodocodec_schema.p_o )
190.55 s
[autodocodec-schema] Phase: checkPhase
190.55 s
[autodocodec-schema] Package has no test suites.
190.55 s
[autodocodec-schema] Phase: haddockPhase
190.55 s
[autodocodec-schema] Preprocessing library for autodocodec-schema-0.2.0.1..
190.55 s
[autodocodec-schema] Running Haddock on library for autodocodec-schema-0.2.0.1..
190.55 s
[autodocodec-schema] Warning: The documentation for the following packages are not installed. No
190.55 s
[autodocodec-schema] links will be generated to these packages: vector-0.13.2.0
190.55 s
[autodocodec-schema] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
190.55 s
[autodocodec-schema] 10% ( 1 / 10) in 'Autodocodec.Schema'
190.55 s
[autodocodec-schema] Missing documentation for:
190.55 s
[autodocodec-schema] Module header
190.55 s
[autodocodec-schema] jsonSchemaViaCodec (src/Autodocodec/Schema.hs:282)
190.55 s
[autodocodec-schema] jsonSchemaVia (src/Autodocodec/Schema.hs:285)
190.55 s
[autodocodec-schema] jsonObjectSchemaViaCodec (src/Autodocodec/Schema.hs:288)
190.55 s
[autodocodec-schema] jsonObjectSchemaVia (src/Autodocodec/Schema.hs:291)
190.55 s
[autodocodec-schema] ObjectSchema (src/Autodocodec/Schema.hs:187)
190.55 s
[autodocodec-schema] KeyRequirement (src/Autodocodec/Schema.hs:275)
190.55 s
[autodocodec-schema] validateAccordingTo (src/Autodocodec/Schema.hs:409)
190.55 s
[autodocodec-schema] validateObjectAccordingTo (src/Autodocodec/Schema.hs:412)
190.55 s
[autodocodec-schema] Documentation created: dist/doc/html/autodocodec-schema/,
190.55 s
[autodocodec-schema] dist/doc/html/autodocodec-schema/autodocodec-schema.txt
190.55 s
[autodocodec-schema] Phase: installPhase
190.55 s
[autodocodec-schema] Installing library in /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
190.55 s
[autodocodec-schema] Phase: fixupPhase
190.55 s
[autodocodec-schema] shrinking RPATHs of ELF executables and libraries in /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1
190.55 s
[autodocodec-schema] shrinking /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSautodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v-ghc9.6.7.so
190.55 s
[autodocodec-schema] checking for references to /build/ in /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1...
190.55 s
[autodocodec-schema] patching script interpreter paths in /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1
190.55 s
[autodocodec-schema] stripping (with command strip and flags -S -p) in /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1/lib
190.55 s
[autodocodec-schema] shrinking RPATHs of ELF executables and libraries in /nix/store/3ciqrg3xiy787ixcxvyxknm0acyzbqbg-autodocodec-schema-0.2.0.1-doc
190.55 s
[autodocodec-schema] checking for references to /build/ in /nix/store/3ciqrg3xiy787ixcxvyxknm0acyzbqbg-autodocodec-schema-0.2.0.1-doc...
190.55 s
[autodocodec-schema] patching script interpreter paths in /nix/store/3ciqrg3xiy787ixcxvyxknm0acyzbqbg-autodocodec-schema-0.2.0.1-doc
190.57 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/dmafd2sqipbmggm454iqza4y1p8b74aq-cborg-0.2.10.0-doc /nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0
190.80 s
[post-build-hook] copying 2 paths...
190.80 s
[post-build-hook] copying path '/nix/store/dmafd2sqipbmggm454iqza4y1p8b74aq-cborg-0.2.10.0-doc' to 'https://cache.staging.nix-ci.com'...
191.77 s
[post-build-hook] copying path '/nix/store/zvhcj5pnkx2ianjjiffm3hr6vbga5mam-cborg-0.2.10.0' to 'https://cache.staging.nix-ci.com'...
195.40 s
[post-build-hook] copying 2 paths...
195.48 s
[post-build-hook] copying path '/nix/store/kpvny9wj4nxy81h7w3l1hks9pga4v7d9-half-0.3.3.drv' to 'https://cache.staging.nix-ci.com'...
195.64 s
[post-build-hook] copying path '/nix/store/3kbqcz1jajzyzxcsi4g3r1f17zmwd5gz-cborg-0.2.10.0.drv' to 'https://cache.staging.nix-ci.com'...
195.91 s
Progress: 35 of 72 built (7 building)
195.94 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0 /nix/store/qxc56zpvi2j1zxpn3w6bqf7774wdsvgq-lens-regex-pcre-1.1.2.0-doc
196.00 s
[post-build-hook] copying 2 paths...
196.00 s
[post-build-hook] copying path '/nix/store/qxc56zpvi2j1zxpn3w6bqf7774wdsvgq-lens-regex-pcre-1.1.2.0-doc' to 'https://cache.staging.nix-ci.com'...
196.33 s
[post-build-hook] copying path '/nix/store/9dsb10d20hrgrhav29abbd6b5lzjxgm7-lens-regex-pcre-1.1.2.0' to 'https://cache.staging.nix-ci.com'...
197.22 s
[post-build-hook] copying 2 paths...
197.22 s
[post-build-hook] copying path '/nix/store/98l9a1zs14ywh4jxxwh1qlkgypr1awh9-lens-regex-pcre-1.1.2.0.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
197.38 s
[post-build-hook] copying path '/nix/store/r54gr2r8p003wbp2j4mhczc6i62ibdy7-lens-regex-pcre-1.1.2.0.drv' to 'https://cache.staging.nix-ci.com'...
197.61 s
Progress: 36 of 73 built (6 building)
197.64 s
Building serialise
197.64 s
[getopt-generics] test/ModifiersSpec.hs:59:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
197.64 s
[getopt-generics] Pattern match(es) are non-exhaustive
197.64 s
[getopt-generics] In a pattern binding:
197.65 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
197.65 s
[getopt-generics] Success _
197.65 s
[getopt-generics] Errors _
197.65 s
[getopt-generics] |
197.65 s
[getopt-generics] 59 | let OutputAndExit output = modsParse [AddVersionFlag "1.0.0"] "--version" :: Result Foo
197.65 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
197.65 s
[getopt-generics]
197.65 s
[getopt-generics] test/ModifiersSpec.hs:63:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
197.65 s
[getopt-generics] Pattern match(es) are non-exhaustive
197.65 s
[getopt-generics] In a pattern binding:
197.65 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
197.65 s
[getopt-generics] Success _
197.65 s
[getopt-generics] Errors _
197.65 s
[getopt-generics] |
197.65 s
[getopt-generics] 63 | let OutputAndExit output = modsParse [AddVersionFlag "1.0.0"] "--version --help" :: Result Foo
197.65 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
197.65 s
[getopt-generics]
197.65 s
[getopt-generics] test/ModifiersSpec.hs:67:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
197.65 s
[getopt-generics] Pattern match(es) are non-exhaustive
197.65 s
[getopt-generics] In a pattern binding:
197.65 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
197.65 s
[getopt-generics] Success _
197.65 s
[getopt-generics] Errors _
197.65 s
[getopt-generics] |
197.65 s
[getopt-generics] 67 | let OutputAndExit output = modsParse [AddVersionFlag "1.0.0"] "--help" :: Result Foo
197.65 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
197.65 s
[getopt-generics]
197.65 s
[getopt-generics] test/ModifiersSpec.hs:73:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
197.65 s
[getopt-generics] Pattern match(es) are non-exhaustive
197.65 s
[getopt-generics] In a pattern binding:
197.65 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
197.65 s
[getopt-generics] Success _
197.65 s
[getopt-generics] Errors _
197.65 s
[getopt-generics] |
197.65 s
[getopt-generics] 73 | OutputAndExit output =
197.65 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^...
197.65 s
[getopt-generics]
197.65 s
[getopt-generics] test/ModifiersSpec.hs:85:11: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
197.65 s
[getopt-generics] Pattern match(es) are non-exhaustive
197.65 s
[getopt-generics] In a pattern binding:
197.65 s
[getopt-generics] Patterns of type ‘Result Foo’ not matched:
197.65 s
[getopt-generics] Success _
197.65 s
[getopt-generics] Errors _
197.65 s
[getopt-generics] |
197.65 s
[getopt-generics] 85 | OutputAndExit output =
197.65 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^...
197.65 s
[getopt-generics] [21 of 36] Compiling WithCli.HasArgumentsSpec ( test/WithCli/HasArgumentsSpec.hs, dist/build/spec/spec-tmp/WithCli/HasArgumentsSpec.o )
197.65 s
[getopt-generics] [22 of 36] Compiling WithCli ( src/WithCli.hs, dist/build/spec/spec-tmp/WithCli.o )
197.65 s
[getopt-generics] [23 of 36] Compiling WithCli.ModifierSpec ( test/WithCli/ModifierSpec.hs, dist/build/spec/spec-tmp/WithCli/ModifierSpec.o )
197.65 s
[getopt-generics] [24 of 36] Compiling Test04 ( docs/Test04.hs, dist/build/spec/spec-tmp/Test04.o )
197.65 s
[getopt-generics] [25 of 36] Compiling Test03 ( docs/Test03.hs, dist/build/spec/spec-tmp/Test03.o )
197.65 s
[getopt-generics] [26 of 36] Compiling Test02 ( docs/Test02.hs, dist/build/spec/spec-tmp/Test02.o )
197.65 s
[getopt-generics] [27 of 36] Compiling Test01 ( docs/Test01.hs, dist/build/spec/spec-tmp/Test01.o )
197.65 s
[getopt-generics] [28 of 36] Compiling Simple ( docs/Simple.hs, dist/build/spec/spec-tmp/Simple.o )
197.65 s
[getopt-generics] [29 of 36] Compiling RecordType ( docs/RecordType.hs, dist/build/spec/spec-tmp/RecordType.o )
197.65 s
[getopt-generics] [30 of 36] Compiling ModifiersSpec.UseForPositionalArgumentsSpec ( test/ModifiersSpec/UseForPositionalArgumentsSpec.hs, dist/build/spec/spec-tmp/ModifiersSpec/UseForPositionalArgumentsSpec.o )
197.65 s
[getopt-generics]
197.65 s
[getopt-generics] test/ModifiersSpec/UseForPositionalArgumentsSpec.hs:58:9: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] Warning: 'Context' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] 50% ( 1 / 2) in 'Servant.API.WithNamedContext'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] Module header
197.65 s
[servant] 0% ( 0 / 2) in 'Servant.API.WithResource'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] Module header
197.65 s
[servant] WithResource (src/Servant/API/WithResource.hs:3)
197.65 s
[servant] 50% ( 1 / 2) in 'Servant.Types.Internal.Response'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] InternalResponse (src/Servant/Types/Internal/Response.hs:13)
197.65 s
[servant] Warning: 'Step' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] 63% ( 12 / 19) in 'Servant.Types.SourceT'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] Module header
197.65 s
[servant] mapStepT (src/Servant/Types/SourceT.hs:36)
197.65 s
[servant] runStepT (src/Servant/Types/SourceT.hs:231)
197.65 s
[servant] mapMaybeStep (src/Servant/Types/SourceT.hs:262)
197.65 s
[servant] fromAction (src/Servant/Types/SourceT.hs:321)
197.65 s
[servant] fromActionStep (src/Servant/Types/SourceT.hs:325)
197.65 s
[servant] transformStepWithAtto (src/Servant/Types/SourceT.hs:378)
197.65 s
[servant] Warning: 'ByteString' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] 80% ( 16 / 20) in 'Servant.API.Stream'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] Module header
197.65 s
[servant] StreamGet (src/Servant/API/Stream.hs:71)
197.65 s
[servant] StreamPost (src/Servant/API/Stream.hs:72)
197.65 s
[servant] StreamBody' (src/Servant/API/Stream.hs:77)
197.65 s
[servant] Warning: 'a' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] 65% ( 19 / 29) in 'Servant.API.MultiVerb'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] DescHeader (src/Servant/API/MultiVerb.hs:157)
197.65 s
[servant] ServantHeaders (src/Servant/API/MultiVerb.hs:162)
197.65 s
[servant] ServantHeader (src/Servant/API/MultiVerb.hs:199)
197.65 s
[servant] eitherToUnion (src/Servant/API/MultiVerb.hs:347)
197.65 s
[servant] eitherFromUnion (src/Servant/API/MultiVerb.hs:357)
197.65 s
[servant] maybeToUnion (src/Servant/API/MultiVerb.hs:369)
197.65 s
[servant] maybeFromUnion (src/Servant/API/MultiVerb.hs:377)
197.65 s
[servant] GenericAsConstructor (src/Servant/API/MultiVerb.hs:435)
197.65 s
[servant] ResponseType (src/Servant/API/MultiVerb.hs:121)
197.65 s
[servant] ResponseTypes (src/Servant/API/MultiVerb.hs:220)
197.65 s
[servant] Warning: 'API' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] Warning: 'QueryParam' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] Warning: 'Capture' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] Warning: 'endpoint' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] Warning: 'api' is out of scope.
197.65 s
[servant] If you qualify the identifier, haddock can try to link it anyway.
197.65 s
[servant] 88% ( 24 / 27) in 'Servant.Links'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] linkSegments (src/Servant/Links.hs:218)
197.65 s
[servant] linkQueryParams (src/Servant/Links.hs:221)
197.65 s
[servant] linkFragment (src/Servant/Links.hs:224)
197.65 s
[servant] Warning: 'Header' is ambiguous. It is defined
197.65 s
[servant] * at src/Servant/API/ResponseHeaders.hs:64:7
197.65 s
[servant] * at src/Servant/API/Header.hs:26:1
197.65 s
[servant] You may be able to disambiguate the identifier by qualifying it or
197.65 s
[servant] by specifying the type/value namespace explicitly.
197.65 s
[servant] Defaulting to the one defined at src/Servant/API/ResponseHeaders.hs:63:1
197.65 s
[servant] Warning: Servant.API: StatusOf is exported separately but will be documented under HasStatus. Consider exporting it together with its parent(s) for code clarity.
197.65 s
[servant] Warning: Servant.API: :- is exported separately but will be documented under GenericMode. Consider exporting it together with its parent(s) for code clarity.
197.65 s
[servant] Warning: Servant.API: MkLink is exported separately but will be documented under HasLink. Consider exporting it together with its parent(s) for code clarity.
197.65 s
[servant] 82% (140 /169) in 'Servant.API'
197.65 s
[servant] Missing documentation for:
197.65 s
[servant] Module header
197.65 s
[servant] Header' (src/Servant/API/Header.hs:28)
197.65 s
[servant] WithResource (src/Servant/API/WithResource.hs:3)
197.65 s
[servant] ReflectMethod (src/Servant/API/Verbs.hs:167)
197.65 s
[servant] Union (src/Servant/API/UVerb/Union.hs:71)
197.65 s
[servant] HasStatus (src/Servant/API/UVerb.hs:45)
197.65 s
[servant] IsMember (src/Servant/API/UVerb/Union.hs:99)
197.65 s
[servant] Statuses (src/Servant/API/UVerb.hs:58)
197.65 s
[cryptostore] [31 of 31] Compiling Crypto.Store.X509 ( src/Crypto/Store/X509.hs, dist/build/Crypto/Store/X509.p_o )
197.65 s
[cryptostore] Preprocessing test suite 'test-cryptostore' for cryptostore-0.4.0.0..
197.65 s
[cryptostore] Building test suite 'test-cryptostore' for cryptostore-0.4.0.0..
197.65 s
[cryptostore] [ 1 of 14] Compiling Util ( tests/Util.hs, dist/build/test-cryptostore/test-cryptostore-tmp/Util.o )
197.65 s
[cryptostore] [ 2 of 14] Compiling KeyWrap.TripleDES ( tests/KeyWrap/TripleDES.hs, dist/build/test-cryptostore/test-cryptostore-tmp/KeyWrap/TripleDES.o )
197.65 s
[cryptostore] [ 3 of 14] Compiling KeyWrap.AES ( tests/KeyWrap/AES.hs, dist/build/test-cryptostore/test-cryptostore-tmp/KeyWrap/AES.o )
197.65 s
[cryptostore] [ 4 of 14] Compiling Cipher.RC2 ( tests/Cipher/RC2.hs, dist/build/test-cryptostore/test-cryptostore-tmp/Cipher/RC2.o )
197.65 s
[cryptostore] [ 5 of 14] Compiling X509.Instances ( tests/X509/Instances.hs, dist/build/test-cryptostore/test-cryptostore-tmp/X509/Instances.o )
197.65 s
[cryptostore] [ 6 of 14] Compiling KeyWrap.RC2 ( tests/KeyWrap/RC2.hs, dist/build/test-cryptostore/test-cryptostore-tmp/KeyWrap/RC2.o )
197.65 s
[cryptostore] [ 7 of 14] Compiling CMS.Instances ( tests/CMS/Instances.hs, dist/build/test-cryptostore/test-cryptostore-tmp/CMS/Instances.o )
197.65 s
[cryptostore] [ 8 of 14] Compiling PKCS8.Instances ( tests/PKCS8/Instances.hs, dist/build/test-cryptostore/test-cryptostore-tmp/PKCS8/Instances.o )
197.65 s
[cryptostore] [ 9 of 14] Compiling PKCS8.Tests ( tests/PKCS8/Tests.hs, dist/build/test-cryptostore/test-cryptostore-tmp/PKCS8/Tests.o )
197.65 s
[cryptostore] [10 of 14] Compiling PKCS12.Instances ( tests/PKCS12/Instances.hs, dist/build/test-cryptostore/test-cryptostore-tmp/PKCS12/Instances.o )
197.65 s
[cryptostore] [11 of 14] Compiling PKCS12.Tests ( tests/PKCS12/Tests.hs, dist/build/test-cryptostore/test-cryptostore-tmp/PKCS12/Tests.o )
197.65 s
[cryptostore] [12 of 14] Compiling CMS.Tests ( tests/CMS/Tests.hs, dist/build/test-cryptostore/test-cryptostore-tmp/CMS/Tests.o )
197.65 s
[cryptostore] [13 of 14] Compiling X509.Tests ( tests/X509/Tests.hs, dist/build/test-cryptostore/test-cryptostore-tmp/X509/Tests.o )
197.65 s
[cryptostore] [14 of 14] Compiling Main ( tests/Main.hs, dist/build/test-cryptostore/test-cryptostore-tmp/Main.o )
197.65 s
[cryptostore] [15 of 15] Linking dist/build/test-cryptostore/test-cryptostore
197.65 s
[uuid] Just 99ebc776-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc77a-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc77d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc795-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7ae-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7b3-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7c9-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7ce-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7d2-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7d5-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7f1-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7f6-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7fa-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc7fe-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc836-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc83a-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc83e-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc842-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc863-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc867-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc86b-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc883-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc89d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8a1-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8a5-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8ba-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8bf-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8c3-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8c7-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8e1-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8e5-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8e9-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc8ed-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc905-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc909-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc90d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc910-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc92d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc930-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc934-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc94f-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc969-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc96e-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc971-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc988-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc98d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc991-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc994-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9b0-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9b4-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9b9-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9bd-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9d5-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9d9-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9dd-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9e0-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9f9-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc9fd-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca01-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca19-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca31-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca35-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca39-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca3d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca52-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca56-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca5a-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca5d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebca74-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] V1 valid
197.65 s
[uuid] Just 99eb987b-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc5ce-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc5fd-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc601-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc606-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc60a-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc626-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc62a-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc62d-5aab-11f1-8001-93a38edaa9c5: OK
197.65 s
[uuid] Just 99ebc631-5aab-11f1-8001-93a38edaa9c5: OK
197.67 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/3ciqrg3xiy787ixcxvyxknm0acyzbqbg-autodocodec-schema-0.2.0.1-doc /nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1
197.71 s
[post-build-hook] copying 2 paths...
197.71 s
[post-build-hook] copying path '/nix/store/3ciqrg3xiy787ixcxvyxknm0acyzbqbg-autodocodec-schema-0.2.0.1-doc' to 'https://cache.staging.nix-ci.com'...
198.05 s
[post-build-hook] copying path '/nix/store/k613rj91aa9b5wmzyayv04swc5nbqdhs-autodocodec-schema-0.2.0.1' to 'https://cache.staging.nix-ci.com'...
199.33 s
[post-build-hook] copying 2 paths...
199.33 s
[post-build-hook] copying path '/nix/store/6cqzv6palcmxw4a2zigna7wgisz1m7sy-autodocodec-schema-0.2.0.1.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
199.49 s
[post-build-hook] copying path '/nix/store/6m09p0jqaz4wflsyprazwnvcdrp05lpm-autodocodec-schema-0.2.0.1.drv' to 'https://cache.staging.nix-ci.com'...
199.72 s
Progress: 37 of 72 built (6 building)
199.78 s
Building autodocodec-yaml
199.78 s
[getopt-generics] Pattern match(es) are non-exhaustive
199.78 s
[getopt-generics] In a pattern binding:
199.78 s
[getopt-generics] Patterns of type ‘Result WithPositionalArguments’ not matched:
199.78 s
[getopt-generics] Success _
199.78 s
[getopt-generics] Errors _
199.78 s
[getopt-generics] |
199.78 s
[getopt-generics] 58 | let OutputAndExit output = modsParse
199.78 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
199.78 s
[getopt-generics] [31 of 36] Compiling CustomOptionRecord ( docs/CustomOptionRecord.hs, dist/build/spec/spec-tmp/CustomOptionRecord.o )
199.78 s
[getopt-generics] [32 of 36] Compiling CustomOption ( docs/CustomOption.hs, dist/build/spec/spec-tmp/CustomOption.o )
199.78 s
[getopt-generics] [33 of 36] Compiling DocsSpec ( test/DocsSpec.hs, dist/build/spec/spec-tmp/DocsSpec.o )
199.78 s
[getopt-generics] [34 of 36] Compiling WithCli.ResultSpec ( test/WithCli/ResultSpec.hs, dist/build/spec/spec-tmp/WithCli/ResultSpec.o )
199.78 s
[getopt-generics] [35 of 36] Compiling WithCliSpec ( test/WithCliSpec.hs, dist/build/spec/spec-tmp/WithCliSpec.o )
199.78 s
[getopt-generics] [36 of 36] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
199.78 s
[getopt-generics] [37 of 37] Linking dist/build/spec/spec
199.78 s
[getopt-generics] Phase: checkPhase
199.78 s
[getopt-generics] Running 1 test suites...
199.78 s
[getopt-generics] Test suite spec: RUNNING...
199.78 s
[getopt-generics]
199.78 s
[getopt-generics] Docs
199.78 s
[getopt-generics] shell protocols
199.78 s
[getopt-generics] Test01 [✔]
199.78 s
[getopt-generics] CustomOption [✔]
199.78 s
[getopt-generics] Simple [✔]
199.78 s
[getopt-generics] Test02 [✔]
199.78 s
[getopt-generics] Test03 [✔]
199.78 s
[getopt-generics] Test04 [✔]
199.78 s
[getopt-generics] RecordType [✔]
199.78 s
[getopt-generics] CustomOptionRecord [✔]
199.78 s
[getopt-generics] Modifiers
199.78 s
[getopt-generics] AddShortOption
199.78 s
[getopt-generics] allows modifiers for short options [✔]
199.78 s
[getopt-generics] allows modifiers in camelCase [✔]
199.78 s
[getopt-generics] includes the short option in the help [✔]
199.78 s
[getopt-generics] RenameOption
199.78 s
[getopt-generics] allows renaming options [✔]
199.78 s
[getopt-generics] when shadowing earlier modifiers with later modifiers
199.78 s
[getopt-generics] uses the later renaming [✔]
199.78 s
[getopt-generics] disregards the earlier renaming [✔]
199.78 s
[getopt-generics] contains renamed options in error messages [✔]
199.78 s
[getopt-generics] ModifiersSpec[53:5] [✔]
199.78 s
[getopt-generics] AddVersionFlag
199.78 s
[getopt-generics] implements --version [✔]
199.78 s
[getopt-generics] --help takes precedence over --version [✔]
199.78 s
[getopt-generics] --version shows up in help output [✔]
199.78 s
[getopt-generics] AddOptionHelp
199.78 s
[getopt-generics] allows specifying a flag specific help [✔]
199.78 s
[getopt-generics] uses the last AddOptionHelp if multiple are given [✔]
199.78 s
[getopt-generics] ModifiersSpec.RenameOptions
199.78 s
[getopt-generics] RenameOptions
199.78 s
[getopt-generics] allows renaming all flags [✔]
199.78 s
[getopt-generics] works on camelCase field names [✔]
199.78 s
[getopt-generics] missing options messages show renamed options [✔]
199.78 s
[getopt-generics] can be used to rename a single field [✔]
199.78 s
[getopt-generics] allows stripping a common prefix [✔]
199.78 s
[getopt-generics] ModifiersSpec.UseForPositionalArguments
199.78 s
[getopt-generics] allows positionalArguments [✔]
199.78 s
[getopt-generics] disallows specifying the option used for positional arguments [✔]
199.78 s
[getopt-generics] complains about fields that don't have type [String] [✔]
199.78 s
[getopt-generics] includes the type of positional arguments in the help output in upper-case [✔]
199.78 s
[getopt-generics] complains about multiple PositionalArguments fields [✔]
199.78 s
[getopt-generics] when used without selector
199.78 s
[getopt-generics] automatically uses positional arguments for [Int] [✔]
199.78 s
[getopt-generics] automatically uses positional arguments for [String] [✔]
199.78 s
[getopt-generics] WithCli
199.78 s
[getopt-generics] withCli
199.78 s
[getopt-generics] no arguments
199.78 s
[getopt-generics] executes the operation in case of no command line arguments [✔]
199.78 s
[getopt-generics] produces nice error messages [✔]
199.78 s
[getopt-generics] 1 argument
199.78 s
[getopt-generics] parses Ints [✔]
199.78 s
[getopt-generics] error parsing [✔]
199.78 s
[getopt-generics] record types
199.78 s
[getopt-generics] parses command line arguments [✔]
199.78 s
[getopt-generics] optional positional arguments with Maybe
199.78 s
[getopt-generics] allows optional positional arguments [✔]
199.78 s
[getopt-generics] allows multiple optional positional arguments [✔]
199.78 s
[getopt-generics] allows optional positional arguments after non-optional arguments [✔]
199.78 s
[getopt-generics] disallows optional positional arguments before non-optional ones with a proper error message [✔]
199.78 s
[getopt-generics] shows optional arguments with nested square brackets in help output [✔]
199.78 s
[getopt-generics] WithCli.Argument
199.78 s
[getopt-generics] Option.Double
199.78 s
[getopt-generics] parses doubles [✔]
199.78 s
[getopt-generics] renders as NUMBER in help and error output [✔]
199.78 s
[getopt-generics] parses doubles that start with a dot [✔]
199.79 s
[getopt-generics] Option.Float
199.79 s
[getopt-generics] parses floats [✔]
199.79 s
[getopt-generics] renders as NUMBER in help and error output [✔]
199.79 s
[getopt-generics] WithCli.HasArguments
199.79 s
[getopt-generics] parseBool
199.79 s
[getopt-generics] parses 'true' as True [✔]
199.79 s
[getopt-generics] parses 'True' as True [✔]
199.79 s
[getopt-generics] parses 'tRue' as True [✔]
199.79 s
[getopt-generics] parses 'TRUE' as True [✔]
199.79 s
[getopt-generics] parses 'yes' as True [✔]
199.79 s
[getopt-generics] parses 'yEs' as True [✔]
199.79 s
[getopt-generics] parses 'on' as True [✔]
199.79 s
[getopt-generics] parses 'oN' as True [✔]
199.79 s
[getopt-generics] parses 'false' as False [✔]
199.79 s
[servant] Statuses (src/Servant/API/UVerb.hs:58)
199.79 s
[servant] inject (src/Servant/API/UVerb/Union.hs:102)
199.79 s
[servant] statusOf (src/Servant/API/UVerb.hs:48)
199.79 s
[servant] GServantProduct (src/Servant/API/Generic.hs:131)
199.79 s
[servant] ToServantApi (src/Servant/API/Generic.hs:96)
199.79 s
[servant] StreamBody' (src/Servant/API/Stream.hs:77)
199.79 s
[servant] StreamGet (src/Servant/API/Stream.hs:71)
199.79 s
[servant] StreamPost (src/Servant/API/Stream.hs:72)
199.79 s
[servant] ServerSentEvents (src/Servant/API/ServerSentEvents.hs:37)
199.79 s
[servant] FormUrlEncoded (src/Servant/API/ContentTypes.hs:105)
199.79 s
[servant] JSON (src/Servant/API/ContentTypes.hs:103)
199.79 s
[servant] OctetStream (src/Servant/API/ContentTypes.hs:106)
199.79 s
[servant] PlainText (src/Servant/API/ContentTypes.hs:104)
199.79 s
[servant] AddHeader (src/Servant/API/ResponseHeaders.hs:153)
199.79 s
[servant] BuildHeadersTo (src/Servant/API/ResponseHeaders.hs:91)
199.79 s
[servant] GetHeaders (src/Servant/API/ResponseHeaders.hs:111)
199.79 s
[servant] HList (src/Servant/API/ResponseHeaders.hs:74)
199.79 s
[servant] HasResponseHeader (src/Servant/API/ResponseHeaders.hs:225)
199.79 s
[servant] ResponseHeader (src/Servant/API/ResponseHeaders.hs:63)
199.79 s
[servant] SBool
199.79 s
[servant] SBoolI
199.79 s
[servant] 14% ( 2 / 14) in 'Servant.Test.ComprehensiveAPI'
199.79 s
[servant] Missing documentation for:
199.79 s
[servant] GET (src/Servant/Test/ComprehensiveAPI.hs:15)
199.79 s
[servant] ComprehensiveAPI (src/Servant/Test/ComprehensiveAPI.hs:17)
199.79 s
[servant] RawEndpoint (src/Servant/Test/ComprehensiveAPI.hs:21)
199.79 s
[servant] StreamingEndpoint (src/Servant/Test/ComprehensiveAPI.hs:24)
199.79 s
[servant] EmptyEndpoint (src/Servant/Test/ComprehensiveAPI.hs:27)
199.79 s
[servant] comprehensiveAPI (src/Servant/Test/ComprehensiveAPI.hs:30)
199.79 s
[servant] ComprehensiveAPIWithoutRaw (src/Servant/Test/ComprehensiveAPI.hs:33)
199.79 s
[servant] comprehensiveAPIWithoutRaw (src/Servant/Test/ComprehensiveAPI.hs:37)
199.79 s
[servant] ComprehensiveAPIWithoutStreaming (src/Servant/Test/ComprehensiveAPI.hs:40)
199.79 s
[servant] comprehensiveAPIWithoutStreaming (src/Servant/Test/ComprehensiveAPI.hs:44)
199.79 s
[servant] ComprehensiveAPIWithoutStreamingOrRaw (src/Servant/Test/ComprehensiveAPI.hs:78)
199.79 s
[servant] comprehensiveAPIWithoutStreamingOrRaw (src/Servant/Test/ComprehensiveAPI.hs:80)
199.79 s
[servant] 25% ( 1 / 4) in 'Servant.API.Range'
199.79 s
[servant] Missing documentation for:
199.79 s
[servant] Module header
199.79 s
[servant] unsafeRange (src/Servant/API/Range.hs:44)
199.79 s
[servant] mkRange (src/Servant/API/Range.hs:55)
199.79 s
[servant] Warning: Servant.API.Generic: could not find link destinations for:
199.79 s
[servant] - Servant.API.Generic.GToServant
199.79 s
[servant] - Servant.API.Generic.gtoServant
199.79 s
[servant] - Servant.API.Generic.gfromServant
199.79 s
[servant] Warning: Servant.API.Header: could not find link destinations for:
199.79 s
[servant] - Servant.API.ResponseHeaders.hlistLookupHeader
199.79 s
[servant] - Servant.API.ResponseHeaders.addOptionalHeader
199.79 s
[servant] - Servant.API.ResponseHeaders.getHeaders'
199.79 s
[servant] - Servant.API.ResponseHeaders.GetHeadersFromHList
199.79 s
[servant] Warning: Servant.API.NamedRoutes: could not find link destinations for:
199.79 s
[servant] - Servant.Links.GLink
199.79 s
[servant] Warning: Servant.API.TypeErrors: could not find link destinations for:
199.79 s
[servant] - Servant.API.TypeErrors.NoGeneric
199.79 s
[servant] - Servant.API.TypeErrors.Break
199.79 s
[servant] - Servant.API.TypeErrors.Arity
199.79 s
[servant] Warning: Servant.API.UVerb.Union: could not find link destinations for:
199.79 s
[servant] - Servant.API.UVerb.Union.Nubbed
199.79 s
[servant] - Servant.API.UVerb.Union.DuplicateElementError
199.79 s
[servant] - Servant.API.UVerb.Union.CheckElemIsMember
199.79 s
[servant] - Servant.API.UVerb.Union.UElem
199.79 s
[servant] Warning: Servant.API.ResponseHeaders: could not find link destinations for:
199.79 s
[servant] - Servant.API.ResponseHeaders.hlistLookupHeader
199.79 s
[servant] - Servant.API.ResponseHeaders.addOptionalHeader
199.79 s
[servant] - Servant.API.ResponseHeaders.getHeaders'
199.79 s
[servant] - Servant.API.ResponseHeaders.GetHeadersFromHList
199.79 s
[servant] - Servant.API.ResponseHeaders.NFDataHList
199.79 s
[servant] Warning: Servant.API.TypeLevel: could not find link destinations for:
199.79 s
[servant] - Servant.API.TypeLevel.FragmentNotIn
199.79 s
[servant] Warning: Servant.Types.SourceT: could not find link destinations for:
199.79 s
[servant] - Data.Attoparsec.ByteString.Internal.Parser
199.79 s
[servant] Warning: Servant.API.MultiVerb: could not find link destinations for:
199.79 s
[servant] - Servant.API.MultiVerb.AsConstructors
199.79 s
[servant] - Servant.API.MultiVerb.EitherFromUnion
199.79 s
[servant] - Servant.API.MultiVerb.InjectBefore
199.79 s
[servant] - Servant.API.MultiVerb.InjectAfter
199.79 s
[servant] Warning: Servant.Links: could not find link destinations for:
199.79 s
[servant] - Servant.Links.GLink
199.79 s
[servant] - Servant.Links.Fragment'
199.79 s
[servant] - Servant.Links.addSegment
199.79 s
[servant] Warning: Servant.API: could not find link destinations for:
199.79 s
[servant] - Servant.API.Generic.GToServant
199.79 s
[servant] - Servant.API.Generic.gtoServant
199.79 s
[servant] - Servant.API.Generic.gfromServant
199.79 s
[cryptostore] buildPhase completed in 52 seconds
199.79 s
[cryptostore] Phase: checkPhase
199.79 s
[cryptostore] Running 1 test suites...
199.79 s
[cryptostore] Test suite test-cryptostore: RUNNING...
199.79 s
[cryptostore] cryptostore
199.79 s
[cryptostore] KeyWrap.AES
199.79 s
[cryptostore] AES128
199.79 s
[cryptostore] properties
199.79 s
[cryptostore] unwrap . wrap == id: OK (0.03s)
199.79 s
[cryptostore] +++ OK, passed 100 tests.
199.79 s
[cryptostore] unwrapPad . wrapPad == id: OK
199.79 s
[cryptostore] +++ OK, passed 100 tests.
199.79 s
[cryptostore] vectors
199.79 s
[cryptostore] 1
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] AES192
199.79 s
[cryptostore] properties
199.79 s
[cryptostore] unwrap . wrap == id: OK (0.05s)
199.79 s
[cryptostore] +++ OK, passed 100 tests.
199.79 s
[cryptostore] unwrapPad . wrapPad == id: OK
199.79 s
[cryptostore] +++ OK, passed 100 tests.
199.79 s
[cryptostore] vectors
199.79 s
[cryptostore] 1
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] 2
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] Pad1
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] Pad2
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] AES256
199.79 s
[cryptostore] properties
199.79 s
[cryptostore] unwrap . wrap == id: OK (0.03s)
199.79 s
[cryptostore] +++ OK, passed 100 tests.
199.79 s
[cryptostore] unwrapPad . wrapPad == id: OK
199.79 s
[cryptostore] +++ OK, passed 100 tests.
199.79 s
[cryptostore] vectors
199.79 s
[cryptostore] 1
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] 2
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] 3
199.79 s
[cryptostore] Wrap: OK
199.79 s
[cryptostore] Unwrap: OK
199.79 s
[cryptostore] KeyWrap.TripleDES
199.79 s
[cryptostore] 3DES_EDE
199.79 s
[cryptostore] properties
199.80 s
[cryptostore] unwrap . wrap == id: OK (0.16s)
199.80 s
[cryptostore] +++ OK, passed 10 tests.
199.80 s
[cryptostore] vectors
199.80 s
[cryptostore] 1
199.80 s
[cryptostore] Wrap: OK
199.80 s
[cryptostore] Unwrap: OK
199.80 s
[cryptostore] 3DES_EEE
199.80 s
[cryptostore] properties
199.80 s
[cryptostore] unwrap . wrap == id: OK (0.17s)
199.80 s
[cryptostore] +++ OK, passed 10 tests.
199.80 s
[cryptostore] 2DES_EDE
199.80 s
[cryptostore] properties
199.80 s
[cryptostore] unwrap . wrap == id: OK (0.15s)
199.80 s
[cryptostore] +++ OK, passed 10 tests.
199.80 s
[cryptostore] 2DES_EEE
199.80 s
[cryptostore] properties
199.80 s
[cryptostore] unwrap . wrap == id: OK (0.22s)
199.80 s
[cryptostore] +++ OK, passed 10 tests.
199.80 s
[cryptostore] KeyWrap.RC2
199.80 s
[cryptostore] properties
199.80 s
[cryptostore] unwrap . wrap == id: OK (0.02s)
199.80 s
[cryptostore] +++ OK, passed 100 tests.
199.80 s
[cryptostore] vectors
199.80 s
[cryptostore] 1
199.80 s
[cryptostore] Wrap: OK
199.80 s
[cryptostore] Unwrap: OK
199.80 s
[cryptostore] 2
199.80 s
[cryptostore] Wrap: OK
199.80 s
[cryptostore] Unwrap: OK
199.80 s
[cryptostore] Cipher.RC2
199.80 s
[cryptostore] properties
199.80 s
[cryptostore] decrypt . encrypt == id: OK (0.02s)
199.80 s
[cryptostore] +++ OK, passed 100 tests.
199.80 s
[cryptostore] vectors
199.80 s
[cryptostore] 1
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] 2
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] 3
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] 4
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] 5
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] 6
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] 7
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] 8
199.80 s
[cryptostore] Encrypt: OK
199.80 s
[cryptostore] Decrypt: OK
199.80 s
[cryptostore] CMS
199.80 s
[cryptostore] Data
199.80 s
[cryptostore] read: OK
199.80 s
[cryptostore] write: OK
199.80 s
[uuid] Just 99ebc64a-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc64e-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc651-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc655-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc674-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc678-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc67c-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc698-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6bf-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6c3-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6c7-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6cb-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6e3-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6e8-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6f4-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc6f8-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc74c-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc752-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc756-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc75a-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc772-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc776-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc77a-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc77d-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc795-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7ae-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7b3-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7c9-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7ce-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7d2-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7d5-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7f1-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7f6-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7fa-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc7fe-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc836-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc83a-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc83e-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc842-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc863-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc867-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc86b-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc883-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc89d-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8a1-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8a5-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8ba-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8bf-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8c3-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8c7-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8e1-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8e5-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8e9-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc8ed-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc905-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc909-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc90d-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc910-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc92d-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc930-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc934-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc94f-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc969-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc96e-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc971-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc988-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc98d-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc991-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc994-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9b0-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9b4-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9b9-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9bd-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9d5-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9d9-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9dd-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9e0-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9f9-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[uuid] Just 99ebc9fd-5aab-11f1-8001-93a38edaa9c5: OK
199.80 s
[serialise] Phase: setupCompilerEnvironmentPhase
199.80 s
[serialise] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
199.80 s
[serialise] Phase: unpackPhase
199.80 s
[serialise] unpacking source archive /nix/store/grr8y9nhhy2ij3kil6l45vffsapyvadd-serialise-0.2.6.1.tar.gz
199.80 s
[serialise] source root is serialise-0.2.6.1
199.80 s
[serialise] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "serialise-0.2.6.1/tests/Tests/Serialise.hs"
199.80 s
[serialise] Phase: patchPhase
199.80 s
[serialise] Replace Cabal file with edited version from mirror://hackage/serialise-0.2.6.1/revision/5.cabal.
199.80 s
[serialise] Phase: compileBuildDriverPhase
199.80 s
[serialise] setupCompileFlags: -package-db=/build/tmp.3qVdPvQwWS/setup-package.conf.d -threaded
199.80 s
[serialise] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.3qVdPvQwWS/Main.o )
199.80 s
[serialise] [2 of 2] Linking Setup
199.80 s
[serialise] Phase: updateAutotoolsGnuConfigScriptsPhase
199.80 s
[serialise] Phase: configurePhase
199.80 s
[serialise] configureFlags: --verbose --prefix=/nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/cigsjnphpwpvi2hqymxvhlnknwrxq2i1-serialise-0.2.6.1-doc/share/doc/serialise-0.2.6.1 --with-gcc=gcc --package-db=/build/tmp.3qVdPvQwWS/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
199.80 s
[serialise] Using Parsec parser
199.80 s
[serialise] Configuring serialise-0.2.6.1...
199.80 s
[getopt-generics] parses 'False' as False [✔]
199.80 s
[getopt-generics] parses 'falSE' as False [✔]
199.80 s
[getopt-generics] parses 'FALSE' as False [✔]
199.80 s
[getopt-generics] parses 'no' as False [✔]
199.80 s
[getopt-generics] parses 'nO' as False [✔]
199.80 s
[getopt-generics] parses 'off' as False [✔]
199.80 s
[getopt-generics] parses 'ofF' as False [✔]
199.81 s
[getopt-generics] parses every positive integer as true [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests; 119 discarded.
199.81 s
[getopt-generics] parses every non-positive integer as false [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests; 75 discarded.
199.81 s
[getopt-generics] doesn't parse 'foo' [✔]
199.81 s
[getopt-generics] WithCli.Modifier
199.81 s
[getopt-generics] insertWith
199.81 s
[getopt-generics] combines existing values with the given function [✔]
199.81 s
[getopt-generics] getVersion
199.81 s
[getopt-generics] returns the version [✔]
199.81 s
[getopt-generics] WithCli.Normalize
199.81 s
[getopt-generics] normalize
199.81 s
[getopt-generics] is idempotent [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests.
199.81 s
[getopt-generics] replaces underscores with dashes [✔]
199.81 s
[getopt-generics] doesn't modify digits [✔]
199.81 s
[getopt-generics] when there's one valid character it returns only dashes and lower case characters [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests; 38 discarded.
199.81 s
[getopt-generics] when there are no valid characters it returns its input [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests.
199.81 s
[getopt-generics] replaces camelCase with dashes [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests; 47 discarded.
199.81 s
[getopt-generics] matches
199.81 s
[getopt-generics] matches normalized strings [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests.
199.81 s
[getopt-generics] matches unnormalized strings [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests.
199.81 s
[getopt-generics] WithCli.Parser
199.81 s
[getopt-generics] runParser
199.81 s
[getopt-generics] works [✔]
199.81 s
[getopt-generics] WithCli.Pure
199.81 s
[getopt-generics] withCliPure
199.81 s
[getopt-generics] works for no arguments [✔]
199.81 s
[getopt-generics] works for one argument [✔]
199.81 s
[getopt-generics] works for two arguments [✔]
199.81 s
[getopt-generics] WithCli.Pure.Record
199.81 s
[getopt-generics] withCliPure (record types)
199.81 s
[getopt-generics] allows optional arguments [✔]
199.81 s
[getopt-generics] allows boolean flags [✔]
199.81 s
[getopt-generics] allows overwriting String options [✔]
199.81 s
[getopt-generics] with invalid arguments
199.81 s
[getopt-generics] prints out an error [✔]
199.81 s
[getopt-generics] prints errors for missing options [✔]
199.81 s
[getopt-generics] prints out an error for unparseable options [✔]
199.81 s
[getopt-generics] complains about unused positional arguments [✔]
199.81 s
[getopt-generics] complains about invalid overwritten options [✔]
199.81 s
[getopt-generics] --help
199.81 s
[getopt-generics] implements --help [✔]
199.81 s
[getopt-generics] contains help message about --help [✔]
199.81 s
[getopt-generics] does not contain trailing spaces [✔]
199.81 s
[getopt-generics] complains when the options datatype is not allowed [✔]
199.81 s
[getopt-generics] outputs a header including "[OPTIONS]" [✔]
199.81 s
[getopt-generics] parseArguments
199.81 s
[getopt-generics] allows interpreting multiple uses of the same option as lists [✔]
199.81 s
[getopt-generics] complains about invalid list arguments [✔]
199.81 s
[getopt-generics] parseArguments
199.81 s
[getopt-generics] turns camelCase selectors to lowercase and seperates with a dash [✔]
199.81 s
[getopt-generics] help does not contain camelCase flags [✔]
199.81 s
[getopt-generics] error messages don't contain camelCase flags [✔]
199.81 s
[getopt-generics] parseArguments
199.81 s
[getopt-generics] ignores leading underscores in field names [✔]
199.81 s
[getopt-generics] parseArguments
199.81 s
[getopt-generics] WithoutSelectors
199.81 s
[getopt-generics] populates fields without selectors from positional arguments [✔]
199.81 s
[getopt-generics] has good help output for positional arguments [✔]
199.81 s
[getopt-generics] has good error messages for missing positional arguments [✔]
199.81 s
[getopt-generics] complains about additional positional arguments [✔]
199.81 s
[getopt-generics] allows using tuples [✔]
199.81 s
[getopt-generics] WithCli.Result
199.81 s
[getopt-generics] Result
199.81 s
[getopt-generics] >>
199.81 s
[getopt-generics] collects errors [✔]
199.81 s
[getopt-generics] |>
199.81 s
[getopt-generics] shortcuts directly without collecting other errors [✔]
199.81 s
[getopt-generics] handleResult
199.81 s
[getopt-generics] OutputAndExit
199.81 s
[getopt-generics] foo
199.81 s
[getopt-generics] throws ExitSuccess [✔]
199.81 s
[getopt-generics] Errors
199.81 s
[getopt-generics] foo
199.81 s
[getopt-generics] throws an ExitFailure [✔]
199.81 s
[getopt-generics] sanitizeMessage
199.81 s
[getopt-generics] removes empty lines [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests.
199.81 s
[getopt-generics] adds a newline at the end if missing [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests; 21 discarded.
199.81 s
[getopt-generics] only strips spaces [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests.
199.81 s
[getopt-generics] removes trailing spaces [✔]
199.81 s
[getopt-generics] +++ OK, passed 100 tests.
199.81 s
[getopt-generics]
199.81 s
[getopt-generics] Finished in 0.2191 seconds
199.81 s
[getopt-generics] 113 examples, 0 failures
199.81 s
[getopt-generics] Test suite spec: PASS
199.81 s
[getopt-generics] Test suite logged to: dist/test/getopt-generics-0.13.1.0-spec.log
199.81 s
[getopt-generics] 1 of 1 test suites (1 of 1 test cases) passed.
199.81 s
[getopt-generics] checkPhase completed in 38 seconds
199.81 s
[getopt-generics] Phase: haddockPhase
199.81 s
[getopt-generics] Preprocessing library for getopt-generics-0.13.1.0..
199.81 s
[getopt-generics] Running Haddock on library for getopt-generics-0.13.1.0..
199.81 s
[getopt-generics] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
199.81 s
[getopt-generics]
199.81 s
[getopt-generics] src/WithCli/Flag.hs:9:1: warning : [ -Wunused-imports ]
199.81 s
[getopt-generics] The import of ‘Data.List’ is redundant
199.81 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
199.81 s
[servant] - Servant.API.UVerb.Union.Nubbed
199.81 s
[servant] - Servant.API.UVerb.Union.DuplicateElementError
199.81 s
[servant] - Servant.API.UVerb.Union.CheckElemIsMember
199.81 s
[servant] - Servant.API.UVerb.Union.UElem
199.81 s
[servant] - Servant.API.ResponseHeaders.hlistLookupHeader
199.81 s
[servant] - Servant.API.ResponseHeaders.addOptionalHeader
199.81 s
[servant] - Servant.API.ResponseHeaders.getHeaders'
199.81 s
[servant] - Servant.API.ResponseHeaders.GetHeadersFromHList
199.81 s
[servant] - Servant.API.ResponseHeaders.NFDataHList
199.81 s
[servant] - Servant.Links.GLink
199.81 s
[servant] - Servant.Links.addSegment
199.81 s
[servant] Documentation created: dist/doc/html/servant/,
199.81 s
[servant] dist/doc/html/servant/servant.txt
199.81 s
[servant] Preprocessing test suite 'spec' for servant-0.20.3.0..
199.81 s
[servant] haddockPhase completed in 30 seconds
199.81 s
[servant] Phase: installPhase
199.81 s
[servant] Installing library in /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
199.81 s
[servant] Phase: fixupPhase
199.81 s
[servant] shrinking RPATHs of ELF executables and libraries in /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0
199.81 s
[servant] shrinking /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSservant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm-ghc9.6.7.so
199.81 s
[servant] checking for references to /build/ in /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0...
199.81 s
[servant] patching script interpreter paths in /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0
199.81 s
[servant] stripping (with command strip and flags -S -p) in /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0/lib
199.81 s
[servant] shrinking RPATHs of ELF executables and libraries in /nix/store/739ii0khlrgn1ha3b25a393m3644x23j-servant-0.20.3.0-doc
199.81 s
[servant] checking for references to /build/ in /nix/store/739ii0khlrgn1ha3b25a393m3644x23j-servant-0.20.3.0-doc...
199.81 s
[servant] patching script interpreter paths in /nix/store/739ii0khlrgn1ha3b25a393m3644x23j-servant-0.20.3.0-doc
199.81 s
[cryptostore] SignedData: OK
199.81 s
[cryptostore] verifying RSA
199.81 s
[cryptostore] verifying DSA
199.81 s
[cryptostore] verifying EC (named curve)
199.81 s
[cryptostore] verifying EC (explicit prime curve)
199.81 s
[cryptostore] verifying RSA-PSS
199.81 s
[cryptostore] SignedDataDetached: OK
199.81 s
[cryptostore] verifying RSA
199.81 s
[cryptostore] verifying DSA
199.81 s
[cryptostore] verifying EC (named curve)
199.81 s
[cryptostore] verifying EC (explicit prime curve)
199.81 s
[cryptostore] verifying RSA-PSS
199.81 s
[cryptostore] EnvelopedData
199.81 s
[cryptostore] KTRI: OK (0.01s)
199.81 s
[cryptostore] testing 3DES_CBC with RSAES-PKCS1
199.81 s
[cryptostore] testing 3DES_CBC with RSAES-OAEP
199.81 s
[cryptostore] testing AES128_CBC with RSAES-PKCS1
199.81 s
[cryptostore] testing AES128_CBC with RSAES-OAEP
199.81 s
[cryptostore] testing AES192_CBC with RSAES-PKCS1
199.81 s
[cryptostore] testing AES192_CBC with RSAES-OAEP
199.81 s
[cryptostore] testing AES256_CBC with RSAES-PKCS1
199.81 s
[cryptostore] testing AES256_CBC with RSAES-OAEP
199.81 s
[cryptostore] testing CAST5_CBC (128 bits) with RSAES-PKCS1
199.81 s
[cryptostore] testing CAST5_CBC (128 bits) with RSAES-OAEP
199.81 s
[cryptostore] testing Camellia128_CBC with RSAES-PKCS1
199.81 s
[cryptostore] testing Camellia128_CBC with RSAES-OAEP
199.81 s
[cryptostore] testing RC2 (128 bits) with RSAES-PKCS1
199.82 s
[cryptostore] testing RC2 (128 bits) with RSAES-OAEP
199.82 s
[cryptostore] testing AES128_ECB with RSAES-PKCS1
199.82 s
[cryptostore] testing AES128_ECB with RSAES-OAEP
199.82 s
[cryptostore] testing AES192_ECB with RSAES-PKCS1
199.82 s
[cryptostore] testing AES192_ECB with RSAES-OAEP
199.82 s
[cryptostore] testing AES256_ECB with RSAES-PKCS1
199.82 s
[cryptostore] testing AES256_ECB with RSAES-OAEP
199.82 s
[cryptostore] testing Camellia128_ECB with RSAES-PKCS1
199.82 s
[cryptostore] testing Camellia128_ECB with RSAES-OAEP
199.82 s
[cryptostore] KARI: OK (0.18s)
199.82 s
[cryptostore] testing 3DES_CBC with SHA1 (0.02s)
199.82 s
[cryptostore] testing 3DES_CBC with SHA224 (0.02s)
199.82 s
[cryptostore] testing 3DES_CBC with SHA256 (0.02s)
199.82 s
[cryptostore] testing 3DES_CBC with SHA384 (0.02s)
199.82 s
[cryptostore] testing 3DES_CBC with SHA512 (0.02s)
199.82 s
[cryptostore] testing AES128_CBC with SHA1
199.82 s
[cryptostore] testing AES128_CBC with SHA224
199.82 s
[cryptostore] testing AES128_CBC with SHA256
199.82 s
[cryptostore] testing AES128_CBC with SHA384
199.82 s
[cryptostore] testing AES128_CBC with SHA512
199.82 s
[cryptostore] testing AES192_CBC with SHA1
199.82 s
[cryptostore] testing AES192_CBC with SHA224
199.82 s
[cryptostore] testing AES192_CBC with SHA256
199.82 s
[cryptostore] testing AES192_CBC with SHA384
199.82 s
[cryptostore] testing AES192_CBC with SHA512
199.82 s
[cryptostore] testing AES256_CBC with SHA1
199.82 s
[cryptostore] testing AES256_CBC with SHA224
199.82 s
[cryptostore] testing AES256_CBC with SHA256
199.82 s
[cryptostore] testing AES256_CBC with SHA384
199.82 s
[cryptostore] testing AES256_CBC with SHA512
199.82 s
[cryptostore] testing CAST5_CBC (128 bits) with SHA1
199.82 s
[cryptostore] testing CAST5_CBC (128 bits) with SHA224
199.82 s
[cryptostore] testing CAST5_CBC (128 bits) with SHA256
199.82 s
[cryptostore] testing CAST5_CBC (128 bits) with SHA384
199.82 s
[cryptostore] testing CAST5_CBC (128 bits) with SHA512
199.82 s
[cryptostore] testing Camellia128_CBC with SHA1
199.82 s
[cryptostore] testing Camellia128_CBC with SHA224
199.82 s
[cryptostore] testing Camellia128_CBC with SHA256
199.82 s
[cryptostore] testing Camellia128_CBC with SHA384
199.82 s
[cryptostore] testing Camellia128_CBC with SHA512
199.82 s
[cryptostore] testing RC2 (128 bits) with SHA1
199.82 s
[cryptostore] testing RC2 (128 bits) with SHA224
199.82 s
[cryptostore] testing RC2 (128 bits) with SHA256
199.82 s
[cryptostore] testing RC2 (128 bits) with SHA384
199.82 s
[cryptostore] testing RC2 (128 bits) with SHA512
199.82 s
[cryptostore] testing AES128_ECB with SHA1
199.82 s
[cryptostore] testing AES128_ECB with SHA224
199.82 s
[cryptostore] testing AES128_ECB with SHA256
199.82 s
[cryptostore] testing AES128_ECB with SHA384
199.82 s
[cryptostore] testing AES128_ECB with SHA512
199.82 s
[cryptostore] testing AES192_ECB with SHA1
199.82 s
[cryptostore] testing AES192_ECB with SHA224
199.82 s
[cryptostore] testing AES192_ECB with SHA256
199.82 s
[cryptostore] testing AES192_ECB with SHA384
199.82 s
[cryptostore] testing AES192_ECB with SHA512
199.82 s
[cryptostore] testing AES256_ECB with SHA1
199.82 s
[cryptostore] testing AES256_ECB with SHA224
199.82 s
[cryptostore] testing AES256_ECB with SHA256
199.82 s
[cryptostore] testing AES256_ECB with SHA384
199.82 s
[cryptostore] testing AES256_ECB with SHA512
199.82 s
[cryptostore] testing Camellia128_ECB with SHA1
199.82 s
[cryptostore] testing Camellia128_ECB with SHA224
199.82 s
[cryptostore] testing Camellia128_ECB with SHA256
199.82 s
[cryptostore] testing Camellia128_ECB with SHA384
199.82 s
[cryptostore] testing Camellia128_ECB with SHA512
199.82 s
[cryptostore] KEKRI: OK
199.82 s
[cryptostore] testing 3DES_CBC
199.82 s
[cryptostore] testing AES128_CBC
199.82 s
[cryptostore] testing AES192_CBC
199.82 s
[cryptostore] testing AES256_CBC
199.82 s
[cryptostore] testing CAST5_CBC (128 bits)
199.82 s
[cryptostore] testing Camellia128_CBC
199.82 s
[cryptostore] testing RC2 (128 bits)
199.82 s
[uuid] Just 99ebca01-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca19-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca31-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca35-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca39-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca3d-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca52-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca56-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca5a-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca5d-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] Just 99ebca74-5aab-11f1-8001-93a38edaa9c5: OK
199.82 s
[uuid] V3 computation: OK
199.82 s
[uuid] V5 computation: OK
199.82 s
[uuid] Random valid: OK
199.82 s
[uuid] +++ OK, passed 100 tests.
199.82 s
[uuid] V3 not null: OK
199.82 s
[uuid] +++ OK, passed 100 tests.
199.82 s
[uuid] V3 valid: OK
199.82 s
[uuid] +++ OK, passed 100 tests.
199.82 s
[uuid] V5 not null: OK
199.82 s
[uuid] +++ OK, passed 100 tests.
199.82 s
[uuid] V5 valid: OK
199.82 s
[uuid] +++ OK, passed 100 tests.
199.82 s
[uuid]
199.82 s
[uuid] All 209 tests passed (0.01s)
199.82 s
[uuid] Test suite testuuid: PASS
199.82 s
[uuid] Test suite logged to: dist/test/uuid-1.3.16-testuuid.log
199.82 s
[uuid] 1 of 1 test suites (1 of 1 test cases) passed.
199.82 s
[uuid] checkPhase completed in 33 seconds
199.82 s
[uuid] Phase: haddockPhase
199.82 s
[uuid] Preprocessing library for uuid-1.3.16..
199.82 s
[uuid] Running Haddock on library for uuid-1.3.16..
199.82 s
[uuid] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
199.82 s
[uuid] 100% ( 18 / 18) in 'Data.UUID'
199.82 s
[uuid]
199.82 s
[uuid] src/Data/UUID/Named.hs:31:1: warning : [ -Wunused-imports ]
199.82 s
[uuid] The import of ‘Control.Applicative’ is redundant
199.82 s
[uuid] except perhaps to import instances from ‘Control.Applicative’
199.82 s
[uuid] To import instances alone, use: import Control.Applicative()
199.82 s
[uuid] |
199.82 s
[uuid] 31 | import Control.Applicative ((<*>),(<$>))
199.82 s
[uuid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199.82 s
[uuid] 100% ( 2 / 2) in 'Data.UUID.V1'
199.82 s
[uuid]
199.82 s
[uuid] src/Data/UUID/V1.hs:34:1: warning : [ -Wunused-imports ]
199.82 s
[uuid] The import of ‘Control.Applicative’ is redundant
199.82 s
[uuid] except perhaps to import instances from ‘Control.Applicative’
199.82 s
[uuid] To import instances alone, use: import Control.Applicative()
199.82 s
[uuid] |
199.82 s
[uuid] 34 | import Control.Applicative ((<$>),(<*>))
199.82 s
[uuid] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199.82 s
[uuid] 100% ( 6 / 6) in 'Data.UUID.V3'
199.82 s
[uuid] 100% ( 2 / 2) in 'Data.UUID.V4'
199.82 s
[uuid] 100% ( 6 / 6) in 'Data.UUID.V5'
199.82 s
[uuid] 0% ( 0 / 8) in 'Data.UUID.Util'
199.82 s
[uuid] Missing documentation for:
199.82 s
[uuid] Module header
199.82 s
[uuid] UnpackedUUID
199.82 s
[uuid] unpack
199.82 s
[uuid] pack
199.82 s
[uuid] version (src/Data/UUID/Util.hs:19)
199.82 s
[uuid] extractMac (src/Data/UUID/Util.hs:46)
199.82 s
[uuid] extractTime (src/Data/UUID/Util.hs:35)
199.82 s
[uuid] setTime (src/Data/UUID/Util.hs:26)
199.82 s
[uuid] Documentation created: dist/doc/html/uuid/, dist/doc/html/uuid/uuid.txt
199.82 s
[uuid] Preprocessing test suite 'testuuid' for uuid-1.3.16..
199.82 s
[uuid] Phase: installPhase
199.82 s
[uuid] Installing library in /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
199.82 s
[uuid] Phase: fixupPhase
199.82 s
[uuid] shrinking RPATHs of ELF executables and libraries in /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16
199.82 s
[uuid] shrinking /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSuuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As-ghc9.6.7.so
199.82 s
[uuid] checking for references to /build/ in /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16...
199.82 s
[uuid] patching script interpreter paths in /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16
199.82 s
[uuid] stripping (with command strip and flags -S -p) in /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16/lib
199.82 s
[getopt-generics] To import instances alone, use: import Data.List()
199.82 s
[getopt-generics] |
199.82 s
[getopt-generics] 9 | import Data.List
199.82 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
199.82 s
[getopt-generics]
199.82 s
[getopt-generics] src/WithCli/Modifier.hs:28:1: warning : [ -Wunused-imports ]
199.82 s
[getopt-generics] The import of ‘Data.List’ is redundant
199.82 s
[getopt-generics] except perhaps to import instances from ‘Data.List’
199.82 s
[getopt-generics] To import instances alone, use: import Data.List()
199.82 s
[getopt-generics] |
199.82 s
[getopt-generics] 28 | import Data.List (foldl')
199.82 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199.82 s
[getopt-generics] Warning: 'withCli' is out of scope.
199.82 s
[getopt-generics] If you qualify the identifier, haddock can try to link it anyway.
199.82 s
[getopt-generics]
199.82 s
[getopt-generics] src/WithCli/HasArguments.hs:30:1: warning : [ -Wunused-imports ]
199.82 s
[getopt-generics] The import of ‘Data.List.Compat’ is redundant
199.82 s
[getopt-generics] except perhaps to import instances from ‘Data.List.Compat’
199.82 s
[getopt-generics] To import instances alone, use: import Data.List.Compat()
199.82 s
[getopt-generics] |
199.82 s
[getopt-generics] 30 | import Data.List.Compat
199.82 s
[getopt-generics] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199.82 s
[getopt-generics] 85% ( 12 / 14) in 'WithCli.Pure'
199.82 s
[getopt-generics] Missing documentation for:
199.82 s
[getopt-generics] Module header
199.82 s
[getopt-generics] WithCliPure (src/WithCli/Pure/Internal.hs:12)
199.82 s
[getopt-generics] Warning: 'ExitFailure' is out of scope.
199.82 s
[getopt-generics] If you qualify the identifier, haddock can try to link it anyway.
199.83 s
[getopt-generics] Warning: 'ExitSuccess' is out of scope.
199.83 s
[getopt-generics] If you qualify the identifier, haddock can try to link it anyway.
199.83 s
[getopt-generics] 92% ( 12 / 13) in 'WithCli'
199.83 s
[getopt-generics] Missing documentation for:
199.83 s
[getopt-generics] Module header
199.83 s
[getopt-generics] Warning: WithCli.Pure: could not find link destinations for:
199.83 s
[getopt-generics] - WithCli.Modifier.Types.Modifiers
199.83 s
[getopt-generics] - WithCli.Parser.Unnormalized
199.83 s
[getopt-generics] - WithCli.Parser.Parser
199.83 s
[getopt-generics] - WithCli.Pure.Internal.run
199.83 s
[getopt-generics] Warning: WithCli: could not find link destinations for:
199.83 s
[getopt-generics] - WithCli.Modifier.Types.Modifiers
199.83 s
[getopt-generics] - WithCli.Parser.Unnormalized
199.83 s
[getopt-generics] - WithCli.Parser.Parser
199.83 s
[getopt-generics] - WithCli.run
199.83 s
[getopt-generics] Documentation created: dist/doc/html/getopt-generics/,
199.83 s
[getopt-generics] dist/doc/html/getopt-generics/getopt-generics.txt
199.83 s
[getopt-generics] Preprocessing test suite 'spec' for getopt-generics-0.13.1.0..
199.83 s
[getopt-generics] Phase: installPhase
199.83 s
[getopt-generics] Installing library in /nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
199.83 s
[getopt-generics] Phase: fixupPhase
199.83 s
[getopt-generics] shrinking RPATHs of ELF executables and libraries in /nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0
199.83 s
[getopt-generics] shrinking /nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSgetopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ-ghc9.6.7.so
199.83 s
[getopt-generics] checking for references to /build/ in /nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0...
199.83 s
[getopt-generics] patching script interpreter paths in /nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0
199.83 s
[getopt-generics] stripping (with command strip and flags -S -p) in /nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0/lib
199.83 s
[getopt-generics] shrinking RPATHs of ELF executables and libraries in /nix/store/d1vb2yal7044nwnkq7f9i3py44ymx3qq-getopt-generics-0.13.1.0-doc
199.83 s
[getopt-generics] checking for references to /build/ in /nix/store/d1vb2yal7044nwnkq7f9i3py44ymx3qq-getopt-generics-0.13.1.0-doc...
199.83 s
[getopt-generics] patching script interpreter paths in /nix/store/d1vb2yal7044nwnkq7f9i3py44ymx3qq-getopt-generics-0.13.1.0-doc
199.83 s
[cryptostore] testing AES128_ECB
199.83 s
[cryptostore] testing AES192_ECB
199.83 s
[cryptostore] testing AES256_ECB
199.83 s
[cryptostore] testing Camellia128_ECB
199.83 s
[cryptostore] PWRI: OK
199.83 s
[cryptostore] testing 3DES_CBC (0.02s)
199.83 s
[cryptostore] testing AES128_CBC
199.83 s
[cryptostore] testing AES192_CBC
199.83 s
[cryptostore] testing AES256_CBC
199.83 s
[cryptostore] testing CAST5_CBC (128 bits)
199.83 s
[cryptostore] testing Camellia128_CBC
199.83 s
[cryptostore] testing RC2 (128 bits)
199.83 s
[cryptostore] DigestedData: OK
199.83 s
[cryptostore] verifying MD5
199.83 s
[cryptostore] digesting MD5
199.83 s
[cryptostore] verifying SHA1
199.83 s
[cryptostore] digesting SHA1
199.83 s
[cryptostore] verifying SHA224
199.83 s
[cryptostore] digesting SHA224
199.83 s
[cryptostore] verifying SHA256
199.83 s
[cryptostore] digesting SHA256
199.83 s
[cryptostore] verifying SHA384
199.83 s
[cryptostore] digesting SHA384
199.83 s
[cryptostore] verifying SHA512
199.83 s
[cryptostore] digesting SHA512
199.83 s
[cryptostore] verifying SHA3_224
199.83 s
[cryptostore] digesting SHA3_224
199.83 s
[cryptostore] verifying SHA3_256
199.83 s
[cryptostore] digesting SHA3_256
199.83 s
[cryptostore] verifying SHA3_384
199.83 s
[cryptostore] digesting SHA3_384
199.83 s
[cryptostore] verifying SHA3_512
199.83 s
[cryptostore] digesting SHA3_512
199.83 s
[cryptostore] EncryptedData: OK (0.01s)
199.83 s
[cryptostore] decrypting DES_CBC
199.83 s
[cryptostore] encrypting DES_CBC
199.83 s
[cryptostore] decrypting 3DES_CBC
199.83 s
[cryptostore] encrypting 3DES_CBC
199.83 s
[cryptostore] decrypting AES128_CBC
199.83 s
[cryptostore] encrypting AES128_CBC
199.83 s
[cryptostore] decrypting AES192_CBC
199.83 s
[cryptostore] encrypting AES192_CBC
199.83 s
[cryptostore] decrypting AES256_CBC
199.83 s
[cryptostore] encrypting AES256_CBC
199.83 s
[cryptostore] decrypting CAST5_CBC (40 bits)
199.83 s
[cryptostore] encrypting CAST5_CBC (40 bits)
199.83 s
[cryptostore] decrypting CAST5_CBC (128 bits)
199.83 s
[cryptostore] encrypting CAST5_CBC (128 bits)
199.83 s
[cryptostore] decrypting Camellia128_CBC
199.83 s
[cryptostore] encrypting Camellia128_CBC
199.83 s
[cryptostore] decrypting RC2 (40 bits)
199.83 s
[cryptostore] encrypting RC2 (40 bits)
199.83 s
[cryptostore] decrypting RC2 (64 bits)
199.83 s
[cryptostore] encrypting RC2 (64 bits)
199.83 s
[cryptostore] decrypting RC2 (128 bits)
199.83 s
[cryptostore] encrypting RC2 (128 bits)
199.83 s
[cryptostore] decrypting DES_ECB
199.83 s
[cryptostore] encrypting DES_ECB
199.83 s
[cryptostore] decrypting AES128_ECB
199.83 s
[cryptostore] encrypting AES128_ECB
199.83 s
[cryptostore] decrypting AES192_ECB
199.83 s
[cryptostore] encrypting AES192_ECB
199.83 s
[cryptostore] decrypting AES256_ECB
199.83 s
[cryptostore] encrypting AES256_ECB
199.83 s
[cryptostore] decrypting Camellia128_ECB
199.83 s
[cryptostore] encrypting Camellia128_ECB
199.83 s
[cryptostore] AuthEnvelopedData
199.83 s
[cryptostore] KTRI: OK
199.83 s
[cryptostore] testing AES128_GCM with RSAES-PKCS1
199.83 s
[cryptostore] testing AES128_GCM with RSAES-OAEP
199.83 s
[cryptostore] testing AES192_GCM with RSAES-PKCS1
199.83 s
[cryptostore] testing AES192_GCM with RSAES-OAEP
199.83 s
[cryptostore] testing AES256_GCM with RSAES-PKCS1
199.83 s
[cryptostore] testing AES256_GCM with RSAES-OAEP
199.83 s
[cryptostore] KARI: OK (0.03s)
199.83 s
[cryptostore] testing AES128_GCM with SHA1
199.83 s
[cryptostore] testing AES128_GCM with SHA224
199.83 s
[cryptostore] testing AES128_GCM with SHA256
199.83 s
[cryptostore] testing AES128_GCM with SHA384
199.83 s
[cryptostore] testing AES128_GCM with SHA512
199.83 s
[cryptostore] testing AES192_GCM with SHA1
199.83 s
[cryptostore] testing AES192_GCM with SHA224
199.83 s
[cryptostore] testing AES192_GCM with SHA256
199.83 s
[cryptostore] testing AES192_GCM with SHA384
199.83 s
[cryptostore] testing AES192_GCM with SHA512
199.83 s
[cryptostore] testing AES256_GCM with SHA1
199.83 s
[cryptostore] testing AES256_GCM with SHA224
199.83 s
[cryptostore] testing AES256_GCM with SHA256
199.83 s
[cryptostore] testing AES256_GCM with SHA384
199.83 s
[cryptostore] testing AES256_GCM with SHA512
199.83 s
[cryptostore] KEKRI: OK
199.83 s
[cryptostore] testing AES128_GCM
199.83 s
[cryptostore] testing AES192_GCM
199.83 s
[cryptostore] testing AES256_GCM
199.83 s
[cryptostore] properties
199.83 s
[uuid] shrinking RPATHs of ELF executables and libraries in /nix/store/kmlcacb50jw9gqndkni58kj1kir0d26z-uuid-1.3.16-doc
199.83 s
[uuid] checking for references to /build/ in /nix/store/kmlcacb50jw9gqndkni58kj1kir0d26z-uuid-1.3.16-doc...
199.83 s
[uuid] patching script interpreter paths in /nix/store/kmlcacb50jw9gqndkni58kj1kir0d26z-uuid-1.3.16-doc
199.84 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/739ii0khlrgn1ha3b25a393m3644x23j-servant-0.20.3.0-doc /nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0
199.90 s
[post-build-hook] copying 2 paths...
199.90 s
[post-build-hook] copying path '/nix/store/739ii0khlrgn1ha3b25a393m3644x23j-servant-0.20.3.0-doc' to 'https://cache.staging.nix-ci.com'...
200.85 s
[post-build-hook] copying path '/nix/store/lrkivwllgp9ifl34jkrxmhx0vwjdwfk5-servant-0.20.3.0' to 'https://cache.staging.nix-ci.com'...
203.62 s
[post-build-hook] copying 4 paths...
203.62 s
[post-build-hook] copying path '/nix/store/jr498ll4z2sbkc4f6avp35qdn4ai2ddx-some-1.0.6.drv' to 'https://cache.staging.nix-ci.com'...
203.62 s
[post-build-hook] copying path '/nix/store/cpl7w8rr1ksh9nfkwqajy5vi7c53my3l-dec-0.0.6.drv' to 'https://cache.staging.nix-ci.com'...
203.83 s
[post-build-hook] copying path '/nix/store/9mcd01q597ndgp5vx58p3nwm060vw8fd-singleton-bool-0.1.8.drv' to 'https://cache.staging.nix-ci.com'...
204.03 s
[post-build-hook] copying path '/nix/store/r4g76g12z9sw6dps6px794vxv1fkq03y-servant-0.20.3.0.drv' to 'https://cache.staging.nix-ci.com'...
204.33 s
Progress: 38 of 72 built (6 building)
204.41 s
Building servant-auth
204.47 s
Building servant-rawm
204.52 s
Building servant-server
204.52 s
[openapi3] [ 7 of 18] Compiling Data.OpenApi.Lens ( src/Data/OpenApi/Lens.hs, dist/build/Data/OpenApi/Lens.o, dist/build/Data/OpenApi/Lens.dyn_o )
204.52 s
[openapi3] [ 8 of 18] Compiling Data.OpenApi.Optics ( src/Data/OpenApi/Optics.hs, dist/build/Data/OpenApi/Optics.o, dist/build/Data/OpenApi/Optics.dyn_o )
204.52 s
[openapi3]
204.52 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.52 s
[openapi3] The use of ‘~’ without TypeOperators
204.52 s
[openapi3] will become an error in a future GHC release.
204.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
204.52 s
[openapi3] |
204.52 s
[openapi3] 114 | makeFieldLabels ''OpenApi
204.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
204.52 s
[openapi3]
204.52 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.52 s
[openapi3] The use of ‘~’ without TypeOperators
204.52 s
[openapi3] will become an error in a future GHC release.
204.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
204.52 s
[openapi3] |
204.52 s
[openapi3] 114 | makeFieldLabels ''OpenApi
204.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
204.52 s
[openapi3]
204.52 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.52 s
[openapi3] The use of ‘~’ without TypeOperators
204.52 s
[openapi3] will become an error in a future GHC release.
204.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
204.52 s
[openapi3] |
204.52 s
[openapi3] 114 | makeFieldLabels ''OpenApi
204.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
204.52 s
[openapi3]
204.52 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.52 s
[openapi3] The use of ‘~’ without TypeOperators
204.52 s
[openapi3] will become an error in a future GHC release.
204.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
204.52 s
[openapi3] |
204.52 s
[openapi3] 114 | makeFieldLabels ''OpenApi
204.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
204.52 s
[openapi3]
204.52 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.52 s
[openapi3] The use of ‘~’ without TypeOperators
204.52 s
[openapi3] will become an error in a future GHC release.
204.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
204.52 s
[openapi3] |
204.52 s
[openapi3] 114 | makeFieldLabels ''OpenApi
204.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
204.52 s
[openapi3]
204.52 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.52 s
[openapi3] The use of ‘~’ without TypeOperators
204.52 s
[openapi3] will become an error in a future GHC release.
204.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
204.52 s
[openapi3] |
204.52 s
[openapi3] 114 | makeFieldLabels ''OpenApi
204.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
204.52 s
[openapi3]
204.52 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.53 s
[openapi3] The use of ‘~’ without TypeOperators
204.53 s
[openapi3] will become an error in a future GHC release.
204.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
204.53 s
[openapi3] |
204.53 s
[openapi3] 114 | makeFieldLabels ''OpenApi
204.53 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
204.53 s
[openapi3]
204.53 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
204.53 s
[openapi3] The use of ‘~’ without TypeOperators
204.53 s
[openapi3] will become an error in a future GHC release.
204.53 s
[serialise] Flags chosen: newtime15=True
204.53 s
[serialise] Dependency array >=0.4 && <0.6: using array-0.5.8.0
204.53 s
[serialise] Dependency base >=4.11 && <4.22: using base-4.18.3.0
204.53 s
[serialise] Dependency bytestring >=0.10.4 && <0.13: using bytestring-0.11.5.4
204.53 s
[serialise] Dependency cborg >=0.2 && <0.3: using cborg-0.2.10.0
204.53 s
[serialise] Dependency containers >=0.5 && <0.8: using containers-0.6.7
204.53 s
[serialise] Dependency ghc-prim >=0.3.1.0 && <0.14: using ghc-prim-0.10.0
204.53 s
[serialise] Dependency half >=0.2.2.3 && <0.4: using half-0.3.3
204.53 s
[serialise] Dependency hashable >=1.2 && <2.0: using hashable-1.5.0.0
204.53 s
[serialise] Dependency primitive >=0.5 && <0.10: using primitive-0.9.1.0
204.53 s
[serialise] Dependency strict >=0.4 && <0.6: using strict-0.5.1
204.53 s
[serialise] Dependency text >=1.1 && <2.2: using text-2.0.2
204.53 s
[serialise] Dependency these >=1.1 && <2.2: using these-1.2.1
204.53 s
[serialise] Dependency time >=1.5 && <1.15: using time-1.12.2
204.53 s
[serialise] Dependency unordered-containers >=0.2 && <0.3: using
204.53 s
[serialise] unordered-containers-0.2.20.1
204.53 s
[serialise] Dependency vector >=0.10 && <0.14: using vector-0.13.2.0
204.53 s
[serialise] Source component graph: component lib
204.53 s
[serialise] Configured component graph:
204.53 s
[serialise] component serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
204.53 s
[serialise] include array-0.5.8.0
204.53 s
[serialise] include base-4.18.3.0
204.53 s
[serialise] include bytestring-0.11.5.4
204.53 s
[serialise] include cborg-0.2.10.0-8RRkJ8BeATDI3hI76b9Wv6
204.53 s
[serialise] include containers-0.6.7
204.53 s
[serialise] include ghc-prim-0.10.0
204.53 s
[serialise] include half-0.3.3-4EqiVxbQckfY13t6RJJIm
204.53 s
[serialise] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
204.53 s
[serialise] include primitive-0.9.1.0-AElAOg7RWPrK8TD1mt4mft
204.53 s
[serialise] include strict-0.5.1-BVr8qLht12993kusR3GXIV
204.53 s
[serialise] include text-2.0.2
204.53 s
[serialise] include these-1.2.1-JLGGsXaGNeM2KSRfWwKtkj
204.53 s
[serialise] include time-1.12.2
204.53 s
[serialise] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
204.53 s
[serialise] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
204.53 s
[serialise] Linked component graph:
204.53 s
[serialise] unit serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
204.53 s
[serialise] include array-0.5.8.0
204.53 s
[serialise] include base-4.18.3.0
204.53 s
[serialise] include bytestring-0.11.5.4
204.53 s
[serialise] include cborg-0.2.10.0-8RRkJ8BeATDI3hI76b9Wv6
204.53 s
[serialise] include containers-0.6.7
204.53 s
[serialise] include ghc-prim-0.10.0
204.53 s
[serialise] include half-0.3.3-4EqiVxbQckfY13t6RJJIm
204.53 s
[serialise] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
204.53 s
[serialise] include primitive-0.9.1.0-AElAOg7RWPrK8TD1mt4mft
204.53 s
[serialise] include strict-0.5.1-BVr8qLht12993kusR3GXIV
204.53 s
[serialise] include text-2.0.2
204.53 s
[serialise] include these-1.2.1-JLGGsXaGNeM2KSRfWwKtkj
204.53 s
[serialise] include time-1.12.2
204.53 s
[serialise] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
204.53 s
[serialise] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
204.53 s
[serialise] Codec.Serialise=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise,Codec.Serialise.Class=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise.Class,Codec.Serialise.Decoding=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise.Decoding,Codec.Serialise.Encoding=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise.Encoding,Codec.Serialise.IO=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise.IO,Codec.Serialise.Internal.GeneralisedUTF8=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise.Internal.GeneralisedUTF8,Codec.Serialise.Properties=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise.Properties,Codec.Serialise.Tutorial=serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD:Codec.Serialise.Tutorial
204.53 s
[serialise] Ready component graph:
204.53 s
[serialise] definite serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
204.53 s
[serialise] depends array-0.5.8.0
204.53 s
[serialise] depends base-4.18.3.0
204.53 s
[serialise] depends bytestring-0.11.5.4
204.53 s
[serialise] depends cborg-0.2.10.0-8RRkJ8BeATDI3hI76b9Wv6
204.53 s
[serialise] depends containers-0.6.7
204.53 s
[serialise] depends ghc-prim-0.10.0
204.53 s
[serialise] depends half-0.3.3-4EqiVxbQckfY13t6RJJIm
204.53 s
[serialise] depends hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
204.53 s
[serialise] depends primitive-0.9.1.0-AElAOg7RWPrK8TD1mt4mft
204.53 s
[serialise] depends strict-0.5.1-BVr8qLht12993kusR3GXIV
204.53 s
[serialise] depends text-2.0.2
204.53 s
[serialise] depends these-1.2.1-JLGGsXaGNeM2KSRfWwKtkj
204.53 s
[serialise] depends time-1.12.2
204.53 s
[serialise] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
204.53 s
[serialise] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
204.53 s
[serialise] Using Cabal-3.10.3.0 compiled by ghc-9.6
204.53 s
[serialise] Using compiler: ghc-9.6.7
204.53 s
[serialise] Using install prefix:
204.53 s
[serialise] /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1
204.53 s
[serialise] Executables installed in:
204.53 s
[autodocodec-yaml] Phase: setupCompilerEnvironmentPhase
204.53 s
[autodocodec-yaml] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
204.53 s
[autodocodec-yaml] Phase: unpackPhase
204.53 s
[autodocodec-yaml] unpacking source archive /nix/store/y3dqdccird4j3h31hzbrgwgfl29qxxfc-autodocodec-yaml-0.4.0.2.tar.gz
204.53 s
[autodocodec-yaml] source root is autodocodec-yaml-0.4.0.2
204.53 s
[autodocodec-yaml] setting SOURCE_DATE_EPOCH to timestamp 1750412233 of file "autodocodec-yaml-0.4.0.2/CHANGELOG.md"
204.53 s
[autodocodec-yaml] Phase: patchPhase
204.53 s
[autodocodec-yaml] Phase: compileBuildDriverPhase
204.53 s
[autodocodec-yaml] setupCompileFlags: -package-db=/build/tmp.4biyP3wCzW/setup-package.conf.d -threaded
204.53 s
[autodocodec-yaml] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.4biyP3wCzW/Main.o )
204.53 s
[autodocodec-yaml] [2 of 2] Linking Setup
204.53 s
[autodocodec-yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
204.53 s
[autodocodec-yaml] Phase: configurePhase
204.53 s
[autodocodec-yaml] configureFlags: --verbose --prefix=/nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/p8fqmwwzbd7v6yhia223p1fyx7vlhxxl-autodocodec-yaml-0.4.0.2-doc/share/doc/autodocodec-yaml-0.4.0.2 --with-gcc=gcc --package-db=/build/tmp.4biyP3wCzW/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
204.53 s
[autodocodec-yaml] Using Parsec parser
204.53 s
[autodocodec-yaml] Configuring autodocodec-yaml-0.4.0.2...
204.53 s
[autodocodec-yaml] Dependency autodocodec >=0.5.0.0: using autodocodec-0.5.0.0
204.53 s
[autodocodec-yaml] Dependency autodocodec-schema >=0.2.0.1: using autodocodec-schema-0.2.0.1
204.53 s
[autodocodec-yaml] Dependency base >=4.7 && <5: using base-4.18.3.0
204.53 s
[autodocodec-yaml] Dependency bytestring: using bytestring-0.11.5.4
204.53 s
[autodocodec-yaml] Dependency containers: using containers-0.6.7
204.53 s
[autodocodec-yaml] Dependency path: using path-0.9.6
204.53 s
[autodocodec-yaml] Dependency path-io: using path-io-1.8.2
204.53 s
[autodocodec-yaml] Dependency safe-coloured-text >=0.3.0.1: using safe-coloured-text-0.3.0.2
204.53 s
[autodocodec-yaml] Dependency scientific: using scientific-0.3.8.0
204.53 s
[autodocodec-yaml] Dependency text: using text-2.0.2
204.53 s
[autodocodec-yaml] Dependency vector: using vector-0.13.2.0
204.53 s
[autodocodec-yaml] Dependency yaml: using yaml-0.11.11.2
204.53 s
[autodocodec-yaml] Source component graph: component lib
204.53 s
[autodocodec-yaml] Configured component graph:
204.53 s
[autodocodec-yaml] component autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
204.53 s
[autodocodec-yaml] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
204.53 s
[autodocodec-yaml] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
204.53 s
[autodocodec-yaml] include base-4.18.3.0
204.53 s
[autodocodec-yaml] include bytestring-0.11.5.4
204.53 s
[autodocodec-yaml] include containers-0.6.7
204.53 s
[autodocodec-yaml] include path-0.9.6-IPEvNLiimbF2Cqv7oglQ26
204.53 s
[autodocodec-yaml] include path-io-1.8.2-1byeOXEhCE8J4SBYuZPHCv
204.53 s
[autodocodec-yaml] include safe-coloured-text-0.3.0.2-EWrpgf2saeT8269DWF7amR
204.53 s
[autodocodec-yaml] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
204.53 s
[autodocodec-yaml] include text-2.0.2
204.53 s
[autodocodec-yaml] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
204.53 s
[autodocodec-yaml] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
204.53 s
[autodocodec-yaml] Linked component graph:
204.53 s
[autodocodec-yaml] unit autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
204.53 s
[autodocodec-yaml] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
204.53 s
[autodocodec-yaml] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
204.53 s
[autodocodec-yaml] include base-4.18.3.0
204.53 s
[autodocodec-yaml] include bytestring-0.11.5.4
204.53 s
[autodocodec-yaml] include containers-0.6.7
204.53 s
[autodocodec-yaml] include path-0.9.6-IPEvNLiimbF2Cqv7oglQ26
204.53 s
[autodocodec-yaml] include path-io-1.8.2-1byeOXEhCE8J4SBYuZPHCv
204.55 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/d1vb2yal7044nwnkq7f9i3py44ymx3qq-getopt-generics-0.13.1.0-doc /nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0
204.60 s
[post-build-hook] copying 2 paths...
204.60 s
[post-build-hook] copying path '/nix/store/d1vb2yal7044nwnkq7f9i3py44ymx3qq-getopt-generics-0.13.1.0-doc' to 'https://cache.staging.nix-ci.com'...
204.98 s
[post-build-hook] copying path '/nix/store/gx42ksxp4d0c8irmgjr37dh2816gvllv-getopt-generics-0.13.1.0' to 'https://cache.staging.nix-ci.com'...
206.12 s
[post-build-hook] copying 2 paths...
206.18 s
[post-build-hook] copying path '/nix/store/3l44av11cxl9qr40y8dlja5mz61gwx7m-getopt-generics-0.13.1.0.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
206.31 s
[post-build-hook] copying path '/nix/store/331wljnjx1vdsr7bdwa6aq5aj3zbcmhg-getopt-generics-0.13.1.0.drv' to 'https://cache.staging.nix-ci.com'...
206.55 s
Progress: 39 of 72 built (8 building)
206.58 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16 /nix/store/kmlcacb50jw9gqndkni58kj1kir0d26z-uuid-1.3.16-doc
206.62 s
[post-build-hook] copying 2 paths...
206.62 s
[post-build-hook] copying path '/nix/store/kmlcacb50jw9gqndkni58kj1kir0d26z-uuid-1.3.16-doc' to 'https://cache.staging.nix-ci.com'...
206.94 s
[post-build-hook] copying path '/nix/store/hmq54k408c39dyc6svafps4qyr61v3m0-uuid-1.3.16' to 'https://cache.staging.nix-ci.com'...
207.53 s
[post-build-hook] copying 2 paths...
207.53 s
[post-build-hook] copying path '/nix/store/pd1khpabi9kr8vkza4503xrq2hqhdp1m-cryptohash-sha1-0.11.101.0.drv' to 'https://cache.staging.nix-ci.com'...
207.74 s
[post-build-hook] copying path '/nix/store/32ghn36qak6f0nidc7fh4q2q396hsv0l-uuid-1.3.16.drv' to 'https://cache.staging.nix-ci.com'...
208.01 s
Progress: 40 of 73 built (7 building)
208.07 s
Building postgresql-binary
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[openapi3] |
208.07 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[openapi3]
208.07 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.07 s
[openapi3] The use of ‘~’ without TypeOperators
208.07 s
[openapi3] will become an error in a future GHC release.
208.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.07 s
[serialise] /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/bin
208.07 s
[serialise] Libraries installed in:
208.07 s
[serialise] /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
208.07 s
[serialise] Dynamic Libraries installed in:
208.07 s
[serialise] /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
208.07 s
[serialise] Private executables installed in:
208.07 s
[serialise] /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/libexec/x86_64-linux-ghc-9.6.7/serialise-0.2.6.1
208.07 s
[serialise] Data files installed in:
208.07 s
[serialise] /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/share/x86_64-linux-ghc-9.6.7/serialise-0.2.6.1
208.07 s
[serialise] Documentation installed in:
208.07 s
[serialise] /nix/store/cigsjnphpwpvi2hqymxvhlnknwrxq2i1-serialise-0.2.6.1-doc/share/doc/serialise-0.2.6.1
208.07 s
[serialise] Configuration files installed in:
208.07 s
[serialise] /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/etc
208.07 s
[serialise] No alex found
208.07 s
[serialise] Using ar found on system at:
208.07 s
[serialise] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
208.07 s
[serialise] No c2hs found
208.07 s
[serialise] No cpphs found
208.07 s
[serialise] No doctest found
208.07 s
[serialise] Using gcc version 14.3.0 given by user at:
208.07 s
[serialise] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
208.07 s
[serialise] Using ghc version 9.6.7 found on system at:
208.07 s
[serialise] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
208.07 s
[serialise] Using ghc-pkg version 9.6.7 found on system at:
208.07 s
[serialise] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
208.07 s
[serialise] No ghcjs found
208.07 s
[serialise] No ghcjs-pkg found
208.07 s
[serialise] No greencard found
208.07 s
[serialise] Using haddock version 2.29.2 found on system at:
208.07 s
[serialise] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
208.07 s
[serialise] No happy found
208.07 s
[serialise] Using haskell-suite found on system at: haskell-suite-dummy-location
208.07 s
[serialise] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
208.07 s
[serialise] No hmake found
208.07 s
[serialise] Using hpc version 0.68 found on system at:
208.07 s
[serialise] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
208.07 s
[serialise] Using hsc2hs version 0.68.9 found on system at:
208.07 s
[serialise] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
208.07 s
[serialise] Using hscolour version 1.25 found on system at:
208.07 s
[serialise] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
208.07 s
[serialise] No jhc found
208.07 s
[serialise] Using ld found on system at:
208.07 s
[serialise] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
208.07 s
[serialise] No pkg-config found
208.07 s
[serialise] Using runghc version 9.6.7 found on system at:
208.07 s
[serialise] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
208.07 s
[serialise] Using strip version 2.44 found on system at:
208.07 s
[serialise] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
208.07 s
[serialise] Using tar found on system at:
208.07 s
[serialise] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
208.07 s
[serialise] No uhc found
208.07 s
[serialise] Phase: buildPhase
208.07 s
[serialise] Preprocessing library for serialise-0.2.6.1..
208.07 s
[serialise] Building library for serialise-0.2.6.1..
208.07 s
[serialise] [1 of 8] Compiling Codec.Serialise.Decoding ( src/Codec/Serialise/Decoding.hs, dist/build/Codec/Serialise/Decoding.o, dist/build/Codec/Serialise/Decoding.dyn_o )
208.07 s
[serialise] [2 of 8] Compiling Codec.Serialise.Encoding ( src/Codec/Serialise/Encoding.hs, dist/build/Codec/Serialise/Encoding.o, dist/build/Codec/Serialise/Encoding.dyn_o )
208.07 s
[serialise] [3 of 8] Compiling Codec.Serialise.Internal.GeneralisedUTF8 ( src/Codec/Serialise/Internal/GeneralisedUTF8.hs, dist/build/Codec/Serialise/Internal/GeneralisedUTF8.o, dist/build/Codec/Serialise/Internal/GeneralisedUTF8.dyn_o )
208.07 s
[serialise]
208.07 s
[serialise] src/Codec/Serialise/Internal/GeneralisedUTF8.hs:78:15: warning : [ GHC-68441 ] [ -Wdeprecations ]
208.07 s
[serialise] In the use of ‘sizeofMutableByteArray’
208.07 s
[serialise] (imported from Data.Primitive.ByteArray):
208.07 s
[serialise] Deprecated: "use getSizeofMutableByteArray instead"
208.07 s
[serialise] |
208.07 s
[serialise] 78 | cap = sizeofMutableByteArray ba
208.07 s
[serialise] | ^^^^^^^^^^^^^^^^^^^^^^
208.07 s
[serialise] [4 of 8] Compiling Codec.Serialise.Class ( src/Codec/Serialise/Class.hs, dist/build/Codec/Serialise/Class.o, dist/build/Codec/Serialise/Class.dyn_o )
208.07 s
[serialise]
208.07 s
[serialise] src/Codec/Serialise/Class.hs:1370:1: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
208.07 s
[autodocodec-yaml] include safe-coloured-text-0.3.0.2-EWrpgf2saeT8269DWF7amR
208.07 s
[autodocodec-yaml] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
208.07 s
[autodocodec-yaml] include text-2.0.2
208.07 s
[autodocodec-yaml] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
208.07 s
[autodocodec-yaml] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
208.07 s
[autodocodec-yaml] Autodocodec.Yaml=autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34:Autodocodec.Yaml,Autodocodec.Yaml.Encode=autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34:Autodocodec.Yaml.Encode,Autodocodec.Yaml.IO=autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34:Autodocodec.Yaml.IO,Autodocodec.Yaml.Schema=autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34:Autodocodec.Yaml.Schema
208.07 s
[autodocodec-yaml] Ready component graph:
208.07 s
[autodocodec-yaml] definite autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
208.07 s
[autodocodec-yaml] depends autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
208.07 s
[autodocodec-yaml] depends autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
208.07 s
[autodocodec-yaml] depends base-4.18.3.0
208.07 s
[autodocodec-yaml] depends bytestring-0.11.5.4
208.07 s
[autodocodec-yaml] depends containers-0.6.7
208.07 s
[autodocodec-yaml] depends path-0.9.6-IPEvNLiimbF2Cqv7oglQ26
208.07 s
[autodocodec-yaml] depends path-io-1.8.2-1byeOXEhCE8J4SBYuZPHCv
208.07 s
[autodocodec-yaml] depends safe-coloured-text-0.3.0.2-EWrpgf2saeT8269DWF7amR
208.07 s
[autodocodec-yaml] depends scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
208.07 s
[autodocodec-yaml] depends text-2.0.2
208.07 s
[autodocodec-yaml] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
208.07 s
[autodocodec-yaml] depends yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
208.07 s
[autodocodec-yaml] Using Cabal-3.10.3.0 compiled by ghc-9.6
208.08 s
[autodocodec-yaml] Using compiler: ghc-9.6.7
208.08 s
[autodocodec-yaml] Using install prefix:
208.08 s
[autodocodec-yaml] /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2
208.08 s
[autodocodec-yaml] Executables installed in:
208.08 s
[autodocodec-yaml] /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/bin
208.08 s
[autodocodec-yaml] Libraries installed in:
208.08 s
[autodocodec-yaml] /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
208.08 s
[autodocodec-yaml] Dynamic Libraries installed in:
208.08 s
[autodocodec-yaml] /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
208.08 s
[autodocodec-yaml] Private executables installed in:
208.08 s
[autodocodec-yaml] /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/libexec/x86_64-linux-ghc-9.6.7/autodocodec-yaml-0.4.0.2
208.08 s
[autodocodec-yaml] Data files installed in:
208.08 s
[autodocodec-yaml] /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/share/x86_64-linux-ghc-9.6.7/autodocodec-yaml-0.4.0.2
208.08 s
[autodocodec-yaml] Documentation installed in:
208.08 s
[autodocodec-yaml] /nix/store/p8fqmwwzbd7v6yhia223p1fyx7vlhxxl-autodocodec-yaml-0.4.0.2-doc/share/doc/autodocodec-yaml-0.4.0.2
208.08 s
[autodocodec-yaml] Configuration files installed in:
208.08 s
[autodocodec-yaml] /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/etc
208.08 s
[autodocodec-yaml] No alex found
208.08 s
[autodocodec-yaml] Using ar found on system at:
208.08 s
[autodocodec-yaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
208.08 s
[autodocodec-yaml] No c2hs found
208.08 s
[autodocodec-yaml] No cpphs found
208.08 s
[autodocodec-yaml] No doctest found
208.08 s
[autodocodec-yaml] Using gcc version 14.3.0 given by user at:
208.08 s
[autodocodec-yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
208.08 s
[autodocodec-yaml] Using ghc version 9.6.7 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
208.08 s
[autodocodec-yaml] Using ghc-pkg version 9.6.7 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
208.08 s
[autodocodec-yaml] No ghcjs found
208.08 s
[autodocodec-yaml] No ghcjs-pkg found
208.08 s
[autodocodec-yaml] No greencard found
208.08 s
[autodocodec-yaml] Using haddock version 2.29.2 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
208.08 s
[autodocodec-yaml] No happy found
208.08 s
[autodocodec-yaml] Using haskell-suite found on system at: haskell-suite-dummy-location
208.08 s
[autodocodec-yaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
208.08 s
[autodocodec-yaml] No hmake found
208.08 s
[autodocodec-yaml] Using hpc version 0.68 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
208.08 s
[autodocodec-yaml] Using hsc2hs version 0.68.9 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
208.08 s
[autodocodec-yaml] Using hscolour version 1.25 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
208.08 s
[autodocodec-yaml] No jhc found
208.08 s
[autodocodec-yaml] Using ld found on system at:
208.08 s
[autodocodec-yaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
208.08 s
[autodocodec-yaml] No pkg-config found
208.08 s
[autodocodec-yaml] Using runghc version 9.6.7 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
208.08 s
[autodocodec-yaml] Using strip version 2.44 found on system at:
208.08 s
[autodocodec-yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
208.08 s
[autodocodec-yaml] Using tar found on system at:
208.08 s
[servant-auth] Phase: setupCompilerEnvironmentPhase
208.08 s
[servant-auth] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
208.08 s
[servant-auth] Phase: unpackPhase
208.08 s
[servant-auth] unpacking source archive /nix/store/fhyw6xiilxr2hnd9z3yvs0g8cmi3s96i-servant-auth-0.4.2.0.tar.gz
208.08 s
[servant-auth] source root is servant-auth-0.4.2.0
208.08 s
[servant-auth] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "servant-auth-0.4.2.0/src/Servant/Auth/JWT.hs"
208.08 s
[servant-auth] Phase: patchPhase
208.08 s
[servant-auth] Replace Cabal file with edited version from mirror://hackage/servant-auth-0.4.2.0/revision/1.cabal.
208.08 s
[servant-auth] Phase: compileBuildDriverPhase
208.08 s
[servant-auth] setupCompileFlags: -package-db=/build/tmp.nqaq07KNx0/setup-package.conf.d -threaded
208.08 s
[servant-auth] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.nqaq07KNx0/Main.o )
208.08 s
[servant-auth] [2 of 2] Linking Setup
208.08 s
[servant-auth] Phase: updateAutotoolsGnuConfigScriptsPhase
208.08 s
[servant-auth] Phase: configurePhase
208.08 s
[servant-auth] configureFlags: --verbose --prefix=/nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/fpnwvkssl4xhp2l48xizv832kiisz6cz-servant-auth-0.4.2.0-doc/share/doc/servant-auth-0.4.2.0 --with-gcc=gcc --package-db=/build/tmp.nqaq07KNx0/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
208.08 s
[servant-auth] Using Parsec parser
208.08 s
[servant-auth] Configuring servant-auth-0.4.2.0...
208.08 s
[servant-auth] Dependency aeson >=2.0 && <3: using aeson-2.2.3.0
208.08 s
[servant-auth] Dependency base >=4.14 && <4.22: using base-4.18.3.0
208.08 s
[servant-auth] Dependency containers >=0.6 && <0.9: using containers-0.6.7
208.08 s
[servant-auth] Dependency jose >=0.10 && <0.12: using jose-0.11
208.08 s
[servant-auth] Dependency lens >=4.16.1 && <5.4: using lens-5.3.5
208.08 s
[servant-auth] Dependency servant >=0.20.2 && <0.21: using servant-0.20.3.0
208.08 s
[servant-auth] Dependency text >=1.2.3.0 && <2.2: using text-2.0.2
208.08 s
[servant-auth] Dependency unordered-containers >=0.2.9.0 && <0.3: using
208.08 s
[servant-auth] unordered-containers-0.2.20.1
208.08 s
[servant-auth] Source component graph: component lib
208.08 s
[servant-auth] Configured component graph:
208.08 s
[servant-auth] component servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
208.08 s
[servant-auth] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.08 s
[servant-auth] include base-4.18.3.0
208.08 s
[servant-auth] include containers-0.6.7
208.08 s
[servant-auth] include jose-0.11-82qE50urRUF8j0v69LZkfo
208.08 s
[servant-auth] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
208.08 s
[servant-auth] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.08 s
[servant-auth] include text-2.0.2
208.08 s
[servant-auth] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
208.08 s
[servant-auth] Linked component graph:
208.08 s
[servant-auth] unit servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
208.08 s
[servant-auth] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.08 s
[servant-auth] include base-4.18.3.0
208.08 s
[servant-auth] include containers-0.6.7
208.08 s
[servant-auth] include jose-0.11-82qE50urRUF8j0v69LZkfo
208.08 s
[servant-auth] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
208.08 s
[servant-auth] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.08 s
[servant-auth] include text-2.0.2
208.08 s
[servant-auth] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
208.08 s
[servant-auth] Servant.Auth=servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs:Servant.Auth,Servant.Auth.JWT=servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs:Servant.Auth.JWT
208.08 s
[servant-auth] Ready component graph:
208.08 s
[servant-auth] definite servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
208.08 s
[servant-auth] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.08 s
[servant-rawm] Phase: setupCompilerEnvironmentPhase
208.08 s
[servant-rawm] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
208.08 s
[servant-rawm] Phase: unpackPhase
208.08 s
[servant-rawm] unpacking source archive /nix/store/9k4qdpj3j7n1sj3cflpfjxlwnf0hqrdq-servant-rawm-1.0.0.0.tar.gz
208.08 s
[servant-rawm] source root is servant-rawm-1.0.0.0
208.08 s
[servant-rawm] setting SOURCE_DATE_EPOCH to timestamp 1593235136 of file "servant-rawm-1.0.0.0/src/Servant/RawM.hs"
208.08 s
[servant-rawm] Phase: patchPhase
208.08 s
[servant-rawm] Phase: compileBuildDriverPhase
208.08 s
[servant-rawm] setupCompileFlags: -package-db=/build/tmp.1BV0AHVzDz/setup-package.conf.d -threaded
208.08 s
[servant-rawm] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.1BV0AHVzDz/Main.o )
208.08 s
[servant-rawm] [2 of 2] Linking Setup
208.08 s
[servant-rawm] Phase: updateAutotoolsGnuConfigScriptsPhase
208.08 s
[servant-rawm] Phase: configurePhase
208.08 s
[servant-rawm] configureFlags: --verbose --prefix=/nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/iryfrbbf46wb448mqqqyjh5zi6rf58j6-servant-rawm-1.0.0.0-doc/share/doc/servant-rawm-1.0.0.0 --with-gcc=gcc --package-db=/build/tmp.1BV0AHVzDz/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
208.08 s
[servant-rawm] Using Parsec parser
208.08 s
[servant-rawm] Configuring servant-rawm-1.0.0.0...
208.08 s
[servant-rawm] Dependency base >=4.8 && <5: using base-4.18.3.0
208.08 s
[servant-rawm] Dependency servant >=0.16: using servant-0.20.3.0
208.08 s
[servant-rawm] Source component graph: component lib
208.08 s
[servant-rawm] Configured component graph:
208.08 s
[servant-rawm] component servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
208.08 s
[servant-rawm] include base-4.18.3.0
208.08 s
[servant-rawm] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.08 s
[servant-rawm] Linked component graph:
208.08 s
[servant-rawm] unit servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
208.08 s
[servant-rawm] include base-4.18.3.0
208.08 s
[servant-rawm] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.08 s
[servant-rawm] Servant.RawM=servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ:Servant.RawM
208.08 s
[servant-rawm] Ready component graph:
208.08 s
[servant-rawm] definite servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
208.08 s
[servant-rawm] depends base-4.18.3.0
208.08 s
[servant-rawm] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.08 s
[servant-rawm] Using Cabal-3.10.3.0 compiled by ghc-9.6
208.08 s
[servant-rawm] Using compiler: ghc-9.6.7
208.08 s
[servant-rawm] Using install prefix:
208.08 s
[servant-rawm] /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0
208.08 s
[servant-rawm] Executables installed in:
208.08 s
[servant-rawm] /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/bin
208.08 s
[servant-rawm] Libraries installed in:
208.08 s
[servant-rawm] /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
208.08 s
[servant-rawm] Dynamic Libraries installed in:
208.08 s
[servant-rawm] /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
208.08 s
[servant-rawm] Private executables installed in:
208.08 s
[servant-rawm] /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/libexec/x86_64-linux-ghc-9.6.7/servant-rawm-1.0.0.0
208.08 s
[servant-rawm] Data files installed in:
208.08 s
[servant-rawm] /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/share/x86_64-linux-ghc-9.6.7/servant-rawm-1.0.0.0
208.08 s
[servant-rawm] Documentation installed in:
208.08 s
[servant-rawm] /nix/store/iryfrbbf46wb448mqqqyjh5zi6rf58j6-servant-rawm-1.0.0.0-doc/share/doc/servant-rawm-1.0.0.0
208.08 s
[servant-rawm] Configuration files installed in:
208.08 s
[servant-server] Phase: setupCompilerEnvironmentPhase
208.08 s
[servant-server] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
208.08 s
[servant-server] Phase: unpackPhase
208.08 s
[servant-server] unpacking source archive /nix/store/h028lqqsdi1mp61402nxsngqd8w2gq9p-servant-server-0.20.3.0.tar.gz
208.08 s
[servant-server] source root is servant-server-0.20.3.0
208.08 s
[servant-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "servant-server-0.20.3.0/test/Spec.hs"
208.08 s
[servant-server] Phase: patchPhase
208.08 s
[servant-server] Replace Cabal file with edited version from mirror://hackage/servant-server-0.20.3.0/revision/1.cabal.
208.08 s
[servant-server] Phase: compileBuildDriverPhase
208.08 s
[servant-server] setupCompileFlags: -package-db=/build/tmp.io34J4LMnb/setup-package.conf.d -threaded
208.08 s
[servant-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.io34J4LMnb/Main.o )
208.08 s
[servant-server] [2 of 2] Linking Setup
208.08 s
[servant-server] Phase: updateAutotoolsGnuConfigScriptsPhase
208.08 s
[servant-server] Phase: configurePhase
208.08 s
[servant-server] configureFlags: --verbose --prefix=/nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/w4bjylimkwqw80r8vi8q6hwa8p23qkjc-servant-server-0.20.3.0-doc/share/doc/servant-server-0.20.3.0 --with-gcc=gcc --package-db=/build/tmp.io34J4LMnb/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
208.08 s
[servant-server] Using Parsec parser
208.08 s
[servant-server] Configuring servant-server-0.20.3.0...
208.08 s
[servant-server] Dependency base >=4.16.4.0 && <4.22: using base-4.18.3.0
208.08 s
[servant-server] Dependency base64-bytestring >=1.0.0.1 && <1.3: using
208.08 s
[servant-server] base64-bytestring-1.2.1.0
208.08 s
[servant-server] Dependency bytestring >=0.11 && <0.13: using bytestring-0.11.5.4
208.08 s
[servant-server] Dependency constraints >=0.2 && <0.15: using constraints-0.14.2
208.09 s
[servant-server] Dependency containers >=0.6.5.1 && <0.9: using containers-0.6.7
208.09 s
[servant-server] Dependency exceptions >=0.10.0 && <0.11: using exceptions-0.10.7
208.09 s
[servant-server] Dependency filepath >=1.4.1.1 && <1.6: using filepath-1.4.301.0
208.09 s
[servant-server] Dependency http-api-data >=0.4.1 && <0.7: using http-api-data-0.6.2
208.09 s
[servant-server] Dependency http-media >=0.7.1.3 && <0.9: using http-media-0.8.1.1
208.09 s
[servant-server] Dependency http-types >=0.12.2 && <0.13: using http-types-0.12.4
208.09 s
[servant-server] Dependency monad-control >=1.0.2.3 && <1.1: using monad-control-1.0.3.1
208.09 s
[servant-server] Dependency mtl >=2.2.2 && <2.3 || >=2.3.1 && <2.4: using mtl-2.3.1
208.09 s
[servant-server] Dependency network >=2.8 && <3.3: using network-3.2.8.0
208.09 s
[servant-server] Dependency resourcet >=1.2.2 && <1.4: using resourcet-1.3.0
208.09 s
[servant-server] Dependency servant >=0.20.3 && <0.21: using servant-0.20.3.0
208.09 s
[servant-server] Dependency sop-core >=0.4.0.0 && <0.6: using sop-core-0.5.0.2
208.09 s
[servant-server] Dependency tagged >=0.8.6 && <0.9: using tagged-0.8.9
208.09 s
[servant-server] Dependency text >=1.2.3.0 && <2.2: using text-2.0.2
208.09 s
[servant-server] Dependency transformers >=0.5.2.0 && <0.7: using transformers-0.6.1.0
208.09 s
[servant-server] Dependency transformers-base >=0.4.5.2 && <0.5: using transformers-base-0.4.6
208.09 s
[servant-server] Dependency wai >=3.2.2.1 && <3.3: using wai-3.2.4
208.09 s
[servant-server] Dependency wai-app-static >=3.1.6.2 && <3.2: using wai-app-static-3.1.9
208.09 s
[servant-server] Dependency word8 >=0.1.3 && <0.2: using word8-0.1.3
208.09 s
[servant-server] Dependency aeson >=1.4.1.0 && <3: using aeson-2.2.3.0
208.09 s
[servant-server] Dependency base: using base-4.18.3.0
208.09 s
[servant-server] Dependency base-compat: using base-compat-0.14.1
208.09 s
[servant-server] Dependency servant-server: using servant-server-0.20.3.0
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.09 s
[openapi3]
208.09 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.09 s
[openapi3] The use of ‘~’ without TypeOperators
208.09 s
[openapi3] will become an error in a future GHC release.
208.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.09 s
[openapi3] |
208.09 s
[serialise] Pattern match is redundant
208.09 s
[serialise] In an equation for ‘encodeTypeRep’:
208.09 s
[serialise] encodeTypeRep (Fun arg res) = ...
208.09 s
[serialise] |
208.09 s
[serialise] 1370 | encodeTypeRep (Fun arg res)
208.09 s
[serialise] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
208.09 s
[serialise] [5 of 8] Compiling Codec.Serialise ( src/Codec/Serialise.hs, dist/build/Codec/Serialise.o, dist/build/Codec/Serialise.dyn_o )
208.09 s
[serialise] [6 of 8] Compiling Codec.Serialise.IO ( src/Codec/Serialise/IO.hs, dist/build/Codec/Serialise/IO.o, dist/build/Codec/Serialise/IO.dyn_o )
208.09 s
[serialise] [7 of 8] Compiling Codec.Serialise.Properties ( src/Codec/Serialise/Properties.hs, dist/build/Codec/Serialise/Properties.o, dist/build/Codec/Serialise/Properties.dyn_o )
208.09 s
[serialise] [8 of 8] Compiling Codec.Serialise.Tutorial ( src/Codec/Serialise/Tutorial.hs, dist/build/Codec/Serialise/Tutorial.o, dist/build/Codec/Serialise/Tutorial.dyn_o )
208.09 s
[autodocodec-yaml] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
208.09 s
[autodocodec-yaml] No uhc found
208.09 s
[autodocodec-yaml] Phase: buildPhase
208.09 s
[autodocodec-yaml] Preprocessing library for autodocodec-yaml-0.4.0.2..
208.09 s
[autodocodec-yaml] Building library for autodocodec-yaml-0.4.0.2..
208.09 s
[autodocodec-yaml] [1 of 5] Compiling Autodocodec.Yaml.Encode ( src/Autodocodec/Yaml/Encode.hs, dist/build/Autodocodec/Yaml/Encode.o, dist/build/Autodocodec/Yaml/Encode.dyn_o )
208.09 s
[autodocodec-yaml] [2 of 5] Compiling Autodocodec.Yaml.Schema ( src/Autodocodec/Yaml/Schema.hs, dist/build/Autodocodec/Yaml/Schema.o, dist/build/Autodocodec/Yaml/Schema.dyn_o )
208.09 s
[autodocodec-yaml] [3 of 5] Compiling Autodocodec.Yaml.IO ( src/Autodocodec/Yaml/IO.hs, dist/build/Autodocodec/Yaml/IO.o, dist/build/Autodocodec/Yaml/IO.dyn_o )
208.09 s
[autodocodec-yaml] [4 of 5] Compiling Autodocodec.Yaml ( src/Autodocodec/Yaml.hs, dist/build/Autodocodec/Yaml.o, dist/build/Autodocodec/Yaml.dyn_o )
208.09 s
[autodocodec-yaml] [5 of 5] Compiling Paths_autodocodec_yaml ( dist/build/autogen/Paths_autodocodec_yaml.hs, dist/build/Paths_autodocodec_yaml.o, dist/build/Paths_autodocodec_yaml.dyn_o )
208.09 s
[autodocodec-yaml] [1 of 5] Compiling Autodocodec.Yaml.Encode ( src/Autodocodec/Yaml/Encode.hs, dist/build/Autodocodec/Yaml/Encode.p_o )
208.09 s
[autodocodec-yaml] [2 of 5] Compiling Autodocodec.Yaml.Schema ( src/Autodocodec/Yaml/Schema.hs, dist/build/Autodocodec/Yaml/Schema.p_o )
208.09 s
[autodocodec-yaml] [3 of 5] Compiling Autodocodec.Yaml.IO ( src/Autodocodec/Yaml/IO.hs, dist/build/Autodocodec/Yaml/IO.p_o )
208.09 s
[autodocodec-yaml] [4 of 5] Compiling Autodocodec.Yaml ( src/Autodocodec/Yaml.hs, dist/build/Autodocodec/Yaml.p_o )
208.09 s
[autodocodec-yaml] [5 of 5] Compiling Paths_autodocodec_yaml ( dist/build/autogen/Paths_autodocodec_yaml.hs, dist/build/Paths_autodocodec_yaml.p_o )
208.09 s
[servant-auth] depends base-4.18.3.0
208.09 s
[servant-auth] depends containers-0.6.7
208.09 s
[servant-auth] depends jose-0.11-82qE50urRUF8j0v69LZkfo
208.09 s
[servant-auth] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
208.09 s
[servant-auth] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.09 s
[servant-auth] depends text-2.0.2
208.09 s
[servant-auth] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
208.09 s
[servant-auth] Using Cabal-3.10.3.0 compiled by ghc-9.6
208.09 s
[servant-auth] Using compiler: ghc-9.6.7
208.09 s
[servant-auth] Using install prefix:
208.09 s
[servant-auth] /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0
208.09 s
[servant-auth] Executables installed in:
208.09 s
[servant-auth] /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/bin
208.09 s
[servant-auth] Libraries installed in:
208.09 s
[servant-auth] /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
208.09 s
[servant-auth] Dynamic Libraries installed in:
208.09 s
[servant-auth] /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
208.09 s
[servant-auth] Private executables installed in:
208.09 s
[servant-auth] /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/libexec/x86_64-linux-ghc-9.6.7/servant-auth-0.4.2.0
208.09 s
[servant-auth] Data files installed in:
208.09 s
[servant-auth] /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/share/x86_64-linux-ghc-9.6.7/servant-auth-0.4.2.0
208.09 s
[servant-auth] Documentation installed in:
208.09 s
[servant-auth] /nix/store/fpnwvkssl4xhp2l48xizv832kiisz6cz-servant-auth-0.4.2.0-doc/share/doc/servant-auth-0.4.2.0
208.09 s
[servant-auth] Configuration files installed in:
208.09 s
[servant-auth] /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/etc
208.09 s
[servant-auth] No alex found
208.09 s
[servant-auth] Using ar found on system at:
208.09 s
[servant-auth] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
208.09 s
[servant-auth] No c2hs found
208.09 s
[servant-auth] No cpphs found
208.09 s
[servant-auth] No doctest found
208.09 s
[servant-auth] Using gcc version 14.3.0 given by user at:
208.09 s
[servant-auth] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
208.09 s
[servant-auth] Using ghc version 9.6.7 found on system at:
208.09 s
[servant-auth] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
208.09 s
[servant-auth] Using ghc-pkg version 9.6.7 found on system at:
208.09 s
[servant-auth] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
208.09 s
[servant-auth] No ghcjs found
208.09 s
[servant-auth] No ghcjs-pkg found
208.09 s
[servant-auth] No greencard found
208.09 s
[servant-auth] Using haddock version 2.29.2 found on system at:
208.09 s
[servant-auth] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
208.09 s
[servant-auth] No happy found
208.09 s
[servant-auth] Using haskell-suite found on system at: haskell-suite-dummy-location
208.09 s
[servant-auth] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
208.09 s
[servant-auth] No hmake found
208.09 s
[servant-auth] Using hpc version 0.68 found on system at:
208.09 s
[servant-auth] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
208.09 s
[servant-auth] Using hsc2hs version 0.68.9 found on system at:
208.09 s
[servant-auth] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
208.09 s
[servant-auth] Using hscolour version 1.25 found on system at:
208.09 s
[servant-auth] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
208.09 s
[servant-auth] No jhc found
208.09 s
[servant-auth] Using ld found on system at:
208.09 s
[servant-auth] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
208.09 s
[servant-auth] No pkg-config found
208.09 s
[servant-auth] Using runghc version 9.6.7 found on system at:
208.09 s
[servant-auth] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
208.09 s
[servant-auth] Using strip version 2.44 found on system at:
208.09 s
[servant-auth] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
208.09 s
[servant-auth] Using tar found on system at:
208.09 s
[servant-auth] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
208.09 s
[servant-auth] No uhc found
208.09 s
[servant-rawm] /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/etc
208.09 s
[servant-rawm] No alex found
208.09 s
[servant-rawm] Using ar found on system at:
208.09 s
[servant-rawm] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
208.09 s
[servant-rawm] No c2hs found
208.09 s
[servant-rawm] No cpphs found
208.09 s
[servant-rawm] No doctest found
208.09 s
[servant-rawm] Using gcc version 14.3.0 given by user at:
208.09 s
[servant-rawm] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
208.09 s
[servant-rawm] Using ghc version 9.6.7 found on system at:
208.09 s
[servant-rawm] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
208.09 s
[servant-rawm] Using ghc-pkg version 9.6.7 found on system at:
208.09 s
[servant-rawm] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
208.09 s
[servant-rawm] No ghcjs found
208.09 s
[servant-rawm] No ghcjs-pkg found
208.09 s
[servant-rawm] No greencard found
208.09 s
[servant-rawm] Using haddock version 2.29.2 found on system at:
208.09 s
[servant-rawm] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
208.09 s
[servant-rawm] No happy found
208.09 s
[servant-rawm] Using haskell-suite found on system at: haskell-suite-dummy-location
208.09 s
[servant-rawm] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
208.09 s
[servant-rawm] No hmake found
208.09 s
[servant-rawm] Using hpc version 0.68 found on system at:
208.09 s
[servant-rawm] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
208.09 s
[servant-rawm] Using hsc2hs version 0.68.9 found on system at:
208.09 s
[servant-rawm] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
208.09 s
[servant-rawm] Using hscolour version 1.25 found on system at:
208.09 s
[servant-rawm] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
208.09 s
[servant-rawm] No jhc found
208.09 s
[servant-rawm] Using ld found on system at:
208.09 s
[servant-rawm] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
208.09 s
[servant-rawm] No pkg-config found
208.09 s
[servant-rawm] Using runghc version 9.6.7 found on system at:
208.09 s
[servant-rawm] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
208.09 s
[servant-rawm] Using strip version 2.44 found on system at:
208.09 s
[servant-rawm] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
208.09 s
[servant-rawm] Using tar found on system at:
208.09 s
[servant-rawm] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
208.09 s
[servant-rawm] No uhc found
208.09 s
[servant-rawm] Phase: buildPhase
208.09 s
[servant-rawm] Preprocessing library for servant-rawm-1.0.0.0..
208.09 s
[servant-rawm] Building library for servant-rawm-1.0.0.0..
208.09 s
[servant-rawm] [1 of 1] Compiling Servant.RawM ( src/Servant/RawM.hs, dist/build/Servant/RawM.o, dist/build/Servant/RawM.dyn_o )
208.09 s
[servant-server] Dependency text: using text-2.0.2
208.09 s
[servant-server] Dependency wai: using wai-3.2.4
208.09 s
[servant-server] Dependency warp >=3.2.25 && <3.5: using warp-3.4.9
208.09 s
[servant-server] Dependency aeson >=1.4.1.0 && <3: using aeson-2.2.3.0
208.09 s
[servant-server] Dependency base: using base-4.18.3.0
208.09 s
[servant-server] Dependency base-compat: using base-compat-0.14.1
208.09 s
[servant-server] Dependency base64-bytestring: using base64-bytestring-1.2.1.0
208.09 s
[servant-server] Dependency bytestring: using bytestring-0.11.5.4
208.09 s
[servant-server] Dependency directory >=1.3.0.0 && <1.4: using directory-1.3.8.5
208.09 s
[servant-server] Dependency hspec >=2.6.0 && <2.12: using hspec-2.11.14
208.09 s
[servant-server] Dependency hspec-wai >=0.10.1 && <0.12: using hspec-wai-0.11.1
208.09 s
[servant-server] Dependency http-types: using http-types-0.12.4
208.09 s
[servant-server] Dependency mtl: using mtl-2.3.1
208.09 s
[servant-server] Dependency resourcet: using resourcet-1.3.0
208.09 s
[servant-server] Dependency safe: using safe-0.3.21
208.09 s
[servant-server] Dependency servant: using servant-0.20.3.0
208.09 s
[servant-server] Dependency servant-server: using servant-server-0.20.3.0
208.09 s
[servant-server] Dependency should-not-typecheck >=2.1.0 && <2.2: using
208.09 s
[servant-server] should-not-typecheck-2.1.0
208.09 s
[servant-server] Dependency temporary >=1.3 && <1.4: using temporary-1.3
208.09 s
[servant-server] Dependency text: using text-2.0.2
208.09 s
[servant-server] Dependency wai: using wai-3.2.4
208.09 s
[servant-server] Dependency wai-extra >=3.0.24.3 && <3.2: using wai-extra-3.1.18
208.09 s
[servant-server] Source component graph:
208.09 s
[servant-server] component lib
208.09 s
[servant-server] component exe:greet dependency lib
208.09 s
[servant-server] component test:spec dependency lib
208.09 s
[servant-server] Configured component graph:
208.09 s
[servant-server] component servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.09 s
[servant-server] include base-4.18.3.0
208.09 s
[servant-server] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
208.09 s
[servant-server] include bytestring-0.11.5.4
208.09 s
[servant-server] include constraints-0.14.2-LmcQM59sK5Nr08buTS5j
208.09 s
[servant-server] include containers-0.6.7
208.09 s
[servant-server] include exceptions-0.10.7
208.09 s
[servant-server] include filepath-1.4.301.0
208.09 s
[servant-server] include http-api-data-0.6.2-45Zkhw2CuJFuJaLVaFGNo
208.09 s
[servant-server] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
208.09 s
[servant-server] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
208.09 s
[servant-server] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
208.09 s
[servant-server] include mtl-2.3.1
208.09 s
[servant-server] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
208.09 s
[servant-server] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
208.09 s
[servant-server] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.10 s
[servant-server] include sop-core-0.5.0.2-F6sixuCp94eIP0L3V48dy0
208.10 s
[servant-server] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
208.10 s
[servant-server] include text-2.0.2
208.10 s
[servant-server] include transformers-0.6.1.0
208.10 s
[servant-server] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
208.10 s
[servant-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.10 s
[servant-server] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
208.10 s
[servant-server] include word8-0.1.3-I7EiHH9uPLPFX22sUaiQzw
208.10 s
[servant-server] component servant-server-0.20.3.0-EV75s4scRGzKxENucjLLsk-greet
208.10 s
[servant-server] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.10 s
[servant-server] include base-4.18.3.0
208.10 s
[servant-server] include base-compat-0.14.1-FK5GrXzRHJlIaqVbFVqjup
208.10 s
[servant-server] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.10 s
[servant-server] include text-2.0.2
208.10 s
[servant-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.10 s
[servant-server] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
208.10 s
[servant-server] component servant-server-0.20.3.0-9BRqgUfshCp2SL1NwPwtAq-spec
208.10 s
[servant-server] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.10 s
[servant-server] include base-4.18.3.0
208.10 s
[servant-server] include base-compat-0.14.1-FK5GrXzRHJlIaqVbFVqjup
208.10 s
[servant-server] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
208.10 s
[servant-server] include bytestring-0.11.5.4
208.10 s
[servant-server] include directory-1.3.8.5
208.10 s
[servant-server] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
208.10 s
[servant-server] include hspec-wai-0.11.1-9janouOKQj7H1Pl3NHv0yw
208.10 s
[servant-server] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
208.10 s
[servant-server] include mtl-2.3.1
208.10 s
[servant-server] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
208.10 s
[servant-server] include safe-0.3.21-7hVSqri8XNPEkxDk6BB56A
208.10 s
[servant-server] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.10 s
[servant-server] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.10 s
[servant-server] include should-not-typecheck-2.1.0-E54BWuXmHFPEalJyYAGpuy
208.10 s
[servant-server] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
208.10 s
[servant-server] include text-2.0.2
208.10 s
[servant-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.10 s
[servant-server] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
208.10 s
[servant-server] Linked component graph:
208.10 s
[servant-server] unit servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.10 s
[servant-server] include base-4.18.3.0
208.10 s
[servant-server] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
208.10 s
[servant-server] include bytestring-0.11.5.4
208.10 s
[servant-server] include constraints-0.14.2-LmcQM59sK5Nr08buTS5j
208.10 s
[servant-server] include containers-0.6.7
208.10 s
[openapi3] 114 | makeFieldLabels ''OpenApi
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[servant-server] include exceptions-0.10.7
208.10 s
[servant-server] include filepath-1.4.301.0
208.10 s
[servant-server] include http-api-data-0.6.2-45Zkhw2CuJFuJaLVaFGNo
208.10 s
[servant-server] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
208.10 s
[servant-server] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
208.10 s
[servant-server] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
208.10 s
[servant-server] include mtl-2.3.1
208.10 s
[servant-server] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
208.10 s
[servant-server] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
208.10 s
[servant-server] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.10 s
[servant-server] include sop-core-0.5.0.2-F6sixuCp94eIP0L3V48dy0
208.10 s
[servant-server] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
208.10 s
[servant-server] include text-2.0.2
208.10 s
[servant-server] include transformers-0.6.1.0
208.10 s
[servant-server] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
208.10 s
[servant-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.10 s
[servant-server] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
208.10 s
[servant-server] include word8-0.1.3-I7EiHH9uPLPFX22sUaiQzw
208.10 s
[servant-server] Servant=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant,Servant.Server=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server,Servant.Server.Experimental.Auth=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Experimental.Auth,Servant.Server.Generic=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Generic,Servant.Server.Internal=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal,Servant.Server.Internal.BasicAuth=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.BasicAuth,Servant.Server.Internal.Context=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.Context,Servant.Server.Internal.Delayed=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.Delayed,Servant.Server.Internal.DelayedIO=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.DelayedIO,Servant.Server.Internal.ErrorFormatter=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.ErrorFormatter,Servant.Server.Internal.Handler=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.Handler,Servant.Server.Internal.ResponseRender=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.ResponseRender,Servant.Server.Internal.RouteResult=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.RouteResult,Servant.Server.Internal.Router=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.Router,Servant.Server.Internal.RoutingApplication=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.RoutingApplication,Servant.Server.Internal.ServerError=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.Internal.ServerError,Servant.Server.StaticFiles=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.StaticFiles,Servant.Server.UVerb=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Server.UVerb,Servant.Utils.StaticFiles=servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC:Servant.Utils.StaticFiles
208.10 s
[servant-server] unit servant-server-0.20.3.0-EV75s4scRGzKxENucjLLsk-greet
208.10 s
[servant-server] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.10 s
[servant-server] include base-4.18.3.0
208.10 s
[servant-server] include base-compat-0.14.1-FK5GrXzRHJlIaqVbFVqjup
208.10 s
[servant-server] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.10 s
[servant-server] include text-2.0.2
208.10 s
[servant-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.10 s
[servant-server] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
208.10 s
[servant-server] unit servant-server-0.20.3.0-9BRqgUfshCp2SL1NwPwtAq-spec
208.10 s
[servant-server] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.10 s
[servant-server] include base-4.18.3.0
208.10 s
[servant-server] include base-compat-0.14.1-FK5GrXzRHJlIaqVbFVqjup
208.10 s
[servant-server] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
208.10 s
[servant-server] include bytestring-0.11.5.4
208.10 s
[servant-server] include directory-1.3.8.5
208.10 s
[servant-server] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
208.10 s
[servant-server] include hspec-wai-0.11.1-9janouOKQj7H1Pl3NHv0yw
208.10 s
[servant-server] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
208.10 s
[servant-server] include mtl-2.3.1
208.10 s
[servant-server] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
208.10 s
[servant-server] include safe-0.3.21-7hVSqri8XNPEkxDk6BB56A
208.10 s
[servant-server] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.10 s
[servant-server] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.10 s
[openapi3]
208.10 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.10 s
[openapi3] The use of ‘~’ without TypeOperators
208.10 s
[openapi3] will become an error in a future GHC release.
208.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.10 s
[openapi3] |
208.10 s
[openapi3] 115 | makeFieldLabels ''Components
208.10 s
[servant-server] include should-not-typecheck-2.1.0-E54BWuXmHFPEalJyYAGpuy
208.10 s
[servant-server] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
208.10 s
[servant-server] include text-2.0.2
208.11 s
[servant-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.11 s
[servant-server] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
208.11 s
[servant-server] Ready component graph:
208.11 s
[servant-server] definite servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.11 s
[servant-server] depends base-4.18.3.0
208.11 s
[servant-server] depends base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
208.11 s
[servant-server] depends bytestring-0.11.5.4
208.11 s
[servant-server] depends constraints-0.14.2-LmcQM59sK5Nr08buTS5j
208.11 s
[servant-server] depends containers-0.6.7
208.11 s
[servant-server] depends exceptions-0.10.7
208.11 s
[servant-server] depends filepath-1.4.301.0
208.11 s
[servant-server] depends http-api-data-0.6.2-45Zkhw2CuJFuJaLVaFGNo
208.11 s
[servant-server] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
208.11 s
[servant-server] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
208.11 s
[servant-server] depends monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
208.11 s
[servant-server] depends mtl-2.3.1
208.11 s
[servant-server] depends network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
208.11 s
[servant-server] depends resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
208.11 s
[servant-server] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.11 s
[servant-server] depends sop-core-0.5.0.2-F6sixuCp94eIP0L3V48dy0
208.11 s
[servant-server] depends tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
208.11 s
[servant-server] depends text-2.0.2
208.11 s
[servant-server] depends transformers-0.6.1.0
208.11 s
[servant-server] depends transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
208.11 s
[servant-server] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.11 s
[servant-server] depends wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
208.11 s
[servant-server] depends word8-0.1.3-I7EiHH9uPLPFX22sUaiQzw
208.11 s
[servant-server] definite servant-server-0.20.3.0-EV75s4scRGzKxENucjLLsk-greet
208.11 s
[servant-server] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.11 s
[servant-server] depends base-4.18.3.0
208.11 s
[servant-server] depends base-compat-0.14.1-FK5GrXzRHJlIaqVbFVqjup
208.11 s
[servant-server] depends servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.11 s
[servant-server] depends text-2.0.2
208.11 s
[servant-server] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.11 s
[servant-server] depends warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
208.11 s
[servant-server] definite servant-server-0.20.3.0-9BRqgUfshCp2SL1NwPwtAq-spec
208.11 s
[servant-server] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
208.11 s
[servant-server] depends base-4.18.3.0
208.11 s
[servant-server] depends base-compat-0.14.1-FK5GrXzRHJlIaqVbFVqjup
208.11 s
[servant-server] depends base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
208.11 s
[servant-server] depends bytestring-0.11.5.4
208.11 s
[servant-server] depends directory-1.3.8.5
208.11 s
[servant-server] depends hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
208.11 s
[servant-server] depends hspec-wai-0.11.1-9janouOKQj7H1Pl3NHv0yw
208.11 s
[servant-server] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
208.11 s
[servant-server] depends mtl-2.3.1
208.11 s
[servant-server] depends resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
208.11 s
[servant-server] depends safe-0.3.21-7hVSqri8XNPEkxDk6BB56A
208.11 s
[servant-server] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
208.11 s
[servant-server] depends servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.11 s
[servant-server] depends should-not-typecheck-2.1.0-E54BWuXmHFPEalJyYAGpuy
208.11 s
[servant-server] depends temporary-1.3-HdHuOgtZUl4D7UgDABDcym
208.11 s
[servant-server] depends text-2.0.2
208.11 s
[servant-server] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
208.11 s
[servant-server] depends wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
208.11 s
[servant-server] Using Cabal-3.10.3.0 compiled by ghc-9.6
208.11 s
[servant-server] Using compiler: ghc-9.6.7
208.11 s
[servant-server] Using install prefix:
208.11 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0
208.11 s
[servant-server] Executables installed in:
208.11 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/bin
208.11 s
[servant-server] Libraries installed in:
208.11 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
208.11 s
[servant-server] Dynamic Libraries installed in:
208.11 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
208.11 s
[servant-server] Private executables installed in:
208.11 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/libexec/x86_64-linux-ghc-9.6.7/servant-server-0.20.3.0
208.11 s
[servant-server] Data files installed in:
208.11 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/share/x86_64-linux-ghc-9.6.7/servant-server-0.20.3.0
208.11 s
[servant-server] Documentation installed in:
208.11 s
[servant-server] /nix/store/w4bjylimkwqw80r8vi8q6hwa8p23qkjc-servant-server-0.20.3.0-doc/share/doc/servant-server-0.20.3.0
208.11 s
[servant-server] Configuration files installed in:
208.11 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/etc
208.11 s
[servant-server] No alex found
208.11 s
[servant-server] Using ar found on system at:
208.11 s
[servant-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
208.11 s
[servant-server] No c2hs found
208.11 s
[servant-server] No cpphs found
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[servant-server] No doctest found
208.11 s
[servant-server] Using gcc version 14.3.0 given by user at:
208.11 s
[servant-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
208.11 s
[servant-server] Using ghc version 9.6.7 found on system at:
208.11 s
[servant-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
208.11 s
[servant-server] Using ghc-pkg version 9.6.7 found on system at:
208.11 s
[servant-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
208.11 s
[servant-server] No ghcjs found
208.11 s
[servant-server] No ghcjs-pkg found
208.11 s
[servant-server] No greencard found
208.11 s
[servant-server] Using haddock version 2.29.2 found on system at:
208.11 s
[servant-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
208.11 s
[servant-server] No happy found
208.11 s
[servant-server] Using haskell-suite found on system at: haskell-suite-dummy-location
208.11 s
[servant-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
208.11 s
[servant-server] No hmake found
208.11 s
[servant-server] Using hpc version 0.68 found on system at:
208.11 s
[servant-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
208.11 s
[servant-server] Using hsc2hs version 0.68.9 found on system at:
208.11 s
[servant-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
208.11 s
[servant-server] Using hscolour version 1.25 found on system at:
208.11 s
[servant-server] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
208.11 s
[servant-server] No jhc found
208.11 s
[servant-server] Using ld found on system at:
208.11 s
[servant-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
208.11 s
[servant-server] No pkg-config found
208.11 s
[servant-server] Using runghc version 9.6.7 found on system at:
208.11 s
[servant-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
208.11 s
[servant-server] Using strip version 2.44 found on system at:
208.11 s
[servant-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
208.11 s
[servant-server] Using tar found on system at:
208.11 s
[servant-server] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
208.11 s
[servant-server] No uhc found
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 115 | makeFieldLabels ''Components
208.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.11 s
[openapi3]
208.11 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.11 s
[openapi3] The use of ‘~’ without TypeOperators
208.11 s
[openapi3] will become an error in a future GHC release.
208.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.11 s
[openapi3] |
208.11 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[servant-auth] Phase: buildPhase
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 116 | makeFieldLabels ''Server
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.12 s
[openapi3] |
208.12 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.12 s
[openapi3]
208.12 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.12 s
[openapi3] The use of ‘~’ without TypeOperators
208.12 s
[openapi3] will become an error in a future GHC release.
208.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 118 | makeFieldLabels ''RequestBody
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.13 s
[openapi3] The use of ‘~’ without TypeOperators
208.13 s
[openapi3] will become an error in a future GHC release.
208.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.13 s
[openapi3] |
208.13 s
[openapi3] 120 | makeFieldLabels ''Info
208.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.13 s
[openapi3]
208.13 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 120 | makeFieldLabels ''Info
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 120 | makeFieldLabels ''Info
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 120 | makeFieldLabels ''Info
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 120 | makeFieldLabels ''Info
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 120 | makeFieldLabels ''Info
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 120 | makeFieldLabels ''Info
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 120 | makeFieldLabels ''Info
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 121 | makeFieldLabels ''Contact
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 122 | makeFieldLabels ''License
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 122 | makeFieldLabels ''License
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 122 | makeFieldLabels ''License
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 122 | makeFieldLabels ''License
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 122 | makeFieldLabels ''License
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 122 | makeFieldLabels ''License
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.14 s
[openapi3]
208.14 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.14 s
[openapi3] The use of ‘~’ without TypeOperators
208.14 s
[openapi3] will become an error in a future GHC release.
208.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.14 s
[openapi3] |
208.14 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.15 s
[openapi3] |
208.15 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.15 s
[openapi3]
208.15 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.15 s
[openapi3] The use of ‘~’ without TypeOperators
208.15 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 123 | makeFieldLabels ''PathItem
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 124 | makeFieldLabels ''Tag
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.16 s
[openapi3]
208.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.16 s
[openapi3] The use of ‘~’ without TypeOperators
208.16 s
[openapi3] will become an error in a future GHC release.
208.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.16 s
[openapi3] |
208.16 s
[openapi3] 125 | makeFieldLabels ''Operation
208.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 125 | makeFieldLabels ''Operation
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.17 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.17 s
[openapi3] The use of ‘~’ without TypeOperators
208.17 s
[openapi3] will become an error in a future GHC release.
208.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.17 s
[openapi3] |
208.17 s
[openapi3] 126 | makeFieldLabels ''Param
208.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.17 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.18 s
[openapi3]
208.18 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.18 s
[openapi3] The use of ‘~’ without TypeOperators
208.18 s
[openapi3] will become an error in a future GHC release.
208.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.18 s
[openapi3] |
208.18 s
[openapi3] 126 | makeFieldLabels ''Param
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 126 | makeFieldLabels ''Param
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 126 | makeFieldLabels ''Param
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 126 | makeFieldLabels ''Param
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 126 | makeFieldLabels ''Param
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 126 | makeFieldLabels ''Param
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.19 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.19 s
[openapi3] The use of ‘~’ without TypeOperators
208.19 s
[openapi3] will become an error in a future GHC release.
208.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.19 s
[openapi3] |
208.19 s
[openapi3] 127 | makeFieldLabels ''Header
208.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.19 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 127 | makeFieldLabels ''Header
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 128 | makeFieldLabels ''Schema
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 128 | makeFieldLabels ''Schema
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 128 | makeFieldLabels ''Schema
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 128 | makeFieldLabels ''Schema
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 128 | makeFieldLabels ''Schema
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 128 | makeFieldLabels ''Schema
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.20 s
[openapi3] will become an error in a future GHC release.
208.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.20 s
[openapi3] |
208.20 s
[openapi3] 128 | makeFieldLabels ''Schema
208.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.20 s
[openapi3]
208.20 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.20 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.21 s
[openapi3] The use of ‘~’ without TypeOperators
208.21 s
[openapi3] will become an error in a future GHC release.
208.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.21 s
[openapi3] |
208.21 s
[openapi3] 128 | makeFieldLabels ''Schema
208.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.21 s
[openapi3]
208.21 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.22 s
[openapi3] will become an error in a future GHC release.
208.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.22 s
[openapi3] |
208.22 s
[openapi3] 128 | makeFieldLabels ''Schema
208.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.22 s
[openapi3]
208.22 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.22 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.23 s
[openapi3] 128 | makeFieldLabels ''Schema
208.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.23 s
[openapi3]
208.23 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.23 s
[openapi3] The use of ‘~’ without TypeOperators
208.23 s
[openapi3] will become an error in a future GHC release.
208.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.23 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.24 s
[openapi3] 128 | makeFieldLabels ''Schema
208.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
208.24 s
[openapi3]
208.24 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.24 s
[openapi3] The use of ‘~’ without TypeOperators
208.24 s
[openapi3] will become an error in a future GHC release.
208.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.24 s
[openapi3] |
208.25 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 130 | makeFieldLabels ''Xml
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 131 | makeFieldLabels ''Responses
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 131 | makeFieldLabels ''Responses
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 131 | makeFieldLabels ''Responses
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 131 | makeFieldLabels ''Responses
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.25 s
[openapi3] The use of ‘~’ without TypeOperators
208.25 s
[openapi3] will become an error in a future GHC release.
208.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.25 s
[openapi3] |
208.25 s
[openapi3] 131 | makeFieldLabels ''Responses
208.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.25 s
[openapi3]
208.25 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 131 | makeFieldLabels ''Responses
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 132 | makeFieldLabels ''Response
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[servant-auth] Preprocessing library for servant-auth-0.4.2.0..
208.26 s
[servant-auth] Building library for servant-auth-0.4.2.0..
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.26 s
[openapi3] The use of ‘~’ without TypeOperators
208.26 s
[openapi3] will become an error in a future GHC release.
208.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.26 s
[openapi3] |
208.26 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
208.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.26 s
[openapi3]
208.26 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
208.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.27 s
[openapi3]
208.27 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.27 s
[openapi3] The use of ‘~’ without TypeOperators
208.27 s
[openapi3] will become an error in a future GHC release.
208.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.27 s
[openapi3] |
208.27 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 142 | makeFieldLabels ''Encoding
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 143 | makeFieldLabels ''Example
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 144 | makeFieldLabels ''Discriminator
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 144 | makeFieldLabels ''Discriminator
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 144 | makeFieldLabels ''Discriminator
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.28 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.28 s
[openapi3] The use of ‘~’ without TypeOperators
208.28 s
[openapi3] will become an error in a future GHC release.
208.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.28 s
[openapi3] |
208.28 s
[openapi3] 144 | makeFieldLabels ''Discriminator
208.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.28 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 144 | makeFieldLabels ''Discriminator
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 144 | makeFieldLabels ''Discriminator
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.29 s
[openapi3] will become an error in a future GHC release.
208.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.29 s
[openapi3] |
208.29 s
[openapi3] 145 | makeFieldLabels ''Link
208.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.29 s
[openapi3]
208.29 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.29 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 145 | makeFieldLabels ''Link
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.30 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.30 s
[openapi3] The use of ‘~’ without TypeOperators
208.30 s
[openapi3] will become an error in a future GHC release.
208.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.30 s
[openapi3] |
208.30 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.30 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 150 | makePrismLabels ''Referenced
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 150 | makePrismLabels ''Referenced
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 150 | makePrismLabels ''Referenced
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 150 | makePrismLabels ''Referenced
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 150 | makePrismLabels ''Referenced
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 150 | makePrismLabels ''Referenced
208.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:155:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 155 | ( a ~ [Referenced Schema]
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:156:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 156 | , b ~ [Referenced Schema]
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:167:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 167 | ( a ~ Referenced Schema
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:168:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 168 | , b ~ Referenced Schema
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:204:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 204 | ( a ~ Maybe OpenApiType
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:205:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 205 | , b ~ Maybe OpenApiType
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:213:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 213 | ( a ~ Maybe Value, b ~ Maybe Value
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:213:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 213 | ( a ~ Maybe Value, b ~ Maybe Value
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:221:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.31 s
[openapi3] will become an error in a future GHC release.
208.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.31 s
[openapi3] |
208.31 s
[openapi3] 221 | ( a ~ Maybe Format, b ~ Maybe Format
208.31 s
[openapi3] | ^
208.31 s
[openapi3]
208.31 s
[openapi3] src/Data/OpenApi/Optics.hs:221:25: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.31 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 221 | ( a ~ Maybe Format, b ~ Maybe Format
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:229:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 229 | ( a ~ Maybe OpenApiItems
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:230:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 230 | , b ~ Maybe OpenApiItems
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:238:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 238 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:238:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 238 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:246:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 246 | ( a ~ Maybe Bool, b ~ Maybe Bool
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:246:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 246 | ( a ~ Maybe Bool, b ~ Maybe Bool
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:254:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 254 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:254:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 254 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:262:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 262 | ( a ~ Maybe Bool, b ~ Maybe Bool
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:262:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 262 | ( a ~ Maybe Bool, b ~ Maybe Bool
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:270:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 270 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:270:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 270 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:278:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 278 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:278:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 278 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:286:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 286 | ( a ~ Maybe Text, b ~ Maybe Text
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:286:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 286 | ( a ~ Maybe Text, b ~ Maybe Text
208.32 s
[openapi3] | ^
208.32 s
[openapi3]
208.32 s
[openapi3] src/Data/OpenApi/Optics.hs:294:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.32 s
[openapi3] The use of ‘~’ without TypeOperators
208.32 s
[openapi3] will become an error in a future GHC release.
208.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.32 s
[openapi3] |
208.32 s
[openapi3] 294 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:294:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 294 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:302:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 302 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:302:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 302 | ( a ~ Maybe Integer, b ~ Maybe Integer
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:310:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 310 | ( a ~ Maybe Bool, b ~ Maybe Bool
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:310:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 310 | ( a ~ Maybe Bool, b ~ Maybe Bool
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:318:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 318 | ( a ~ Maybe [Value], b ~ Maybe [Value]
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:318:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 318 | ( a ~ Maybe [Value], b ~ Maybe [Value]
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:326:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 326 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
208.33 s
[openapi3] | ^
208.33 s
[openapi3]
208.33 s
[postgresql-binary] Phase: setupCompilerEnvironmentPhase
208.33 s
[postgresql-binary] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
208.33 s
[openapi3] src/Data/OpenApi/Optics.hs:326:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
208.33 s
[openapi3] The use of ‘~’ without TypeOperators
208.33 s
[openapi3] will become an error in a future GHC release.
208.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
208.33 s
[openapi3] |
208.33 s
[openapi3] 326 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
208.33 s
[openapi3] | ^
208.33 s
[serialise] [1 of 8] Compiling Codec.Serialise.Decoding ( src/Codec/Serialise/Decoding.hs, dist/build/Codec/Serialise/Decoding.p_o )
208.40 s
[servant-auth] [1 of 2] Compiling Servant.Auth ( src/Servant/Auth.hs, dist/build/Servant/Auth.o, dist/build/Servant/Auth.dyn_o )
208.55 s
[serialise] [2 of 8] Compiling Codec.Serialise.Encoding ( src/Codec/Serialise/Encoding.hs, dist/build/Codec/Serialise/Encoding.p_o )
208.56 s
[serialise] [3 of 8] Compiling Codec.Serialise.Internal.GeneralisedUTF8 ( src/Codec/Serialise/Internal/GeneralisedUTF8.hs, dist/build/Codec/Serialise/Internal/GeneralisedUTF8.p_o )
208.56 s
[serialise]
208.56 s
[serialise] src/Codec/Serialise/Internal/GeneralisedUTF8.hs:78:15: warning : [ GHC-68441 ] [ -Wdeprecations ]
208.56 s
[serialise] In the use of ‘sizeofMutableByteArray’
208.56 s
[serialise] (imported from Data.Primitive.ByteArray):
208.56 s
[serialise] Deprecated: "use getSizeofMutableByteArray instead"
208.56 s
[serialise] |
208.56 s
[serialise] 78 | cap = sizeofMutableByteArray ba
208.56 s
[serialise] | ^^^^^^^^^^^^^^^^^^^^^^
208.65 s
[postgresql-binary] Phase: unpackPhase
208.65 s
[postgresql-binary] unpacking source archive /nix/store/dcl8kwp30ibhqbxlj20b6cwl7kl5z8i4-postgresql-binary-0.14.2.tar.gz
208.66 s
[postgresql-binary] source root is postgresql-binary-0.14.2
208.66 s
[postgresql-binary] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "postgresql-binary-0.14.2/tasty/Main/TextEncoder.hs"
208.67 s
[postgresql-binary] Phase: patchPhase
208.68 s
[postgresql-binary] Phase: compileBuildDriverPhase
208.69 s
[postgresql-binary] setupCompileFlags: -package-db=/build/tmp.SBXAZYFrzA/setup-package.conf.d -threaded
208.69 s
[servant-server] Phase: buildPhase
208.76 s
[autodocodec-yaml] Phase: checkPhase
208.78 s
[postgresql-binary] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.SBXAZYFrzA/Main.o )
208.79 s
[servant-rawm] [1 of 1] Compiling Servant.RawM ( src/Servant/RawM.hs, dist/build/Servant/RawM.p_o )
208.84 s
[servant-auth] [2 of 2] Compiling Servant.Auth.JWT ( src/Servant/Auth/JWT.hs, dist/build/Servant/Auth/JWT.o, dist/build/Servant/Auth/JWT.dyn_o )
208.84 s
[servant-auth]
208.84 s
[servant-auth] src/Servant/Auth/JWT.hs:27:44: warning : [ GHC-68441 ] [ -Wdeprecations ]
208.84 s
[servant-auth] In the use of ‘unregisteredClaims’ (imported from Crypto.JWT):
208.84 s
[servant-auth] Deprecated: "use a [subtype](#g:subtypes) to define additional claims"
208.84 s
[servant-auth] |
208.84 s
[servant-auth] 27 | decodeJWT m = case KM.lookup "dat" (m ^. Jose.unregisteredClaims ) of
208.84 s
[servant-auth] | ^^^^^^^^^^^^^^^^^^^^^^^
208.84 s
[servant-auth]
208.84 s
[servant-auth] src/Servant/Auth/JWT.hs:40:17: warning : [ GHC-68441 ] [ -Wdeprecations ]
208.84 s
[servant-auth] In the use of ‘addClaim’ (imported from Crypto.JWT):
208.84 s
[servant-auth] Deprecated: "use a [subtype](#g:subtypes) to define additional claims"
208.84 s
[servant-auth] |
208.84 s
[servant-auth] 40 | encodeJWT a = Jose.addClaim "dat" (toJSON a) Jose.emptyClaimsSet
208.84 s
[servant-auth] | ^^^^^^^^^^^^^
208.84 s
[autodocodec-yaml] Package has no test suites.
208.85 s
[servant-server] Preprocessing library for servant-server-0.20.3.0..
208.86 s
[servant-server] Building library for servant-server-0.20.3.0..
208.86 s
[openapi3] [ 9 of 18] Compiling Data.OpenApi.SchemaOptions ( src/Data/OpenApi/SchemaOptions.hs, dist/build/Data/OpenApi/SchemaOptions.o, dist/build/Data/OpenApi/SchemaOptions.dyn_o )
208.86 s
[openapi3] [10 of 18] Compiling Data.OpenApi.Internal.ParamSchema ( src/Data/OpenApi/Internal/ParamSchema.hs, dist/build/Data/OpenApi/Internal/ParamSchema.o, dist/build/Data/OpenApi/Internal/ParamSchema.dyn_o )
208.86 s
[openapi3]
208.86 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:316:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.86 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.86 s
[openapi3] relies on the StarIsType extension, which will become
208.86 s
[openapi3] deprecated in the future.
208.86 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.86 s
[openapi3] |
208.86 s
[openapi3] 316 | class GToParamSchema (f :: * -> *) where
208.86 s
[openapi3] | ^
208.86 s
[openapi3]
208.86 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:316:33: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.86 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.86 s
[openapi3] relies on the StarIsType extension, which will become
208.86 s
[openapi3] deprecated in the future.
208.86 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.86 s
[openapi3] |
208.86 s
[openapi3] 316 | class GToParamSchema (f :: * -> * ) where
208.86 s
[openapi3] | ^
208.86 s
[openapi3]
208.86 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:334:30: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.86 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.86 s
[openapi3] relies on the StarIsType extension, which will become
208.86 s
[openapi3] deprecated in the future.
208.86 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.86 s
[openapi3] |
208.86 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> *) where
208.86 s
[openapi3] | ^
208.86 s
[openapi3]
208.86 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:334:35: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.86 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.86 s
[openapi3] relies on the StarIsType extension, which will become
208.86 s
[openapi3] deprecated in the future.
208.86 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.86 s
[openapi3] |
208.86 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> * ) where
208.86 s
[openapi3] | ^
208.86 s
[openapi3] [11 of 18] Compiling Data.OpenApi.ParamSchema ( src/Data/OpenApi/ParamSchema.hs, dist/build/Data/OpenApi/ParamSchema.o, dist/build/Data/OpenApi/ParamSchema.dyn_o )
208.86 s
[openapi3] [12 of 18] Compiling Data.OpenApi.Internal.Schema ( src/Data/OpenApi/Internal/Schema.hs, dist/build/Data/OpenApi/Internal/Schema.o, dist/build/Data/OpenApi/Internal/Schema.dyn_o )
208.86 s
[openapi3]
208.86 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:590:23: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.86 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.86 s
[openapi3] relies on the StarIsType extension, which will become
208.86 s
[openapi3] deprecated in the future.
208.86 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.86 s
[openapi3] |
208.86 s
[openapi3] 590 | class GToSchema (f :: * -> *) where
208.86 s
[openapi3] | ^
208.86 s
[openapi3]
208.86 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:590:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.87 s
[openapi3] relies on the StarIsType extension, which will become
208.87 s
[openapi3] deprecated in the future.
208.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.87 s
[openapi3] |
208.87 s
[openapi3] 590 | class GToSchema (f :: * -> * ) where
208.87 s
[openapi3] | ^
208.87 s
[openapi3]
208.87 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:1049:26: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.87 s
[openapi3] relies on the StarIsType extension, which will become
208.87 s
[openapi3] deprecated in the future.
208.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.87 s
[openapi3] |
208.87 s
[openapi3] 1049 | class GSumToSchema (f :: * -> *) where
208.87 s
[openapi3] | ^
208.87 s
[openapi3]
208.87 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:1049:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
208.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
208.87 s
[openapi3] relies on the StarIsType extension, which will become
208.87 s
[openapi3] deprecated in the future.
208.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
208.87 s
[openapi3] |
208.87 s
[openapi3] 1049 | class GSumToSchema (f :: * -> * ) where
208.87 s
[openapi3] | ^
208.87 s
[autodocodec-yaml] Phase: haddockPhase
208.87 s
[postgresql-binary] [2 of 2] Linking Setup
208.89 s
[serialise] [4 of 8] Compiling Codec.Serialise.Class ( src/Codec/Serialise/Class.hs, dist/build/Codec/Serialise/Class.p_o )
209.09 s
[autodocodec-yaml] Preprocessing library for autodocodec-yaml-0.4.0.2..
209.09 s
[autodocodec-yaml] Running Haddock on library for autodocodec-yaml-0.4.0.2..
209.09 s
[autodocodec-yaml] Warning: The documentation for the following packages are not installed. No
209.09 s
[autodocodec-yaml] links will be generated to these packages: attoparsec-0.14.4,
209.09 s
[autodocodec-yaml] attoparsec-0.14.4, libyaml-clib-0.2.5, path-0.9.6, path-0.9.6, vector-0.13.2.0
209.13 s
[servant-auth] [1 of 2] Compiling Servant.Auth ( src/Servant/Auth.hs, dist/build/Servant/Auth.p_o )
209.16 s
[servant-server] [ 1 of 19] Compiling Servant.Server.Internal.Context
209.18 s
[autodocodec-yaml] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
209.41 s
[servant-server] [ 2 of 19] Compiling Servant.Server.Internal.ResponseRender
209.42 s
[serialise]
209.42 s
[serialise] src/Codec/Serialise/Class.hs:1370:1: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
209.42 s
[serialise] Pattern match is redundant
209.42 s
[serialise] In an equation for ‘encodeTypeRep’:
209.42 s
[serialise] encodeTypeRep (Fun arg res) = ...
209.42 s
[serialise] |
209.42 s
[serialise] 1370 | encodeTypeRep (Fun arg res)
209.42 s
[serialise] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
209.57 s
[servant-auth] [2 of 2] Compiling Servant.Auth.JWT ( src/Servant/Auth/JWT.hs, dist/build/Servant/Auth/JWT.p_o )
209.57 s
[servant-auth]
209.57 s
[servant-auth] src/Servant/Auth/JWT.hs:27:44: warning : [ GHC-68441 ] [ -Wdeprecations ]
209.57 s
[servant-auth] In the use of ‘unregisteredClaims’ (imported from Crypto.JWT):
209.57 s
[servant-auth] Deprecated: "use a [subtype](#g:subtypes) to define additional claims"
209.57 s
[servant-auth] |
209.57 s
[servant-auth] 27 | decodeJWT m = case KM.lookup "dat" (m ^. Jose.unregisteredClaims ) of
209.57 s
[servant-auth] | ^^^^^^^^^^^^^^^^^^^^^^^
209.57 s
[servant-auth]
209.57 s
[servant-auth] src/Servant/Auth/JWT.hs:40:17: warning : [ GHC-68441 ] [ -Wdeprecations ]
209.57 s
[servant-auth] In the use of ‘addClaim’ (imported from Crypto.JWT):
209.57 s
[servant-auth] Deprecated: "use a [subtype](#g:subtypes) to define additional claims"
209.57 s
[servant-auth] |
209.57 s
[servant-auth] 40 | encodeJWT a = Jose.addClaim "dat" (toJSON a) Jose.emptyClaimsSet
209.57 s
[servant-auth] | ^^^^^^^^^^^^^
209.71 s
[autodocodec-yaml] 50% ( 2 / 4) in 'Autodocodec.Yaml.Encode'
209.71 s
[autodocodec-yaml] Missing documentation for:
209.71 s
[autodocodec-yaml] Module header
209.71 s
[autodocodec-yaml] AutodocodecYaml (src/Autodocodec/Yaml/Encode.hs:96)
209.90 s
[servant-server] [ 3 of 19] Compiling Servant.Server.Internal.ServerError
209.90 s
[servant-server] [ 4 of 19] Compiling Servant.Server.Internal.RouteResult
210.00 s
[autodocodec-yaml] Warning: 'ObjectSchema' is ambiguous. It is defined
210.00 s
[autodocodec-yaml] * in ‘Autodocodec.Schema’
210.00 s
[autodocodec-yaml] * in ‘Autodocodec.Schema’
210.00 s
[autodocodec-yaml] You may be able to disambiguate the identifier by qualifying it or
210.00 s
[autodocodec-yaml] by specifying the type/value namespace explicitly.
210.00 s
[autodocodec-yaml] Defaulting to the one defined in ‘Autodocodec.Schema’
210.00 s
[autodocodec-yaml] 94% ( 16 / 17) in 'Autodocodec.Yaml.Schema'
210.00 s
[autodocodec-yaml] Missing documentation for:
210.00 s
[autodocodec-yaml] Module header
210.07 s
[autodocodec-yaml] 66% ( 2 / 3) in 'Autodocodec.Yaml.IO'
210.07 s
[autodocodec-yaml] Missing documentation for:
210.07 s
[autodocodec-yaml] Module header
210.08 s
[servant-server] [ 5 of 19] Compiling Servant.Server.Internal.RoutingApplication
210.08 s
[autodocodec-yaml] 95% ( 22 / 23) in 'Autodocodec.Yaml'
210.08 s
[autodocodec-yaml] Missing documentation for:
210.08 s
[autodocodec-yaml] Module header
210.11 s
[servant-server] [ 6 of 19] Compiling Servant.Server.Internal.Handler
210.11 s
[servant-server] [ 7 of 19] Compiling Servant.Server.Internal.ErrorFormatter
210.11 s
[servant-server] [ 8 of 19] Compiling Servant.Server.Internal.Router
210.62 s
[cryptostore] marshalling: OK (11.27s)
210.62 s
[cryptostore] +++ OK, passed 100 tests:
210.62 s
[cryptostore] 49% 0 .. 1 KB
210.62 s
[cryptostore] 12% 2 .. 3 KB
210.62 s
[cryptostore] 7% 1 .. 2 KB
210.62 s
[cryptostore] 6% 3 .. 4 KB
210.62 s
[cryptostore] 6% 5 .. 6 KB
210.62 s
[cryptostore] 5% 6 .. 7 KB
210.62 s
[cryptostore] 5% 8 .. 9 KB
210.62 s
[cryptostore] 4% 4 .. 5 KB
210.62 s
[cryptostore] 2% 10 .. 11 KB
210.62 s
[cryptostore] 2% 9 .. 10 KB
210.62 s
[cryptostore] 1% 12 .. 13 KB
210.62 s
[cryptostore] 1% 7 .. 8 KB
210.68 s
[postgresql-binary] Phase: updateAutotoolsGnuConfigScriptsPhase
210.69 s
[postgresql-binary] Phase: configurePhase
210.70 s
[postgresql-binary] configureFlags: --verbose --prefix=/nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/6pmgpjpx900qczajfjhpa9np36jw9gv2-postgresql-binary-0.14.2-doc/share/doc/postgresql-binary-0.14.2 --with-gcc=gcc --package-db=/build/tmp.SBXAZYFrzA/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
210.71 s
[postgresql-binary] Using Parsec parser
210.71 s
[postgresql-binary] Configuring postgresql-binary-0.14.2...
210.81 s
[autodocodec-yaml] Warning: Autodocodec.Yaml.IO: could not find link destinations for:
210.81 s
[autodocodec-yaml] - Path.Internal.Posix.Path
210.81 s
[autodocodec-yaml] - Path.Posix.File
210.81 s
[autodocodec-yaml] Warning: Autodocodec.Yaml: could not find link destinations for:
210.81 s
[autodocodec-yaml] - Path.Internal.Posix.Path
210.81 s
[autodocodec-yaml] - Path.Posix.File
210.83 s
[servant-server] [ 9 of 19] Compiling Servant.Server.Internal.DelayedIO
210.83 s
[servant-server] [10 of 19] Compiling Servant.Server.Internal.Delayed
210.83 s
[servant-server] [11 of 19] Compiling Servant.Server.Internal.BasicAuth
210.83 s
[servant-server] [12 of 19] Compiling Servant.Server.Internal
210.97 s
[servant-server]
210.97 s
[servant-server] src/Servant/Server/Internal.hs:1051:1: warning : [ GHC-08585 ] [ -Wmissing-methods ]
210.97 s
[servant-server] • No explicit associated type or default declaration for ‘ServerT’
210.97 s
[servant-server] • In the instance declaration for ‘HasServer (ty :> sub) context’
210.97 s
[servant-server] |
210.97 s
[servant-server] 1051 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceForSub
210.97 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
210.97 s
[servant-server]
210.97 s
[servant-server] src/Servant/Server/Internal.hs:1051:31: warning : [ GHC-06201 ] [ -Wmissing-methods ]
210.97 s
[servant-server] • No explicit implementation for
210.97 s
[servant-server] ‘route’ and ‘hoistServerWithContext’
210.97 s
[servant-server] • In the instance declaration for ‘HasServer (ty :> sub) context’
210.97 s
[servant-server] |
210.97 s
[servant-server] 1051 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceForSub
210.97 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
210.97 s
[servant-server]
210.97 s
[servant-server] src/Servant/Server/Internal.hs:1057:1: warning : [ GHC-08585 ] [ -Wmissing-methods ]
210.97 s
[servant-server] • No explicit associated type or default declaration for ‘ServerT’
210.97 s
[servant-server] • In the instance declaration for ‘HasServer api context’
210.97 s
[servant-server] |
210.97 s
[servant-server] 1057 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceFor (HasServer api context)) => HasServer api context
210.97 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
210.97 s
[servant-server]
210.98 s
[servant-server] src/Servant/Server/Internal.hs:1057:31: warning : [ GHC-06201 ] [ -Wmissing-methods ]
210.98 s
[servant-server] • No explicit implementation for
210.98 s
[servant-server] ‘route’ and ‘hoistServerWithContext’
210.98 s
[servant-server] • In the instance declaration for ‘HasServer api context’
210.98 s
[servant-server] |
210.98 s
[servant-server] 1057 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceFor (HasServer api context)) => HasServer api context
210.98 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
211.15 s
[openapi3] [13 of 18] Compiling Data.OpenApi.Schema ( src/Data/OpenApi/Schema.hs, dist/build/Data/OpenApi/Schema.o, dist/build/Data/OpenApi/Schema.dyn_o )
211.64 s
[openapi3] [14 of 18] Compiling Data.OpenApi.Operation ( src/Data/OpenApi/Operation.hs, dist/build/Data/OpenApi/Operation.o, dist/build/Data/OpenApi/Operation.dyn_o )
211.64 s
[postgresql-binary] Dependency aeson >=2 && <3: using aeson-2.2.3.0
211.64 s
[postgresql-binary] Dependency base >=4.12 && <5: using base-4.18.3.0
211.64 s
[postgresql-binary] Dependency binary-parser >=0.5.7 && <0.6: using binary-parser-0.5.7.7
211.64 s
[postgresql-binary] Dependency bytestring >=0.10.4 && <0.13: using bytestring-0.11.5.4
211.64 s
[postgresql-binary] Dependency bytestring-strict-builder >=0.4.5.4 && <0.5: using
211.64 s
[postgresql-binary] bytestring-strict-builder-0.4.5.8
211.64 s
[postgresql-binary] Dependency containers >=0.5 && <0.8: using containers-0.6.7
211.64 s
[postgresql-binary] Dependency iproute >=1.7 && <2: using iproute-1.7.15
211.64 s
[postgresql-binary] Dependency scientific >=0.3 && <0.4: using scientific-0.3.8.0
211.64 s
[postgresql-binary] Dependency text >=1.2 && <3: using text-2.0.2
211.64 s
[postgresql-binary] Dependency time >=1.9 && <2: using time-1.12.2
211.64 s
[postgresql-binary] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
211.64 s
[postgresql-binary] Dependency unordered-containers >=0.2 && <0.3: using
211.64 s
[postgresql-binary] unordered-containers-0.2.20.1
211.64 s
[postgresql-binary] Dependency uuid >=1.3 && <1.4: using uuid-1.3.16
211.64 s
[postgresql-binary] Dependency vector >=0.12 && <0.14: using vector-0.13.2.0
211.64 s
[postgresql-binary] Source component graph: component lib
211.64 s
[postgresql-binary] Configured component graph:
211.64 s
[postgresql-binary] component postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
211.64 s
[postgresql-binary] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
211.64 s
[postgresql-binary] include base-4.18.3.0
211.64 s
[postgresql-binary] include binary-parser-0.5.7.7-ChuinZF12Q22TmIuK4pm4P
211.64 s
[postgresql-binary] include bytestring-0.11.5.4
211.64 s
[postgresql-binary] include bytestring-strict-builder-0.4.5.8-6ne1i7jDrtf4KyuHueFHGf
211.65 s
[postgresql-binary] include containers-0.6.7
211.65 s
[postgresql-binary] include iproute-1.7.15-2TIRZ4nuesR20SqqkKwiyC
211.65 s
[postgresql-binary] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
211.65 s
[postgresql-binary] include text-2.0.2
211.65 s
[postgresql-binary] include time-1.12.2
211.65 s
[postgresql-binary] include transformers-0.6.1.0
211.65 s
[postgresql-binary] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
211.65 s
[postgresql-binary] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
211.65 s
[postgresql-binary] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
211.65 s
[postgresql-binary] Linked component graph:
211.65 s
[postgresql-binary] unit postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
211.65 s
[postgresql-binary] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
211.65 s
[postgresql-binary] include base-4.18.3.0
211.65 s
[postgresql-binary] include binary-parser-0.5.7.7-ChuinZF12Q22TmIuK4pm4P
211.65 s
[postgresql-binary] include bytestring-0.11.5.4
211.65 s
[postgresql-binary] include bytestring-strict-builder-0.4.5.8-6ne1i7jDrtf4KyuHueFHGf
211.65 s
[postgresql-binary] include containers-0.6.7
211.65 s
[postgresql-binary] include iproute-1.7.15-2TIRZ4nuesR20SqqkKwiyC
211.65 s
[postgresql-binary] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
211.65 s
[postgresql-binary] include text-2.0.2
211.65 s
[postgresql-binary] include time-1.12.2
211.65 s
[postgresql-binary] include transformers-0.6.1.0
211.65 s
[postgresql-binary] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
211.65 s
[postgresql-binary] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
211.65 s
[postgresql-binary] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
211.65 s
[postgresql-binary] PostgreSQL.Binary.Decoding=postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb:PostgreSQL.Binary.Decoding,PostgreSQL.Binary.Encoding=postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb:PostgreSQL.Binary.Encoding,PostgreSQL.Binary.Range=postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb:PostgreSQL.Binary.Range
211.65 s
[postgresql-binary] Ready component graph:
211.65 s
[postgresql-binary] definite postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
211.65 s
[postgresql-binary] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
211.65 s
[postgresql-binary] depends base-4.18.3.0
211.65 s
[postgresql-binary] depends binary-parser-0.5.7.7-ChuinZF12Q22TmIuK4pm4P
211.65 s
[postgresql-binary] depends bytestring-0.11.5.4
211.65 s
[postgresql-binary] depends bytestring-strict-builder-0.4.5.8-6ne1i7jDrtf4KyuHueFHGf
211.65 s
[postgresql-binary] depends containers-0.6.7
211.65 s
[postgresql-binary] depends iproute-1.7.15-2TIRZ4nuesR20SqqkKwiyC
211.65 s
[postgresql-binary] depends scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
211.65 s
[postgresql-binary] depends text-2.0.2
211.65 s
[postgresql-binary] depends time-1.12.2
211.65 s
[postgresql-binary] depends transformers-0.6.1.0
211.65 s
[postgresql-binary] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
211.65 s
[postgresql-binary] depends uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
211.65 s
[postgresql-binary] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
211.65 s
[postgresql-binary] Using Cabal-3.10.3.0 compiled by ghc-9.6
211.65 s
[postgresql-binary] Using compiler: ghc-9.6.7
211.65 s
[postgresql-binary] Using install prefix:
211.65 s
[postgresql-binary] /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2
211.65 s
[postgresql-binary] Executables installed in:
211.65 s
[postgresql-binary] /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/bin
211.65 s
[postgresql-binary] Libraries installed in:
211.65 s
[postgresql-binary] /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
211.65 s
[postgresql-binary] Dynamic Libraries installed in:
211.65 s
[postgresql-binary] /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
211.65 s
[postgresql-binary] Private executables installed in:
211.65 s
[postgresql-binary] /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/libexec/x86_64-linux-ghc-9.6.7/postgresql-binary-0.14.2
211.65 s
[postgresql-binary] Data files installed in:
211.65 s
[postgresql-binary] /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/share/x86_64-linux-ghc-9.6.7/postgresql-binary-0.14.2
211.65 s
[postgresql-binary] Documentation installed in:
211.65 s
[postgresql-binary] /nix/store/6pmgpjpx900qczajfjhpa9np36jw9gv2-postgresql-binary-0.14.2-doc/share/doc/postgresql-binary-0.14.2
211.65 s
[postgresql-binary] Configuration files installed in:
211.65 s
[postgresql-binary] /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/etc
211.65 s
[postgresql-binary] No alex found
211.65 s
[postgresql-binary] Using ar found on system at:
211.65 s
[postgresql-binary] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
211.65 s
[postgresql-binary] No c2hs found
211.65 s
[postgresql-binary] No cpphs found
211.65 s
[postgresql-binary] No doctest found
211.65 s
[postgresql-binary] Using gcc version 14.3.0 given by user at:
211.65 s
[postgresql-binary] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
211.65 s
[postgresql-binary] Using ghc version 9.6.7 found on system at:
211.65 s
[postgresql-binary] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
211.65 s
[postgresql-binary] Using ghc-pkg version 9.6.7 found on system at:
211.65 s
[postgresql-binary] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
211.65 s
[postgresql-binary] No ghcjs found
211.65 s
[postgresql-binary] No ghcjs-pkg found
211.65 s
[postgresql-binary] No greencard found
211.65 s
[postgresql-binary] Using haddock version 2.29.2 found on system at:
211.65 s
[postgresql-binary] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
211.65 s
[postgresql-binary] No happy found
211.65 s
[postgresql-binary] Using haskell-suite found on system at: haskell-suite-dummy-location
211.65 s
[postgresql-binary] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
211.65 s
[postgresql-binary] No hmake found
211.65 s
[postgresql-binary] Using hpc version 0.68 found on system at:
211.65 s
[postgresql-binary] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
211.65 s
[postgresql-binary] Using hsc2hs version 0.68.9 found on system at:
211.65 s
[postgresql-binary] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
211.65 s
[postgresql-binary] Using hscolour version 1.25 found on system at:
211.65 s
[postgresql-binary] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
211.65 s
[postgresql-binary] No jhc found
211.65 s
[postgresql-binary] Using ld found on system at:
211.65 s
[postgresql-binary] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
211.65 s
[postgresql-binary] No pkg-config found
211.65 s
[postgresql-binary] Using runghc version 9.6.7 found on system at:
211.65 s
[postgresql-binary] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
211.65 s
[postgresql-binary] Using strip version 2.44 found on system at:
211.65 s
[postgresql-binary] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
211.65 s
[postgresql-binary] Using tar found on system at:
211.65 s
[postgresql-binary] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
211.65 s
[postgresql-binary] No uhc found
211.78 s
[servant-rawm] Phase: checkPhase
211.85 s
[servant-rawm] Package has no test suites.
211.85 s
[servant-rawm] Phase: haddockPhase
211.88 s
[openapi3] [15 of 18] Compiling Data.OpenApi.Internal.Schema.Validation ( src/Data/OpenApi/Internal/Schema/Validation.hs, dist/build/Data/OpenApi/Internal/Schema/Validation.o, dist/build/Data/OpenApi/Internal/Schema/Validation.dyn_o )
211.92 s
[postgresql-binary] Phase: buildPhase
212.00 s
[postgresql-binary] Preprocessing library for postgresql-binary-0.14.2..
212.00 s
[postgresql-binary] Building library for postgresql-binary-0.14.2..
212.04 s
[servant-rawm] Preprocessing library for servant-rawm-1.0.0.0..
212.04 s
[servant-rawm] Running Haddock on library for servant-rawm-1.0.0.0..
212.04 s
[servant-rawm] Warning: The documentation for the following packages are not installed. No
212.04 s
[servant-rawm] links will be generated to these packages: attoparsec-0.14.4,
212.04 s
[servant-rawm] attoparsec-0.14.4, vector-0.13.2.0
212.12 s
[servant-rawm] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
212.12 s
[postgresql-binary] [ 1 of 11] Compiling PostgreSQL.Binary.Prelude ( library/PostgreSQL/Binary/Prelude.hs, dist/build/PostgreSQL/Binary/Prelude.o, dist/build/PostgreSQL/Binary/Prelude.dyn_o )
212.32 s
[openapi3] [16 of 18] Compiling Data.OpenApi.Schema.Validation ( src/Data/OpenApi/Schema/Validation.hs, dist/build/Data/OpenApi/Schema/Validation.o, dist/build/Data/OpenApi/Schema/Validation.dyn_o )
212.34 s
[openapi3] [17 of 18] Compiling Data.OpenApi ( src/Data/OpenApi.hs, dist/build/Data/OpenApi.o, dist/build/Data/OpenApi.dyn_o )
212.38 s
[openapi3] [18 of 18] Compiling Data.OpenApi.Schema.Generator ( src/Data/OpenApi/Schema/Generator.hs, dist/build/Data/OpenApi/Schema/Generator.o, dist/build/Data/OpenApi/Schema/Generator.dyn_o )
212.48 s
[postgresql-binary] [ 2 of 11] Compiling PostgreSQL.Binary.Numeric ( library/PostgreSQL/Binary/Numeric.hs, dist/build/PostgreSQL/Binary/Numeric.o, dist/build/PostgreSQL/Binary/Numeric.dyn_o )
212.83 s
[postgresql-binary] [ 3 of 11] Compiling PostgreSQL.Binary.Integral ( library/PostgreSQL/Binary/Integral.hs, dist/build/PostgreSQL/Binary/Integral.o, dist/build/PostgreSQL/Binary/Integral.dyn_o )
212.83 s
[postgresql-binary] [ 4 of 11] Compiling PostgreSQL.Binary.Inet ( library/PostgreSQL/Binary/Inet.hs, dist/build/PostgreSQL/Binary/Inet.o, dist/build/PostgreSQL/Binary/Inet.dyn_o )
212.83 s
[postgresql-binary] [ 5 of 11] Compiling PostgreSQL.Binary.BuilderPrim ( library/PostgreSQL/Binary/BuilderPrim.hs, dist/build/PostgreSQL/Binary/BuilderPrim.o, dist/build/PostgreSQL/Binary/BuilderPrim.dyn_o )
212.83 s
[postgresql-binary] [ 6 of 11] Compiling PostgreSQL.Binary.Range ( library/PostgreSQL/Binary/Range.hs, dist/build/PostgreSQL/Binary/Range.o, dist/build/PostgreSQL/Binary/Range.dyn_o )
212.88 s
[servant-server] [13 of 19] Compiling Servant.Server.UVerb
212.92 s
[servant-rawm] 100% ( 5 / 5) in 'Servant.RawM'
212.96 s
[servant-auth] Phase: checkPhase
212.97 s
[postgresql-binary] [ 7 of 11] Compiling PostgreSQL.Binary.Time ( library/PostgreSQL/Binary/Time.hs, dist/build/PostgreSQL/Binary/Time.o, dist/build/PostgreSQL/Binary/Time.dyn_o )
212.99 s
[servant-server] [14 of 19] Compiling Servant.Server
213.02 s
[servant-auth] Package has no test suites.
213.03 s
[postgresql-binary] [ 8 of 11] Compiling PostgreSQL.Binary.Interval ( library/PostgreSQL/Binary/Interval.hs, dist/build/PostgreSQL/Binary/Interval.o, dist/build/PostgreSQL/Binary/Interval.dyn_o )
213.04 s
[servant-auth] Phase: haddockPhase
213.04 s
[servant-server] [15 of 19] Compiling Servant.Server.StaticFiles
213.13 s
[postgresql-binary] [ 9 of 11] Compiling PostgreSQL.Binary.Encoding.Builders ( library/PostgreSQL/Binary/Encoding/Builders.hs, dist/build/PostgreSQL/Binary/Encoding/Builders.o, dist/build/PostgreSQL/Binary/Encoding/Builders.dyn_o )
213.15 s
[servant-server] [16 of 19] Compiling Servant.Server.Generic
213.15 s
[servant-server] [17 of 19] Compiling Servant
213.17 s
[servant-server] [18 of 19] Compiling Servant.Server.Experimental.Auth
213.24 s
[servant-auth] Preprocessing library for servant-auth-0.4.2.0..
213.24 s
[servant-auth] Running Haddock on library for servant-auth-0.4.2.0..
213.24 s
[servant-auth] Warning: The documentation for the following packages are not installed. No
213.24 s
[servant-auth] links will be generated to these packages: attoparsec-0.14.4,
213.24 s
[servant-auth] attoparsec-0.14.4, vector-0.13.2.0
213.25 s
[servant-server] [19 of 19] Compiling Servant.Utils.StaticFiles
213.34 s
[servant-auth] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
213.81 s
[openapi3] [ 1 of 18] Compiling Data.OpenApi.Aeson.Compat ( src/Data/OpenApi/Aeson/Compat.hs, dist/build/Data/OpenApi/Aeson/Compat.p_o )
213.83 s
[servant-server] [ 1 of 19] Compiling Servant.Server.Internal.Context
214.24 s
[servant-server] [ 2 of 19] Compiling Servant.Server.Internal.ResponseRender
214.32 s
[openapi3] [ 2 of 18] Compiling Data.OpenApi.Declare ( src/Data/OpenApi/Declare.hs, dist/build/Data/OpenApi/Declare.p_o )
214.32 s
[openapi3]
214.32 s
[openapi3] src/Data/OpenApi/Declare.hs:55:3: warning : [ -Wnoncanonical-monad-instances ]
214.32 s
[openapi3] Noncanonical ‘return’ definition detected
214.32 s
[openapi3] in the instance declaration for ‘Monad (DeclareT d m)’.
214.32 s
[openapi3] ‘return’ will eventually be removed in favour of ‘pure’
214.32 s
[openapi3] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
214.32 s
[openapi3] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
214.32 s
[openapi3] |
214.32 s
[openapi3] 55 | return x = DeclareT (\_ -> pure (mempty, x))
214.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
214.47 s
[servant-auth] 87% ( 7 / 8) in 'Servant.Auth'
214.47 s
[servant-auth] Missing documentation for:
214.47 s
[servant-auth] Module header
214.65 s
[servant-auth] 66% ( 2 / 3) in 'Servant.Auth.JWT'
214.65 s
[servant-auth] Missing documentation for:
214.65 s
[servant-auth] Module header
214.66 s
[servant-auth]
214.66 s
[servant-auth] src/Servant/Auth/JWT.hs:27:44: warning : [ GHC-68441 ] [ -Wdeprecations ]
214.66 s
[servant-auth] In the use of ‘unregisteredClaims’ (imported from Crypto.JWT):
214.66 s
[servant-auth] Deprecated: "use a [subtype](#g:subtypes) to define additional claims"
214.66 s
[servant-auth] |
214.66 s
[servant-auth] 27 | decodeJWT m = case KM.lookup "dat" (m ^. Jose.unregisteredClaims ) of
214.66 s
[servant-auth] | ^^^^^^^^^^^^^^^^^^^^^^^
214.66 s
[servant-auth]
214.66 s
[servant-auth] src/Servant/Auth/JWT.hs:40:17: warning : [ GHC-68441 ] [ -Wdeprecations ]
214.66 s
[servant-auth] In the use of ‘addClaim’ (imported from Crypto.JWT):
214.66 s
[servant-auth] Deprecated: "use a [subtype](#g:subtypes) to define additional claims"
214.66 s
[servant-auth] |
214.66 s
[servant-auth] 40 | encodeJWT a = Jose.addClaim "dat" (toJSON a) Jose.emptyClaimsSet
214.66 s
[servant-auth] | ^^^^^^^^^^^^^
214.69 s
[openapi3] [ 3 of 18] Compiling Data.OpenApi.Internal.AesonUtils ( src/Data/OpenApi/Internal/AesonUtils.hs, dist/build/Data/OpenApi/Internal/AesonUtils.p_o )
214.70 s
[servant-server] [ 3 of 19] Compiling Servant.Server.Internal.ServerError
214.70 s
[servant-server] [ 4 of 19] Compiling Servant.Server.Internal.RouteResult
214.90 s
[openapi3]
214.90 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:101:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
214.90 s
[openapi3] The use of ‘~’ without TypeOperators
214.90 s
[openapi3] will become an error in a future GHC release.
214.90 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
214.90 s
[openapi3] |
214.90 s
[openapi3] 101 | , Code a ~ '[xs]
214.90 s
[openapi3] | ^
214.91 s
[openapi3]
214.91 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:122:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
214.91 s
[openapi3] The use of ‘~’ without TypeOperators
214.91 s
[openapi3] will become an error in a future GHC release.
214.91 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
214.91 s
[openapi3] |
214.91 s
[openapi3] 122 | , Code a ~ '[xs]
214.91 s
[openapi3] | ^
214.91 s
[openapi3]
214.91 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:186:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
214.91 s
[openapi3] The use of ‘~’ without TypeOperators
214.91 s
[openapi3] will become an error in a future GHC release.
214.91 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
214.91 s
[openapi3] |
214.91 s
[openapi3] 186 | , Code a ~ '[xs]
214.91 s
[openapi3] | ^
214.91 s
[openapi3]
214.91 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:260:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
214.91 s
[openapi3] The use of ‘~’ without TypeOperators
214.91 s
[openapi3] will become an error in a future GHC release.
214.91 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
214.91 s
[openapi3] |
214.91 s
[openapi3] 260 | , Code a ~ '[xs]
214.91 s
[openapi3] | ^
215.22 s
[servant-server] [ 5 of 19] Compiling Servant.Server.Internal.RoutingApplication
215.41 s
[servant-server] [ 6 of 19] Compiling Servant.Server.Internal.Handler
215.41 s
[servant-server] [ 7 of 19] Compiling Servant.Server.Internal.ErrorFormatter
215.41 s
[servant-server] [ 8 of 19] Compiling Servant.Server.Internal.Router
215.73 s
[openapi3] [ 4 of 18] Compiling Data.OpenApi.Internal.TypeShape ( src/Data/OpenApi/Internal/TypeShape.hs, dist/build/Data/OpenApi/Internal/TypeShape.p_o )
215.73 s
[openapi3]
215.73 s
[openapi3] src/Data/OpenApi/Internal/TypeShape.hs:49:32: warning : [ GHC-39567 ] [ -Wstar-is-type ]
215.73 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
215.73 s
[openapi3] relies on the StarIsType extension, which will become
215.73 s
[openapi3] deprecated in the future.
215.73 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
215.73 s
[openapi3] |
215.73 s
[openapi3] 49 | type family GenericShape (g :: * -> *) :: TypeShape
215.73 s
[openapi3] | ^
215.73 s
[openapi3]
215.73 s
[openapi3] src/Data/OpenApi/Internal/TypeShape.hs:49:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
215.73 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
215.73 s
[openapi3] relies on the StarIsType extension, which will become
215.73 s
[openapi3] deprecated in the future.
215.73 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
215.73 s
[openapi3] |
215.73 s
[openapi3] 49 | type family GenericShape (g :: * -> * ) :: TypeShape
215.73 s
[openapi3] | ^
215.73 s
[openapi3] [ 5 of 18] Compiling Data.OpenApi.Internal.Utils ( src/Data/OpenApi/Internal/Utils.hs, dist/build/Data/OpenApi/Internal/Utils.p_o )
215.73 s
[openapi3] [ 6 of 18] Compiling Data.OpenApi.Internal ( src/Data/OpenApi/Internal.hs, dist/build/Data/OpenApi/Internal.p_o )
216.06 s
[servant-server] [ 9 of 19] Compiling Servant.Server.Internal.DelayedIO
216.06 s
[servant-server] [10 of 19] Compiling Servant.Server.Internal.Delayed
216.06 s
[servant-server] [11 of 19] Compiling Servant.Server.Internal.BasicAuth
216.06 s
[servant-server] [12 of 19] Compiling Servant.Server.Internal
216.13 s
[postgresql-binary] [10 of 11] Compiling PostgreSQL.Binary.Encoding ( library/PostgreSQL/Binary/Encoding.hs, dist/build/PostgreSQL/Binary/Encoding.o, dist/build/PostgreSQL/Binary/Encoding.dyn_o )
216.19 s
[servant-server]
216.24 s
[servant-server] src/Servant/Server/Internal.hs:1051:1: warning : [ GHC-08585 ] [ -Wmissing-methods ]
216.24 s
[servant-server] • No explicit associated type or default declaration for ‘ServerT’
216.24 s
[servant-server] • In the instance declaration for ‘HasServer (ty :> sub) context’
216.24 s
[servant-server] |
216.24 s
[servant-server] 1051 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceForSub
216.24 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
216.24 s
[servant-server]
216.24 s
[servant-server] src/Servant/Server/Internal.hs:1051:31: warning : [ GHC-06201 ] [ -Wmissing-methods ]
216.25 s
[servant-server] • No explicit implementation for
216.25 s
[servant-server] ‘route’ and ‘hoistServerWithContext’
216.25 s
[servant-server] • In the instance declaration for ‘HasServer (ty :> sub) context’
216.25 s
[servant-server] |
216.25 s
[servant-server] 1051 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceForSub
216.25 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
216.25 s
[servant-server]
216.25 s
[servant-server] src/Servant/Server/Internal.hs:1057:1: warning : [ GHC-08585 ] [ -Wmissing-methods ]
216.25 s
[servant-server] • No explicit associated type or default declaration for ‘ServerT’
216.25 s
[servant-server] • In the instance declaration for ‘HasServer api context’
216.25 s
[servant-server] |
216.25 s
[servant-server] 1057 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceFor (HasServer api context)) => HasServer api context
216.25 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
216.25 s
[servant-server]
216.25 s
[servant-server] src/Servant/Server/Internal.hs:1057:31: warning : [ GHC-06201 ] [ -Wmissing-methods ]
216.25 s
[servant-server] • No explicit implementation for
216.25 s
[servant-server] ‘route’ and ‘hoistServerWithContext’
216.25 s
[servant-server] • In the instance declaration for ‘HasServer api context’
216.25 s
[servant-server] |
216.25 s
[servant-server] 1057 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceFor (HasServer api context)) => HasServer api context
216.25 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
216.79 s
[postgresql-binary] [11 of 11] Compiling PostgreSQL.Binary.Decoding ( library/PostgreSQL/Binary/Decoding.hs, dist/build/PostgreSQL/Binary/Decoding.o, dist/build/PostgreSQL/Binary/Decoding.dyn_o )
216.79 s
[autodocodec-yaml] Documentation created: dist/doc/html/autodocodec-yaml/,
216.79 s
[autodocodec-yaml] dist/doc/html/autodocodec-yaml/autodocodec-yaml.txt
216.86 s
[autodocodec-yaml] Phase: installPhase
216.89 s
[serialise] [5 of 8] Compiling Codec.Serialise ( src/Codec/Serialise.hs, dist/build/Codec/Serialise.p_o )
216.95 s
[autodocodec-yaml] Installing library in /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
217.06 s
[serialise] [6 of 8] Compiling Codec.Serialise.IO ( src/Codec/Serialise/IO.hs, dist/build/Codec/Serialise/IO.p_o )
217.08 s
[postgresql-binary] [ 1 of 11] Compiling PostgreSQL.Binary.Prelude ( library/PostgreSQL/Binary/Prelude.hs, dist/build/PostgreSQL/Binary/Prelude.p_o )
217.20 s
[serialise] [7 of 8] Compiling Codec.Serialise.Properties ( src/Codec/Serialise/Properties.hs, dist/build/Codec/Serialise/Properties.p_o )
217.21 s
[serialise] [8 of 8] Compiling Codec.Serialise.Tutorial ( src/Codec/Serialise/Tutorial.hs, dist/build/Codec/Serialise/Tutorial.p_o )
217.24 s
[autodocodec-yaml] Phase: fixupPhase
217.25 s
[autodocodec-yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2
217.26 s
[autodocodec-yaml] shrinking /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSautodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34-ghc9.6.7.so
217.28 s
[autodocodec-yaml] checking for references to /build/ in /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2...
217.30 s
[autodocodec-yaml] patching script interpreter paths in /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2
217.31 s
[autodocodec-yaml] stripping (with command strip and flags -S -p) in /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2/lib
217.35 s
[autodocodec-yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/p8fqmwwzbd7v6yhia223p1fyx7vlhxxl-autodocodec-yaml-0.4.0.2-doc
217.35 s
[autodocodec-yaml] checking for references to /build/ in /nix/store/p8fqmwwzbd7v6yhia223p1fyx7vlhxxl-autodocodec-yaml-0.4.0.2-doc...
217.37 s
[autodocodec-yaml] patching script interpreter paths in /nix/store/p8fqmwwzbd7v6yhia223p1fyx7vlhxxl-autodocodec-yaml-0.4.0.2-doc
217.42 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2 /nix/store/p8fqmwwzbd7v6yhia223p1fyx7vlhxxl-autodocodec-yaml-0.4.0.2-doc
217.47 s
[post-build-hook] copying 2 paths...
217.47 s
[post-build-hook] copying path '/nix/store/p8fqmwwzbd7v6yhia223p1fyx7vlhxxl-autodocodec-yaml-0.4.0.2-doc' to 'https://cache.staging.nix-ci.com'...
217.79 s
[post-build-hook] copying path '/nix/store/3apj8hi89ccvplhgwi8gw76fx82ahhyw-autodocodec-yaml-0.4.0.2' to 'https://cache.staging.nix-ci.com'...
218.54 s
[post-build-hook] copying 8 paths...
218.54 s
[post-build-hook] copying path '/nix/store/jpddk81m2gx1fq0h0f20qj94b3n7spbc-autodocodec-yaml-0.4.0.2.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
218.54 s
[post-build-hook] copying path '/nix/store/lgwnsb2rlw1mall4rq5fiq2804z0cn1k-raw-strings-qq-1.1.drv' to 'https://cache.staging.nix-ci.com'...
218.54 s
[post-build-hook] copying path '/nix/store/fagnddh7jg7d9mbzd67xfcpnir8vrs0w-path-0.9.6.drv' to 'https://cache.staging.nix-ci.com'...
218.54 s
[post-build-hook] copying path '/nix/store/bds09yaljlikgb9y633f84ylmv14qpwl-libyaml-clib-0.2.5.drv' to 'https://cache.staging.nix-ci.com'...
218.72 s
[post-build-hook] copying path '/nix/store/jicl839mi3xq7wf3m8lv4pd996m4586d-path-io-1.8.2.drv' to 'https://cache.staging.nix-ci.com'...
218.73 s
[post-build-hook] copying path '/nix/store/yzfk22b5nivmd4plx3wg9s3cs4qicryq-libyaml-0.1.4.drv' to 'https://cache.staging.nix-ci.com'...
218.94 s
[post-build-hook] copying path '/nix/store/06wyjy7zgl76kjls61s6kl95xxjjh49q-yaml-0.11.11.2.drv' to 'https://cache.staging.nix-ci.com'...
219.10 s
[post-build-hook] copying path '/nix/store/vilxf1ignlm8xcx47m53ciwxv5fm8dlp-autodocodec-yaml-0.4.0.2.drv' to 'https://cache.staging.nix-ci.com'...
219.37 s
Progress: 41 of 72 built (7 building)
219.37 s
[serialise] Phase: haddockPhase
219.37 s
[serialise] Preprocessing library for serialise-0.2.6.1..
219.37 s
[serialise] Running Haddock on library for serialise-0.2.6.1..
219.37 s
[serialise] Warning: The documentation for the following packages are not installed. No
219.37 s
[serialise] links will be generated to these packages: vector-0.13.2.0
219.37 s
[serialise] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
219.37 s
[servant-rawm] Documentation created: dist/doc/html/servant-rawm/,
219.37 s
[servant-rawm] dist/doc/html/servant-rawm/servant-rawm.txt
219.37 s
[servant-rawm] Phase: installPhase
219.37 s
[servant-rawm] Installing library in /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
219.37 s
[servant-rawm] Phase: fixupPhase
219.37 s
[servant-rawm] shrinking RPATHs of ELF executables and libraries in /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0
219.37 s
[servant-rawm] shrinking /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSservant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ-ghc9.6.7.so
219.37 s
[servant-rawm] checking for references to /build/ in /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0...
219.37 s
[servant-rawm] patching script interpreter paths in /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0
219.37 s
[servant-rawm] stripping (with command strip and flags -S -p) in /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0/lib
219.37 s
[servant-rawm] shrinking RPATHs of ELF executables and libraries in /nix/store/iryfrbbf46wb448mqqqyjh5zi6rf58j6-servant-rawm-1.0.0.0-doc
219.37 s
[servant-rawm] checking for references to /build/ in /nix/store/iryfrbbf46wb448mqqqyjh5zi6rf58j6-servant-rawm-1.0.0.0-doc...
219.37 s
[servant-rawm] patching script interpreter paths in /nix/store/iryfrbbf46wb448mqqqyjh5zi6rf58j6-servant-rawm-1.0.0.0-doc
219.37 s
[servant-server] [13 of 19] Compiling Servant.Server.UVerb
219.37 s
[servant-server] [14 of 19] Compiling Servant.Server
219.37 s
[servant-server] [15 of 19] Compiling Servant.Server.StaticFiles
219.37 s
[servant-server] [16 of 19] Compiling Servant.Server.Generic
219.37 s
[servant-server] [17 of 19] Compiling Servant
219.37 s
[servant-server] [18 of 19] Compiling Servant.Server.Experimental.Auth
219.37 s
[servant-server] [19 of 19] Compiling Servant.Utils.StaticFiles
219.37 s
[postgresql-binary] [ 2 of 11] Compiling PostgreSQL.Binary.Numeric ( library/PostgreSQL/Binary/Numeric.hs, dist/build/PostgreSQL/Binary/Numeric.p_o )
219.37 s
[postgresql-binary] [ 3 of 11] Compiling PostgreSQL.Binary.Integral ( library/PostgreSQL/Binary/Integral.hs, dist/build/PostgreSQL/Binary/Integral.p_o )
219.37 s
[postgresql-binary] [ 4 of 11] Compiling PostgreSQL.Binary.Inet ( library/PostgreSQL/Binary/Inet.hs, dist/build/PostgreSQL/Binary/Inet.p_o )
219.37 s
[postgresql-binary] [ 5 of 11] Compiling PostgreSQL.Binary.BuilderPrim ( library/PostgreSQL/Binary/BuilderPrim.hs, dist/build/PostgreSQL/Binary/BuilderPrim.p_o )
219.37 s
[postgresql-binary] [ 6 of 11] Compiling PostgreSQL.Binary.Range ( library/PostgreSQL/Binary/Range.hs, dist/build/PostgreSQL/Binary/Range.p_o )
219.37 s
[postgresql-binary] [ 7 of 11] Compiling PostgreSQL.Binary.Time ( library/PostgreSQL/Binary/Time.hs, dist/build/PostgreSQL/Binary/Time.p_o )
219.37 s
[postgresql-binary] [ 8 of 11] Compiling PostgreSQL.Binary.Interval ( library/PostgreSQL/Binary/Interval.hs, dist/build/PostgreSQL/Binary/Interval.p_o )
219.37 s
[postgresql-binary] [ 9 of 11] Compiling PostgreSQL.Binary.Encoding.Builders ( library/PostgreSQL/Binary/Encoding/Builders.hs, dist/build/PostgreSQL/Binary/Encoding/Builders.p_o )
219.39 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/iryfrbbf46wb448mqqqyjh5zi6rf58j6-servant-rawm-1.0.0.0-doc /nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0
219.45 s
[post-build-hook] copying 2 paths...
219.45 s
[post-build-hook] copying path '/nix/store/iryfrbbf46wb448mqqqyjh5zi6rf58j6-servant-rawm-1.0.0.0-doc' to 'https://cache.staging.nix-ci.com'...
219.71 s
[post-build-hook] copying path '/nix/store/m1f0axdl917nj6268541b2pl4zwnkpnq-servant-rawm-1.0.0.0' to 'https://cache.staging.nix-ci.com'...
220.29 s
[post-build-hook] copying 2 paths...
220.29 s
[post-build-hook] copying path '/nix/store/8626wrd5farmzjbv6hb1h785mphz9bg0-servant-rawm-1.0.0.0.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
220.45 s
[post-build-hook] copying path '/nix/store/rm2xm4lvc5ncaiaz847h7hwpmpicygjq-servant-rawm-1.0.0.0.drv' to 'https://cache.staging.nix-ci.com'...
220.72 s
Progress: 42 of 72 built (6 building)
220.72 s
[serialise] 100% ( 51 / 51) in 'Codec.Serialise.Decoding'
220.72 s
[serialise] 100% ( 36 / 36) in 'Codec.Serialise.Encoding'
220.72 s
[serialise] 57% ( 4 / 7) in 'Codec.Serialise.Internal.GeneralisedUTF8'
220.72 s
[serialise] Missing documentation for:
220.72 s
[serialise] Module header
220.72 s
[serialise] UTF8Encoding (src/Codec/Serialise/Internal/GeneralisedUTF8.hs:19)
220.72 s
[serialise] decodeGenUTF8 (src/Codec/Serialise/Internal/GeneralisedUTF8.hs:83)
220.72 s
[serialise]
220.72 s
[serialise] src/Codec/Serialise/Internal/GeneralisedUTF8.hs:78:15: warning : [ GHC-68441 ] [ -Wdeprecations ]
220.72 s
[serialise] In the use of ‘sizeofMutableByteArray’
220.72 s
[serialise] (imported from Data.Primitive.ByteArray):
220.72 s
[serialise] Deprecated: "use getSizeofMutableByteArray instead"
220.72 s
[serialise] |
220.72 s
[serialise] 78 | cap = sizeofMutableByteArray ba
220.72 s
[serialise] | ^^^^^^^^^^^^^^^^^^^^^^
220.72 s
[serialise] 100% ( 12 / 12) in 'Codec.Serialise.Class'
221.31 s
[postgresql-binary] [10 of 11] Compiling PostgreSQL.Binary.Encoding ( library/PostgreSQL/Binary/Encoding.hs, dist/build/PostgreSQL/Binary/Encoding.p_o )
221.47 s
[serialise] Warning: 'DeserialiseFailure' is out of scope.
221.47 s
[serialise] If you qualify the identifier, haddock can try to link it anyway.
221.48 s
[serialise] 100% ( 22 / 22) in 'Codec.Serialise'
221.50 s
[serialise] 100% ( 6 / 6) in 'Codec.Serialise.IO'
221.51 s
[serialise] 100% ( 6 / 6) in 'Codec.Serialise.Properties'
221.54 s
[serialise] Warning: 'UTCTime' is out of scope.
221.54 s
[serialise] If you qualify the identifier, haddock can try to link it anyway.
221.54 s
[serialise] Warning: 'Generic' is out of scope.
221.54 s
[serialise] If you qualify the identifier, haddock can try to link it anyway.
221.54 s
[serialise] 100% ( 21 / 21) in 'Codec.Serialise.Tutorial'
221.90 s
[cryptostore] signing: OK (11.28s)
221.90 s
[cryptostore] +++ OK, passed 100 tests:
221.90 s
[cryptostore] 11% Ed25519
221.90 s
[cryptostore] 9% RSA MD2
221.90 s
[cryptostore] 7% ECDSA SHA256
221.90 s
[cryptostore] 7% ECDSA SHA3_512
221.90 s
[cryptostore] 6% ECDSA SHA3_384
221.90 s
[cryptostore] 5% ECDSA SHA224
221.90 s
[cryptostore] 5% ECDSA SHA512
221.90 s
[cryptostore] 4% DSA SHA224
221.90 s
[cryptostore] 4% ECDSA SHA1
221.90 s
[cryptostore] 4% RSA MD5
221.90 s
[cryptostore] 4% RSA SHA256
221.90 s
[cryptostore] 4% RSA SHA384
221.90 s
[cryptostore] 3% DSA SHA1
221.90 s
[cryptostore] 3% DSA SHA256
221.90 s
[cryptostore] 3% ECDSA SHA3_224
221.90 s
[cryptostore] 3% ECDSA SHA3_256
221.90 s
[cryptostore] 3% Ed448
221.90 s
[cryptostore] 3% RSA SHA512
221.90 s
[cryptostore] 3% RSAAnyHash
221.90 s
[cryptostore] 2% ECDSA SHA384
221.90 s
[cryptostore] 2% RSA SHA224
221.90 s
[cryptostore] 1% RSA SHA1
221.90 s
[cryptostore] 1% RSAPSS (PSSParams {pssHashAlgorithm = SHA1, pssMaskGenAlgorithm = MGF1 MD2, pssSaltLength = 10})
221.90 s
[cryptostore] 1% RSAPSS (PSSParams {pssHashAlgorithm = SHA224, pssMaskGenAlgorithm = MGF1 SHA3_512, pssSaltLength = 15})
221.90 s
[cryptostore] 1% RSAPSS (PSSParams {pssHashAlgorithm = SHA3_256, pssMaskGenAlgorithm = MGF1 SHAKE128 (Proxy :: Proxy 129), pssSaltLength = 28})
221.90 s
[cryptostore] 1% RSAPSS (PSSParams {pssHashAlgorithm = SHAKE256 (Proxy :: Proxy 130), pssMaskGenAlgorithm = MGF1 SHAKE128_256, pssSaltLength = 3})
222.06 s
[serialise] Warning: Codec.Serialise.Class: could not find link destinations for:
222.06 s
[serialise] - Data.Vector.Vector
222.06 s
[serialise] - Data.Vector.Generic.Base.Vector
222.06 s
[serialise] - Data.Vector.Unboxed.Base.Unbox
222.07 s
[serialise] - Data.Vector.Unboxed.Base.Vector
222.07 s
[serialise] - Data.Vector.Storable.Vector
222.07 s
[serialise] - Data.Vector.Primitive.Vector
222.08 s
[serialise] Warning: Codec.Serialise: could not find link destinations for:
222.08 s
[serialise] - Data.Vector.Vector
222.08 s
[serialise] - Data.Vector.Unboxed.Base.Unbox
222.08 s
[serialise] - Data.Vector.Unboxed.Base.Vector
222.08 s
[serialise] - Data.Vector.Storable.Vector
222.08 s
[serialise] - Data.Vector.Primitive.Vector
222.20 s
[postgresql-binary] [11 of 11] Compiling PostgreSQL.Binary.Decoding ( library/PostgreSQL/Binary/Decoding.hs, dist/build/PostgreSQL/Binary/Decoding.p_o )
222.50 s
[servant-auth] Documentation created: dist/doc/html/servant-auth/,
222.50 s
[servant-auth] dist/doc/html/servant-auth/servant-auth.txt
222.60 s
[servant-auth] Phase: installPhase
222.74 s
[servant-auth] Installing library in /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
222.87 s
[servant-server] Preprocessing executable 'greet' for servant-server-0.20.3.0..
222.87 s
[servant-server] Building executable 'greet' for servant-server-0.20.3.0..
223.02 s
[servant-server] [1 of 1] Compiling Main
223.09 s
[servant-auth] Phase: fixupPhase
223.11 s
[servant-auth] shrinking RPATHs of ELF executables and libraries in /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0
223.12 s
[servant-auth] shrinking /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSservant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs-ghc9.6.7.so
223.14 s
[servant-auth] checking for references to /build/ in /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0...
223.16 s
[servant-auth] patching script interpreter paths in /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0
223.17 s
[servant-auth] stripping (with command strip and flags -S -p) in /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0/lib
223.19 s
[servant-auth] shrinking RPATHs of ELF executables and libraries in /nix/store/fpnwvkssl4xhp2l48xizv832kiisz6cz-servant-auth-0.4.2.0-doc
223.20 s
[servant-auth] checking for references to /build/ in /nix/store/fpnwvkssl4xhp2l48xizv832kiisz6cz-servant-auth-0.4.2.0-doc...
223.22 s
[servant-auth] patching script interpreter paths in /nix/store/fpnwvkssl4xhp2l48xizv832kiisz6cz-servant-auth-0.4.2.0-doc
223.27 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/fpnwvkssl4xhp2l48xizv832kiisz6cz-servant-auth-0.4.2.0-doc /nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0
223.34 s
[post-build-hook] copying 2 paths...
223.34 s
[post-build-hook] copying path '/nix/store/fpnwvkssl4xhp2l48xizv832kiisz6cz-servant-auth-0.4.2.0-doc' to 'https://cache.staging.nix-ci.com'...
223.60 s
[post-build-hook] copying path '/nix/store/zjkrms521pzx0glgywaiim86csvj45p2-servant-auth-0.4.2.0' to 'https://cache.staging.nix-ci.com'...
224.21 s
[post-build-hook] copying 1 paths...
224.21 s
[post-build-hook] copying path '/nix/store/j60j9bgkxxjjm70ylrkm0saak2592yrp-servant-auth-0.4.2.0.drv' to 'https://cache.staging.nix-ci.com'...
224.52 s
Progress: 43 of 72 built (5 building)
224.95 s
[servant-server] [2 of 2] Linking dist/build/greet/greet
225.09 s
[postgresql-binary] Phase: haddockPhase
225.32 s
[postgresql-binary] Preprocessing library for postgresql-binary-0.14.2..
225.33 s
[postgresql-binary] Running Haddock on library for postgresql-binary-0.14.2..
225.33 s
[postgresql-binary] Warning: The documentation for the following packages are not installed. No
225.33 s
[postgresql-binary] links will be generated to these packages: vector-0.13.2.0
225.44 s
[postgresql-binary] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
226.22 s
[postgresql-binary] Warning: Couldn't find .haddock for export Vector
226.88 s
[servant-server] Preprocessing test suite 'spec' for servant-server-0.20.3.0..
226.91 s
[servant-server] Building test suite 'spec' for servant-server-0.20.3.0..
226.91 s
[postgresql-binary] 0% ( 0 / 4) in 'PostgreSQL.Binary.Range'
226.91 s
[postgresql-binary] Missing documentation for:
226.91 s
[postgresql-binary] Module header
226.91 s
[postgresql-binary] Range (library/PostgreSQL/Binary/Range.hs:5)
226.91 s
[postgresql-binary] Bound (library/PostgreSQL/Binary/Range.hs:8)
226.91 s
[postgresql-binary] Multirange (library/PostgreSQL/Binary/Range.hs:11)
227.06 s
[servant-server] [ 1 of 12] Compiling Servant.ArbitraryMonadServerSpec
227.15 s
[serialise] Documentation created: dist/doc/html/serialise/,
227.15 s
[serialise] dist/doc/html/serialise/serialise.txt
227.22 s
[serialise] Phase: installPhase
227.31 s
[serialise] Installing library in /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
227.70 s
[servant-server] [ 2 of 12] Compiling Servant.HoistSpec
227.70 s
[servant-server] [ 3 of 12] Compiling Servant.Server.ErrorSpec
227.96 s
[serialise] Phase: fixupPhase
227.99 s
[serialise] shrinking RPATHs of ELF executables and libraries in /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1
227.99 s
[serialise] shrinking /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSserialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD-ghc9.6.7.so
228.00 s
[serialise] checking for references to /build/ in /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1...
228.02 s
[serialise] patching script interpreter paths in /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1
228.03 s
[serialise] stripping (with command strip and flags -S -p) in /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1/lib
228.05 s
[postgresql-binary] 21% ( 17 / 78) in 'PostgreSQL.Binary.Encoding'
228.05 s
[postgresql-binary] Missing documentation for:
228.05 s
[postgresql-binary] Module header
228.05 s
[postgresql-binary] Encoding (library/PostgreSQL/Binary/Encoding.hs:100)
228.05 s
[postgresql-binary] encodingBytes (library/PostgreSQL/Binary/Encoding.hs:104)
228.05 s
[postgresql-binary] composite (library/PostgreSQL/Binary/Encoding.hs:111)
228.05 s
[postgresql-binary] bool (library/PostgreSQL/Binary/Encoding.hs:171)
228.05 s
[postgresql-binary] int2_int16 (library/PostgreSQL/Binary/Encoding.hs:176)
228.05 s
[postgresql-binary] int2_word16 (library/PostgreSQL/Binary/Encoding.hs:181)
228.05 s
[postgresql-binary] int4_int32 (library/PostgreSQL/Binary/Encoding.hs:186)
228.05 s
[postgresql-binary] int4_word32 (library/PostgreSQL/Binary/Encoding.hs:191)
228.05 s
[postgresql-binary] int8_int64 (library/PostgreSQL/Binary/Encoding.hs:196)
228.05 s
[postgresql-binary] int8_word64 (library/PostgreSQL/Binary/Encoding.hs:201)
228.05 s
[postgresql-binary] float4 (library/PostgreSQL/Binary/Encoding.hs:206)
228.05 s
[postgresql-binary] float8 (library/PostgreSQL/Binary/Encoding.hs:211)
228.05 s
[postgresql-binary] numeric (library/PostgreSQL/Binary/Encoding.hs:216)
228.05 s
[postgresql-binary] uuid (library/PostgreSQL/Binary/Encoding.hs:221)
228.05 s
[postgresql-binary] inet (library/PostgreSQL/Binary/Encoding.hs:226)
228.05 s
[postgresql-binary] macaddr (library/PostgreSQL/Binary/Encoding.hs:231)
228.05 s
[postgresql-binary] char_utf8 (library/PostgreSQL/Binary/Encoding.hs:236)
228.05 s
[postgresql-binary] text_strict (library/PostgreSQL/Binary/Encoding.hs:241)
228.05 s
[postgresql-binary] text_lazy (library/PostgreSQL/Binary/Encoding.hs:246)
228.05 s
[postgresql-binary] bytea_strict (library/PostgreSQL/Binary/Encoding.hs:251)
228.05 s
[postgresql-binary] bytea_lazy (library/PostgreSQL/Binary/Encoding.hs:256)
228.05 s
[postgresql-binary] date (library/PostgreSQL/Binary/Encoding.hs:261)
228.05 s
[postgresql-binary] time_int (library/PostgreSQL/Binary/Encoding.hs:266)
228.05 s
[postgresql-binary] time_float (library/PostgreSQL/Binary/Encoding.hs:271)
228.05 s
[postgresql-binary] timetz_int (library/PostgreSQL/Binary/Encoding.hs:276)
228.05 s
[postgresql-binary] timetz_float (library/PostgreSQL/Binary/Encoding.hs:281)
228.05 s
[postgresql-binary] timestamp_int (library/PostgreSQL/Binary/Encoding.hs:286)
228.05 s
[postgresql-binary] timestamp_float (library/PostgreSQL/Binary/Encoding.hs:291)
228.05 s
[postgresql-binary] timestamptz_int (library/PostgreSQL/Binary/Encoding.hs:296)
228.05 s
[postgresql-binary] timestamptz_float (library/PostgreSQL/Binary/Encoding.hs:301)
228.05 s
[postgresql-binary] interval_int (library/PostgreSQL/Binary/Encoding.hs:306)
228.05 s
[postgresql-binary] interval_float (library/PostgreSQL/Binary/Encoding.hs:311)
228.05 s
[postgresql-binary] json_bytes (library/PostgreSQL/Binary/Encoding.hs:316)
228.05 s
[postgresql-binary] json_bytes_lazy (library/PostgreSQL/Binary/Encoding.hs:321)
228.05 s
[postgresql-binary] json_ast (library/PostgreSQL/Binary/Encoding.hs:326)
228.05 s
[postgresql-binary] jsonb_bytes (library/PostgreSQL/Binary/Encoding.hs:331)
228.05 s
[postgresql-binary] jsonb_bytes_lazy (library/PostgreSQL/Binary/Encoding.hs:336)
228.05 s
[postgresql-binary] jsonb_ast (library/PostgreSQL/Binary/Encoding.hs:341)
228.05 s
[postgresql-binary] encodingArray (library/PostgreSQL/Binary/Encoding.hs:352)
228.05 s
[postgresql-binary] nullArray (library/PostgreSQL/Binary/Encoding.hs:356)
228.05 s
[postgresql-binary] dimensionArray (library/PostgreSQL/Binary/Encoding.hs:360)
228.05 s
[postgresql-binary] Composite (library/PostgreSQL/Binary/Encoding.hs:379)
228.05 s
[postgresql-binary] field (library/PostgreSQL/Binary/Encoding.hs:389)
228.05 s
[postgresql-binary] nullField (library/PostgreSQL/Binary/Encoding.hs:393)
228.05 s
[postgresql-binary] int4range (library/PostgreSQL/Binary/Encoding.hs:400)
228.05 s
[postgresql-binary] int8range (library/PostgreSQL/Binary/Encoding.hs:404)
228.05 s
[postgresql-binary] numrange (library/PostgreSQL/Binary/Encoding.hs:408)
228.05 s
[postgresql-binary] tsrange_int (library/PostgreSQL/Binary/Encoding.hs:412)
228.05 s
[postgresql-binary] tsrange_float (library/PostgreSQL/Binary/Encoding.hs:416)
228.05 s
[postgresql-binary] tstzrange_int (library/PostgreSQL/Binary/Encoding.hs:420)
228.05 s
[postgresql-binary] tstzrange_float (library/PostgreSQL/Binary/Encoding.hs:424)
228.05 s
[postgresql-binary] daterange (library/PostgreSQL/Binary/Encoding.hs:428)
228.06 s
[postgresql-binary] int4multirange (library/PostgreSQL/Binary/Encoding.hs:434)
228.06 s
[postgresql-binary] int8multirange (library/PostgreSQL/Binary/Encoding.hs:438)
228.06 s
[postgresql-binary] nummultirange (library/PostgreSQL/Binary/Encoding.hs:442)
228.06 s
[postgresql-binary] tsmultirange_int (library/PostgreSQL/Binary/Encoding.hs:446)
228.06 s
[postgresql-binary] tsmultirange_float (library/PostgreSQL/Binary/Encoding.hs:450)
228.06 s
[postgresql-binary] tstzmultirange_int (library/PostgreSQL/Binary/Encoding.hs:454)
228.06 s
[postgresql-binary] tstzmultirange_float (library/PostgreSQL/Binary/Encoding.hs:458)
228.06 s
[postgresql-binary] datemultirange (library/PostgreSQL/Binary/Encoding.hs:462)
228.22 s
[serialise] shrinking RPATHs of ELF executables and libraries in /nix/store/cigsjnphpwpvi2hqymxvhlnknwrxq2i1-serialise-0.2.6.1-doc
228.23 s
[serialise] checking for references to /build/ in /nix/store/cigsjnphpwpvi2hqymxvhlnknwrxq2i1-serialise-0.2.6.1-doc...
228.26 s
[serialise] patching script interpreter paths in /nix/store/cigsjnphpwpvi2hqymxvhlnknwrxq2i1-serialise-0.2.6.1-doc
228.32 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/cigsjnphpwpvi2hqymxvhlnknwrxq2i1-serialise-0.2.6.1-doc /nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1
228.53 s
[post-build-hook] copying 2 paths...
228.53 s
[post-build-hook] copying path '/nix/store/cigsjnphpwpvi2hqymxvhlnknwrxq2i1-serialise-0.2.6.1-doc' to 'https://cache.staging.nix-ci.com'...
229.19 s
[post-build-hook] copying path '/nix/store/kmd4f843kggrx7qscmmbw2gy89qj5smq-serialise-0.2.6.1' to 'https://cache.staging.nix-ci.com'...
231.89 s
[post-build-hook] copying 1 paths...
231.92 s
[post-build-hook] copying path '/nix/store/a0zja4yqwbxa7r86330qv0677nnwv7hm-serialise-0.2.6.1.drv' to 'https://cache.staging.nix-ci.com'...
232.20 s
Progress: 44 of 72 built (4 building)
232.24 s
Building tls
232.24 s
[servant-server] [ 4 of 12] Compiling Servant.Server.Internal.ContextSpec
232.25 s
[servant-server] [ 5 of 12] Compiling Servant.Server.Internal.RoutingApplicationSpec
232.25 s
[servant-server] [ 6 of 12] Compiling Servant.Server.RouterSpec
232.25 s
[servant-server] [ 7 of 12] Compiling Servant.Server.StreamingSpec
232.25 s
[servant-server]
232.25 s
[servant-server] test/Servant/Server/StreamingSpec.hs:62:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
232.25 s
[servant-server] In the use of ‘requestBody’ (imported from Network.Wai.Internal):
232.25 s
[servant-server] Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead when getting the field, and setRequestBodyChunks when setting the field."
232.25 s
[servant-server] |
232.25 s
[servant-server] 62 | requestBody = streamTestData,
232.25 s
[servant-server] | ^^^^^^^^^^^
232.25 s
[servant-server] [ 8 of 12] Compiling Servant.Server.UsingContextSpec.TestCombinators
232.25 s
[servant-server] [ 9 of 12] Compiling Servant.Server.UsingContextSpec
232.25 s
[servant-server] [10 of 12] Compiling Servant.ServerSpec
232.25 s
[servant-server]
232.25 s
[servant-server] test/Servant/ServerSpec.hs:277:8: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
232.25 s
[servant-server] Pattern match(es) are non-exhaustive
232.25 s
[servant-server] In a lambda abstraction:
232.25 s
[servant-server] Patterns of type ‘[Char]’ not matched:
232.25 s
[servant-server] []
232.25 s
[servant-server] (p:_) where p is not one of {'c'}
232.25 s
[servant-server] ['c']
232.25 s
[servant-server] ('c':p:_) where p is not one of {'a'}
232.25 s
[servant-server] ...
232.25 s
[servant-server] |
232.25 s
[servant-server] 277 | (\ "captured" -> Tagged $ \request_ sendResponse ->
232.25 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
232.25 s
[postgresql-binary] 80% ( 56 / 70) in 'PostgreSQL.Binary.Decoding'
232.25 s
[postgresql-binary] Missing documentation for:
232.25 s
[postgresql-binary] Module header
232.25 s
[postgresql-binary] valueParser (library/PostgreSQL/Binary/Decoding.hs:107)
232.25 s
[postgresql-binary] Value (library/PostgreSQL/Binary/Decoding.hs:104)
232.25 s
[postgresql-binary] int (library/PostgreSQL/Binary/Decoding.hs:146)
232.25 s
[postgresql-binary] float4 (library/PostgreSQL/Binary/Decoding.hs:150)
232.25 s
[postgresql-binary] float8 (library/PostgreSQL/Binary/Decoding.hs:154)
232.25 s
[postgresql-binary] bool (library/PostgreSQL/Binary/Decoding.hs:159)
232.25 s
[postgresql-binary] numeric (library/PostgreSQL/Binary/Decoding.hs:164)
232.25 s
[postgresql-binary] uuid (library/PostgreSQL/Binary/Decoding.hs:175)
232.25 s
[postgresql-binary] inet (library/PostgreSQL/Binary/Decoding.hs:190)
232.25 s
[postgresql-binary] macaddr (library/PostgreSQL/Binary/Decoding.hs:208)
232.25 s
[postgresql-binary] json_ast (library/PostgreSQL/Binary/Decoding.hs:213)
232.25 s
[postgresql-binary] jsonb_ast (library/PostgreSQL/Binary/Decoding.hs:231)
232.25 s
[postgresql-binary] Composite (library/PostgreSQL/Binary/Decoding.hs:432)
232.25 s
[postgresql-binary] Warning: PostgreSQL.Binary.Encoding: could not find link destinations for:
232.25 s
[postgresql-binary] - Data.Vector.Vector
232.25 s
[postgresql-binary] Warning: PostgreSQL.Binary.Decoding: could not find link destinations for:
232.25 s
[postgresql-binary] - PostgreSQL.Binary.Prelude.LazyText
232.25 s
[postgresql-binary] - PostgreSQL.Binary.Prelude.LazyByteString
232.45 s
[tls] Phase: setupCompilerEnvironmentPhase
232.46 s
[tls] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
232.72 s
[tls] Phase: unpackPhase
232.72 s
[tls] unpacking source archive /nix/store/mm1kfr9xm3r4zs1vhpx0kpc129bgzji5-tls-2.1.8.tar.gz
232.73 s
[tls] source root is tls-2.1.8
232.74 s
[tls] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "tls-2.1.8/util/tls-server.hs"
232.74 s
[tls] Phase: patchPhase
232.75 s
[tls] Phase: compileBuildDriverPhase
232.75 s
[tls] setupCompileFlags: -package-db=/build/tmp.V4sLVWgK7T/setup-package.conf.d -threaded
232.81 s
[tls] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.V4sLVWgK7T/Main.o )
232.86 s
[tls] [2 of 2] Linking Setup
233.51 s
[servant-server] [11 of 12] Compiling Servant.Server.StaticFilesSpec
233.62 s
[servant-server] [12 of 12] Compiling Main
234.17 s
[servant-server] [13 of 13] Linking dist/build/spec/spec
234.34 s
[tls] Phase: updateAutotoolsGnuConfigScriptsPhase
234.36 s
[tls] Phase: configurePhase
234.36 s
[tls] configureFlags: --verbose --prefix=/nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ix929ybq0fbahwi3h5g0k1zi0j0r7v8s-tls-2.1.8-doc/share/doc/tls-2.1.8 --with-gcc=gcc --package-db=/build/tmp.V4sLVWgK7T/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
234.38 s
[tls] Using Parsec parser
234.38 s
[tls] Configuring tls-2.1.8...
234.81 s
[tls] Flags chosen: devel=False
234.81 s
[tls] Dependency asn1-encoding >=0.9 && <0.10: using asn1-encoding-0.9.6
234.81 s
[tls] Dependency asn1-types >=0.3 && <0.4: using asn1-types-0.3.4
234.81 s
[tls] Dependency base >=4.9 && <5: using base-4.18.3.0
234.81 s
[tls] Dependency base16-bytestring: using base16-bytestring-1.0.2.0
234.81 s
[tls] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.4
234.81 s
[tls] Dependency cereal >=0.5.3 && <0.6: using cereal-0.5.8.3
234.81 s
[tls] Dependency crypton >=0.34: using crypton-1.0.4
234.81 s
[tls] Dependency crypton-x509 >=1.7 && <1.8: using crypton-x509-1.7.7
234.81 s
[tls] Dependency crypton-x509-store >=1.6 && <1.7: using crypton-x509-store-1.6.12
234.81 s
[tls] Dependency crypton-x509-validation >=1.6.13 && <1.7: using
234.81 s
[tls] crypton-x509-validation-1.6.14
234.81 s
[tls] Dependency data-default: using data-default-0.8.0.1
234.81 s
[tls] Dependency memory >=0.18 && <0.19: using memory-0.18.0
234.81 s
[tls] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
234.81 s
[tls] Dependency network >=3.1: using network-3.2.8.0
234.81 s
[tls] Dependency serialise >=0.2 && <0.3: using serialise-0.2.6.1
234.81 s
[tls] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
234.81 s
[tls] Dependency unix-time >=0.4.11 && <0.5: using unix-time-0.4.17
234.81 s
[tls] Dependency zlib >=0.7 && <0.8: using zlib-0.7.1.1
234.81 s
[tls] Dependency QuickCheck: using QuickCheck-2.15.0.1
234.81 s
[tls] Dependency asn1-types: using asn1-types-0.3.4
234.81 s
[tls] Dependency async: using async-2.2.5
234.81 s
[tls] Dependency base >=4.9 && <5: using base-4.18.3.0
234.81 s
[tls] Dependency bytestring: using bytestring-0.11.5.4
234.81 s
[tls] Dependency crypton: using crypton-1.0.4
234.81 s
[tls] Dependency crypton-x509: using crypton-x509-1.7.7
234.81 s
[tls] Dependency crypton-x509-validation: using crypton-x509-validation-1.6.14
234.81 s
[tls] Dependency hourglass: using hourglass-0.2.12
234.81 s
[tls] Dependency hspec: using hspec-2.11.14
234.81 s
[tls] Dependency serialise: using serialise-0.2.6.1
234.81 s
[tls] Dependency tls: using tls-2.1.8
235.13 s
[tls] Source component graph:
235.13 s
[tls] component lib
235.13 s
[tls] component test:spec dependency lib
235.13 s
[tls] Configured component graph:
235.13 s
[tls] component tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
235.13 s
[tls] include asn1-encoding-0.9.6-1ND9wAHeo5z8sC8bpaTUiC
235.13 s
[tls] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
235.13 s
[tls] include base-4.18.3.0
235.13 s
[tls] include base16-bytestring-1.0.2.0-DpbItQfkpjwHHqQ0RIpd5h
235.13 s
[tls] include bytestring-0.11.5.4
235.13 s
[tls] include cereal-0.5.8.3-4AxOjzspwb09f9AeZVa7uA
235.13 s
[tls] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
235.13 s
[tls] include crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
235.13 s
[tls] include crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
235.13 s
[tls] include crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
235.13 s
[tls] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
235.13 s
[tls] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
235.13 s
[tls] include mtl-2.3.1
235.13 s
[tls] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
235.13 s
[tls] include serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
235.13 s
[tls] include transformers-0.6.1.0
235.13 s
[tls] include unix-time-0.4.17-JGnXUBGY5DeBxWcv3izc4L
235.13 s
[tls] include zlib-0.7.1.1-5DZ1FbMSw1Z5bqsgVakDKa
235.13 s
[tls] component tls-2.1.8-GAJh00AkK78BPz5tU5clpO-spec
235.13 s
[tls] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
235.13 s
[tls] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
235.13 s
[tls] include async-2.2.5-FhKLzi3ZfBSDzHnPPPs0JV
235.13 s
[tls] include base-4.18.3.0
235.13 s
[tls] include bytestring-0.11.5.4
235.13 s
[tls] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
235.13 s
[tls] include crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
235.13 s
[tls] include crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
235.13 s
[tls] include hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
235.13 s
[tls] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
235.13 s
[tls] include serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
235.13 s
[tls] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
235.13 s
[tls] Linked component graph:
235.13 s
[tls] unit tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
235.13 s
[tls] include asn1-encoding-0.9.6-1ND9wAHeo5z8sC8bpaTUiC
235.13 s
[tls] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
235.13 s
[tls] include base-4.18.3.0
235.13 s
[tls] include base16-bytestring-1.0.2.0-DpbItQfkpjwHHqQ0RIpd5h
235.13 s
[tls] include bytestring-0.11.5.4
235.13 s
[tls] include cereal-0.5.8.3-4AxOjzspwb09f9AeZVa7uA
235.13 s
[tls] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
235.13 s
[tls] include crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
235.13 s
[tls] include crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
235.13 s
[tls] include crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
235.13 s
[tls] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
235.13 s
[tls] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
235.13 s
[tls] include mtl-2.3.1
235.13 s
[tls] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
235.13 s
[tls] include serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
235.13 s
[tls] include transformers-0.6.1.0
235.13 s
[tls] include unix-time-0.4.17-JGnXUBGY5DeBxWcv3izc4L
235.13 s
[tls] include zlib-0.7.1.1-5DZ1FbMSw1Z5bqsgVakDKa
235.13 s
[tls] Network.TLS=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS,Network.TLS.Cipher=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS.Cipher,Network.TLS.Compression=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS.Compression,Network.TLS.Extra=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS.Extra,Network.TLS.Extra.Cipher=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS.Extra.Cipher,Network.TLS.Extra.FFDHE=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS.Extra.FFDHE,Network.TLS.Internal=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS.Internal,Network.TLS.QUIC=tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H:Network.TLS.QUIC
235.13 s
[tls] unit tls-2.1.8-GAJh00AkK78BPz5tU5clpO-spec
235.13 s
[tls] include QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
235.13 s
[tls] include asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
235.13 s
[tls] include async-2.2.5-FhKLzi3ZfBSDzHnPPPs0JV
235.13 s
[tls] include base-4.18.3.0
235.13 s
[tls] include bytestring-0.11.5.4
235.13 s
[tls] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
235.13 s
[tls] include crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
235.13 s
[tls] include crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
235.13 s
[tls] include hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
235.13 s
[tls] include hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
235.13 s
[tls] include serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
235.13 s
[tls] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
235.13 s
[tls] Ready component graph:
235.13 s
[tls] definite tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
235.13 s
[tls] depends asn1-encoding-0.9.6-1ND9wAHeo5z8sC8bpaTUiC
235.13 s
[tls] depends asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
235.13 s
[tls] depends base-4.18.3.0
235.13 s
[tls] depends base16-bytestring-1.0.2.0-DpbItQfkpjwHHqQ0RIpd5h
235.13 s
[tls] depends bytestring-0.11.5.4
235.13 s
[tls] depends cereal-0.5.8.3-4AxOjzspwb09f9AeZVa7uA
235.13 s
[tls] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
235.13 s
[tls] depends crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
235.13 s
[tls] depends crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
235.13 s
[tls] depends crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
235.13 s
[tls] depends data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
235.13 s
[tls] depends memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
235.13 s
[tls] depends mtl-2.3.1
235.13 s
[tls] depends network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
235.13 s
[tls] depends serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
235.13 s
[tls] depends transformers-0.6.1.0
235.14 s
[tls] depends unix-time-0.4.17-JGnXUBGY5DeBxWcv3izc4L
235.14 s
[tls] depends zlib-0.7.1.1-5DZ1FbMSw1Z5bqsgVakDKa
235.14 s
[tls] definite tls-2.1.8-GAJh00AkK78BPz5tU5clpO-spec
235.14 s
[tls] depends QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
235.14 s
[tls] depends asn1-types-0.3.4-5lLCRxml3DC8IJArvZlAAW
235.14 s
[tls] depends async-2.2.5-FhKLzi3ZfBSDzHnPPPs0JV
235.14 s
[tls] depends base-4.18.3.0
235.14 s
[tls] depends bytestring-0.11.5.4
235.14 s
[tls] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
235.14 s
[tls] depends crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
235.14 s
[tls] depends crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
235.14 s
[tls] depends hourglass-0.2.12-6kBD8zGoQLLCGOf69FSIjs
235.14 s
[tls] depends hspec-2.11.14-I9omB8cQWqjGiWysmEIWy3
235.14 s
[tls] depends serialise-0.2.6.1-IxEuPVAz7NJbQJe9yfyoD
235.14 s
[tls] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
235.14 s
[tls] Using Cabal-3.10.3.0 compiled by ghc-9.6
235.14 s
[tls] Using compiler: ghc-9.6.7
235.14 s
[tls] Using install prefix: /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8
235.14 s
[tls] Executables installed in:
235.14 s
[tls] /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/bin
235.14 s
[tls] Libraries installed in:
235.14 s
[tls] /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
235.14 s
[tls] Dynamic Libraries installed in:
235.14 s
[tls] /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
235.14 s
[tls] Private executables installed in:
235.14 s
[tls] /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/libexec/x86_64-linux-ghc-9.6.7/tls-2.1.8
235.14 s
[tls] Data files installed in:
235.14 s
[tls] /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/share/x86_64-linux-ghc-9.6.7/tls-2.1.8
235.14 s
[tls] Documentation installed in:
235.14 s
[tls] /nix/store/ix929ybq0fbahwi3h5g0k1zi0j0r7v8s-tls-2.1.8-doc/share/doc/tls-2.1.8
235.14 s
[tls] Configuration files installed in:
235.14 s
[tls] /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/etc
235.14 s
[tls] No alex found
235.14 s
[tls] Using ar found on system at:
235.14 s
[tls] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
235.14 s
[tls] No c2hs found
235.14 s
[tls] No cpphs found
235.14 s
[tls] No doctest found
235.14 s
[tls] Using gcc version 14.3.0 given by user at:
235.14 s
[tls] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
235.14 s
[tls] Using ghc version 9.6.7 found on system at:
235.14 s
[tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
235.14 s
[tls] Using ghc-pkg version 9.6.7 found on system at:
235.14 s
[tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
235.14 s
[tls] No ghcjs found
235.14 s
[tls] No ghcjs-pkg found
235.14 s
[tls] No greencard found
235.14 s
[tls] Using haddock version 2.29.2 found on system at:
235.14 s
[tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
235.14 s
[tls] No happy found
235.14 s
[tls] Using haskell-suite found on system at: haskell-suite-dummy-location
235.14 s
[tls] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
235.14 s
[tls] No hmake found
235.14 s
[tls] Using hpc version 0.68 found on system at:
235.14 s
[tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
235.14 s
[tls] Using hsc2hs version 0.68.9 found on system at:
235.14 s
[tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
235.14 s
[tls] Using hscolour version 1.25 found on system at:
235.14 s
[tls] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
235.14 s
[tls] No jhc found
235.14 s
[tls] Using ld found on system at:
235.14 s
[tls] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
235.14 s
[tls] No pkg-config found
235.14 s
[tls] Using runghc version 9.6.7 found on system at:
235.14 s
[tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
235.16 s
[tls] Using strip version 2.44 found on system at:
235.16 s
[tls] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
235.16 s
[tls] Using tar found on system at:
235.16 s
[tls] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
235.16 s
[tls] No uhc found
235.42 s
[postgresql-binary] Documentation created: dist/doc/html/postgresql-binary/,
235.42 s
[postgresql-binary] dist/doc/html/postgresql-binary/postgresql-binary.txt
235.43 s
[tls] Phase: buildPhase
235.49 s
[postgresql-binary] Phase: installPhase
235.51 s
[tls] Preprocessing library for tls-2.1.8..
235.52 s
[tls] Building library for tls-2.1.8..
235.57 s
[postgresql-binary] Installing library in /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
235.73 s
[tls] [ 1 of 83] Compiling Network.TLS.Crypto.Types ( Network/TLS/Crypto/Types.hs, dist/build/Network/TLS/Crypto/Types.o, dist/build/Network/TLS/Crypto/Types.dyn_o )
235.90 s
[postgresql-binary] Phase: fixupPhase
235.92 s
[postgresql-binary] shrinking RPATHs of ELF executables and libraries in /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2
235.93 s
[postgresql-binary] shrinking /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSpostgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb-ghc9.6.7.so
235.95 s
[postgresql-binary] checking for references to /build/ in /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2...
235.98 s
[postgresql-binary] patching script interpreter paths in /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2
235.99 s
[postgresql-binary] stripping (with command strip and flags -S -p) in /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2/lib
236.08 s
[servant-server] Phase: checkPhase
236.11 s
[postgresql-binary] shrinking RPATHs of ELF executables and libraries in /nix/store/6pmgpjpx900qczajfjhpa9np36jw9gv2-postgresql-binary-0.14.2-doc
236.12 s
[postgresql-binary] checking for references to /build/ in /nix/store/6pmgpjpx900qczajfjhpa9np36jw9gv2-postgresql-binary-0.14.2-doc...
236.15 s
[postgresql-binary] patching script interpreter paths in /nix/store/6pmgpjpx900qczajfjhpa9np36jw9gv2-postgresql-binary-0.14.2-doc
236.22 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2 /nix/store/6pmgpjpx900qczajfjhpa9np36jw9gv2-postgresql-binary-0.14.2-doc
236.44 s
[post-build-hook] copying 2 paths...
236.44 s
[post-build-hook] copying path '/nix/store/6pmgpjpx900qczajfjhpa9np36jw9gv2-postgresql-binary-0.14.2-doc' to 'https://cache.staging.nix-ci.com'...
237.11 s
[post-build-hook] copying path '/nix/store/6av8z1ajnqj2h34i9lfrq10f4vsqlxp8-postgresql-binary-0.14.2' to 'https://cache.staging.nix-ci.com'...
238.71 s
[post-build-hook] copying 2 paths...
238.71 s
[post-build-hook] copying path '/nix/store/pkkd5bfszal0khphdfdf9mzf7sg77k2z-postgresql-binary-0.14.2.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
238.88 s
[post-build-hook] copying path '/nix/store/x5d97shmaxz14xd98lwqdxgsgz7z3jvq-postgresql-binary-0.14.2.drv' to 'https://cache.staging.nix-ci.com'...
239.12 s
Progress: 45 of 72 built (4 building)
239.12 s
[servant-server] Running 1 test suites...
239.12 s
[servant-server] Test suite spec: RUNNING...
239.12 s
[servant-server]
239.12 s
[servant-server] Servant.ArbitraryMonadServer
239.12 s
[servant-server] Arbitrary monad server
239.12 s
[servant-server] Enter
239.12 s
[servant-server] allows running arbitrary monads [✔]
239.12 s
[servant-server] allows combnation of enters [✔]
239.12 s
[servant-server] Servant.Server
239.12 s
[servant-server] Servant.API.Verb
239.12 s
[servant-server] GET 200
239.12 s
[servant-server] returns the person [✔]
239.12 s
[servant-server] returns no content on NoContent [✔]
239.12 s
[servant-server] throws 405 on wrong method [✔]
239.12 s
[servant-server] returns headers [✔]
239.12 s
[servant-server] handles trailing '/' gracefully [✔]
239.12 s
[servant-server] returns 406 if the Accept header is not supported [✔]
239.12 s
[servant-server] responds if the Accept header is supported [✔]
239.12 s
[servant-server] allows modular specification of supported content types [✔]
239.12 s
[servant-server] sets the Content-Type header [✔]
239.12 s
[servant-server] works for Stream as for Result [✔]
239.12 s
[servant-server] POST 210
239.12 s
[servant-server] returns the person [✔]
239.12 s
[servant-server] returns no content on NoContent [✔]
239.12 s
[servant-server] throws 405 on wrong method [✔]
239.12 s
[servant-server] returns headers [✔]
239.12 s
[servant-server] handles trailing '/' gracefully [✔]
239.12 s
[servant-server] returns 406 if the Accept header is not supported [✔]
239.12 s
[servant-server] responds if the Accept header is supported [✔]
239.12 s
[servant-server] allows modular specification of supported content types [✔]
239.12 s
[servant-server] sets the Content-Type header [✔]
239.12 s
[servant-server] works for Stream as for Result [✔]
239.12 s
[servant-server] PUT 203
239.13 s
[servant-server] returns the person [✔]
239.13 s
[servant-server] returns no content on NoContent [✔]
239.13 s
[servant-server] throws 405 on wrong method [✔]
239.13 s
[servant-server] returns headers [✔]
239.13 s
[servant-server] handles trailing '/' gracefully [✔]
239.13 s
[servant-server] returns 406 if the Accept header is not supported [✔]
239.13 s
[servant-server] responds if the Accept header is supported [✔]
239.13 s
[servant-server] allows modular specification of supported content types [✔]
239.13 s
[servant-server] sets the Content-Type header [✔]
239.13 s
[servant-server] works for Stream as for Result [✔]
239.13 s
[servant-server] DELETE 280
239.13 s
[servant-server] returns the person [✔]
239.13 s
[servant-server] returns no content on NoContent [✔]
239.13 s
[servant-server] throws 405 on wrong method [✔]
239.13 s
[servant-server] returns headers [✔]
239.13 s
[servant-server] handles trailing '/' gracefully [✔]
239.13 s
[servant-server] returns 406 if the Accept header is not supported [✔]
239.13 s
[servant-server] responds if the Accept header is supported [✔]
239.13 s
[servant-server] allows modular specification of supported content types [✔]
239.13 s
[servant-server] sets the Content-Type header [✔]
239.13 s
[servant-server] works for Stream as for Result [✔]
239.13 s
[servant-server] PATCH 214
239.13 s
[servant-server] returns no content on NoContent [✔]
239.13 s
[servant-server] throws 405 on wrong method [✔]
239.13 s
[servant-server] returns headers [✔]
239.13 s
[servant-server] handles trailing '/' gracefully [✔]
239.13 s
[servant-server] returns 406 if the Accept header is not supported [✔]
239.13 s
[servant-server] responds if the Accept header is supported [✔]
239.13 s
[servant-server] sets the Content-Type header [✔]
239.13 s
[servant-server] works for Stream as for Result [✔]
239.13 s
[servant-server] GET 200 with HEAD
239.13 s
[servant-server] returns no content on NoContent [✔]
239.13 s
[servant-server] HEAD returns no content body [✔]
239.13 s
[servant-server] throws 405 on wrong method [✔]
239.13 s
[servant-server] returns headers [✔]
239.13 s
[servant-server] handles trailing '/' gracefully [✔]
239.13 s
[servant-server] returns 406 if the Accept header is not supported [✔]
239.13 s
[servant-server] responds if the Accept header is supported [✔]
239.13 s
[servant-server] sets the Content-Type header [✔]
239.13 s
[servant-server] works for Stream as for Result [✔]
239.13 s
[servant-server] Servant.API.UVerb
239.13 s
[servant-server] A route returning either 301/String or 200/Person
239.13 s
[servant-server] when requesting the person
239.13 s
[servant-server] returns status 200 [✔]
239.13 s
[servant-server] returns a person [✔]
239.13 s
[servant-server] requesting the redirect
239.13 s
[servant-server] returns a message and status 301 [✔]
239.13 s
[servant-server] a route with a single response type
239.13 s
[servant-server] should return the defined status code [✔]
239.13 s
[servant-server] should return the expected response [✔]
239.13 s
[servant-server] Servant.API.Capture
239.13 s
[servant-server] can capture parts of the 'pathInfo' [✔]
239.13 s
[servant-server] returns 400 if the decoding fails [✔]
239.13 s
[servant-server] returns an animal if eyes or ears are 2 [✔]
239.13 s
[servant-server] returns a weird animal on Lenient Capture [✔]
239.13 s
[servant-server] returns 400 if parsing integer fails on Strict Capture [✔]
239.13 s
[servant-server] strips the captured path snippet from pathInfo [✔]
239.13 s
[servant-server] Servant.API.CaptureAll
239.13 s
[servant-server] can capture a single element of the 'pathInfo' [✔]
239.13 s
[servant-server] can capture multiple elements of the 'pathInfo' [✔]
239.13 s
[servant-server] can capture arbitrarily many elements of the 'pathInfo' [✔]
239.13 s
[servant-server] can capture when there are no elements in 'pathInfo' [✔]
239.13 s
[servant-server] returns 400 if the decoding fails [✔]
239.13 s
[servant-server] returns 400 if the decoding fails, regardless of which element [✔]
239.13 s
[servant-server] returns 400 if the decoding fails, even when it's multiple elements [✔]
239.13 s
[tls] [ 2 of 83] Compiling Network.TLS.ErrT ( Network/TLS/ErrT.hs, dist/build/Network/TLS/ErrT.o, dist/build/Network/TLS/ErrT.dyn_o )
239.13 s
[tls] [ 3 of 83] Compiling Network.TLS.Imports ( Network/TLS/Imports.hs, dist/build/Network/TLS/Imports.o, dist/build/Network/TLS/Imports.dyn_o )
239.13 s
[tls] [ 4 of 83] Compiling Network.TLS.HashAndSignature ( Network/TLS/HashAndSignature.hs, dist/build/Network/TLS/HashAndSignature.o, dist/build/Network/TLS/HashAndSignature.dyn_o )
239.13 s
[tls] [ 5 of 83] Compiling Network.TLS.Error ( Network/TLS/Error.hs, dist/build/Network/TLS/Error.o, dist/build/Network/TLS/Error.dyn_o )
239.13 s
[tls] [ 6 of 83] Compiling Network.TLS.Backend ( Network/TLS/Backend.hs, dist/build/Network/TLS/Backend.o, dist/build/Network/TLS/Backend.dyn_o )
239.13 s
[tls] [ 7 of 83] Compiling Network.TLS.Measurement ( Network/TLS/Measurement.hs, dist/build/Network/TLS/Measurement.o, dist/build/Network/TLS/Measurement.dyn_o )
239.13 s
[tls] [ 8 of 83] Compiling Network.TLS.RNG ( Network/TLS/RNG.hs, dist/build/Network/TLS/RNG.o, dist/build/Network/TLS/RNG.dyn_o )
239.13 s
[tls] [ 9 of 83] Compiling Network.TLS.Crypto.DH ( Network/TLS/Crypto/DH.hs, dist/build/Network/TLS/Crypto/DH.o, dist/build/Network/TLS/Crypto/DH.dyn_o )
239.13 s
[tls] [10 of 83] Compiling Network.TLS.Extra.FFDHE ( Network/TLS/Extra/FFDHE.hs, dist/build/Network/TLS/Extra/FFDHE.o, dist/build/Network/TLS/Extra/FFDHE.dyn_o )
239.13 s
[tls] [11 of 83] Compiling Network.TLS.Types.Secret ( Network/TLS/Types/Secret.hs, dist/build/Network/TLS/Types/Secret.o, dist/build/Network/TLS/Types/Secret.dyn_o )
239.13 s
[tls] [12 of 83] Compiling Network.TLS.Types.Version ( Network/TLS/Types/Version.hs, dist/build/Network/TLS/Types/Version.o, dist/build/Network/TLS/Types/Version.dyn_o )
239.13 s
[tls] [13 of 83] Compiling Network.TLS.Util ( Network/TLS/Util.hs, dist/build/Network/TLS/Util.o, dist/build/Network/TLS/Util.dyn_o )
239.13 s
[tls] [14 of 83] Compiling Network.TLS.Util.ASN1 ( Network/TLS/Util/ASN1.hs, dist/build/Network/TLS/Util/ASN1.o, dist/build/Network/TLS/Util/ASN1.dyn_o )
239.13 s
[tls] [15 of 83] Compiling Network.TLS.Util.Serialization ( Network/TLS/Util/Serialization.hs, dist/build/Network/TLS/Util/Serialization.o, dist/build/Network/TLS/Util/Serialization.dyn_o )
239.13 s
[tls] [16 of 83] Compiling Network.TLS.Crypto.IES ( Network/TLS/Crypto/IES.hs, dist/build/Network/TLS/Crypto/IES.o, dist/build/Network/TLS/Crypto/IES.dyn_o )
239.13 s
[tls] [17 of 83] Compiling Network.TLS.Crypto ( Network/TLS/Crypto.hs, dist/build/Network/TLS/Crypto.o, dist/build/Network/TLS/Crypto.dyn_o )
239.13 s
[tls] [18 of 83] Compiling Network.TLS.Types.Cipher ( Network/TLS/Types/Cipher.hs, dist/build/Network/TLS/Types/Cipher.o, dist/build/Network/TLS/Types/Cipher.dyn_o )
239.13 s
[tls] [19 of 83] Compiling Network.TLS.Types.Session ( Network/TLS/Types/Session.hs, dist/build/Network/TLS/Types/Session.o, dist/build/Network/TLS/Types/Session.dyn_o )
239.13 s
[tls] [20 of 83] Compiling Network.TLS.Types ( Network/TLS/Types.hs, dist/build/Network/TLS/Types.o, dist/build/Network/TLS/Types.dyn_o )
239.13 s
[tls] [21 of 83] Compiling Network.TLS.Session ( Network/TLS/Session.hs, dist/build/Network/TLS/Session.o, dist/build/Network/TLS/Session.dyn_o )
239.13 s
[tls] [22 of 83] Compiling Network.TLS.Compression ( Network/TLS/Compression.hs, dist/build/Network/TLS/Compression.o, dist/build/Network/TLS/Compression.dyn_o )
239.13 s
[tls] [23 of 83] Compiling Network.TLS.MAC ( Network/TLS/MAC.hs, dist/build/Network/TLS/MAC.o, dist/build/Network/TLS/MAC.dyn_o )
239.13 s
[tls] [24 of 83] Compiling Network.TLS.Cipher ( Network/TLS/Cipher.hs, dist/build/Network/TLS/Cipher.o, dist/build/Network/TLS/Cipher.dyn_o )
239.13 s
[tls] [25 of 83] Compiling Network.TLS.Extra.Cipher ( Network/TLS/Extra/Cipher.hs, dist/build/Network/TLS/Extra/Cipher.o, dist/build/Network/TLS/Extra/Cipher.dyn_o )
239.13 s
[tls] [26 of 83] Compiling Network.TLS.Extra ( Network/TLS/Extra.hs, dist/build/Network/TLS/Extra.o, dist/build/Network/TLS/Extra.dyn_o )
239.13 s
[tls] [27 of 83] Compiling Network.TLS.Wire ( Network/TLS/Wire.hs, dist/build/Network/TLS/Wire.o, dist/build/Network/TLS/Wire.dyn_o )
239.13 s
[tls] [28 of 83] Compiling Network.TLS.KeySchedule ( Network/TLS/KeySchedule.hs, dist/build/Network/TLS/KeySchedule.o, dist/build/Network/TLS/KeySchedule.dyn_o )
239.13 s
[servant-server] can capture single String [✔]
239.13 s
[servant-server] can capture when there are no elements in 'pathinfo' [✔]
239.13 s
[servant-server] can capture empty string from captureall [✔]
239.13 s
[servant-server] can capture empty rooted capture all [✔]
239.13 s
[servant-server] can capture empty string from rooted capture all [✔]
239.13 s
[servant-server] consumes everything from pathInfo [✔]
239.13 s
[servant-server] Servant.API.QueryParam
239.13 s
[servant-server] allows retrieving simple GET parameters [✔]
239.13 s
[servant-server] allows retrieving lists in GET parameters [✔]
239.13 s
[servant-server] parses a query parameter [✔]
239.13 s
[servant-server] generates an error on query parameter parse failure [✔]
239.13 s
[servant-server] parses multiple query parameters [✔]
239.13 s
[servant-server] generates an error on parse failures of multiple parameters [✔]
239.13 s
[servant-server] allows retrieving value-less GET parameters [✔]
239.13 s
[servant-server] allows retrieving a full query string [✔]
239.13 s
[servant-server] allows retrieving a query string deep object [✔]
239.13 s
[servant-server] Uses queryString instead of rawQueryString
239.13 s
[servant-server] allows rewriting for simple GET/query parameters [✔]
239.13 s
[servant-server] allows rewriting for lists in GET parameters [✔]
239.13 s
[servant-server] allows rewriting when parsing multiple query parameters [✔]
239.13 s
[servant-server] allows retrieving value-less GET parameters [✔]
239.13 s
[servant-server] Servant.API.Fragment
239.13 s
[servant-server] ignores fragment even if it is present in query [✔]
239.13 s
[servant-server] Servant.API.ReqBody
239.13 s
[servant-server] passes the argument to the handler [✔]
239.13 s
[servant-server] rejects invalid request bodies with status 400 [✔]
239.13 s
[servant-server] responds with 415 if the request body media type is unsupported [✔]
239.13 s
[servant-server] Servant.API.Header
239.13 s
[servant-server] passes the header to the handler (Int) [✔]
239.13 s
[servant-server] passes the header to the handler (String) [✔]
239.13 s
[servant-server] checks for parse errors [✔]
239.13 s
[servant-server] Servant.API.Raw
239.13 s
[servant-server] runs applications [✔]
239.13 s
[servant-server] gets the pathInfo modified [✔]
239.13 s
[servant-server] Servant.API.RawM
239.13 s
[servant-server] gives access to monadic context [✔]
239.13 s
[servant-server] lets users throw servant errors [✔]
239.13 s
[servant-server] gets the pathInfo modified [✔]
239.13 s
[servant-server] Servant.API.Alternative
239.13 s
[servant-server] unions endpoints [✔]
239.13 s
[servant-server] checks all endpoints before returning 415 [✔]
239.13 s
[servant-server] returns 404 if the path does not exist [✔]
239.13 s
[servant-server] ResponseHeaders
239.13 s
[servant-server] includes the headers in the response [✔]
239.13 s
[servant-server] responds with not found for non-existent endpoints [✔]
239.13 s
[servant-server] returns 406 if the Accept header is not supported [✔]
239.13 s
[servant-server] UVerbResponseHeaders
239.13 s
[servant-server] includes the headers in the response [✔]
239.13 s
[servant-server] Misc. combinators for request inspection
239.13 s
[servant-server] Successfully gets the HTTP version specified in the request [✔]
239.13 s
[servant-server] Checks that hspec-wai uses HTTP, not HTTPS [✔]
239.13 s
[servant-server] Checks that hspec-wai issues request from 0.0.0.0 [✔]
239.13 s
[servant-server] Doesn't serve anything from the empty API [✔]
239.13 s
[servant-server] Servant.API.BasicAuth
239.13 s
[servant-server] Basic Authentication
239.13 s
[servant-server] returns 401 when no credentials given [✔]
239.13 s
[servant-server] returns 403 when invalid credentials given [✔]
239.13 s
[servant-server] returns 200 with the right password [✔]
239.13 s
[servant-server] plays nice with subsequent Raw endpoints [✔]
239.13 s
[servant-server] Servant.API.Auth
239.13 s
[servant-server] Custom Auth Protection
239.13 s
[servant-server] returns 401 when missing headers [✔]
239.13 s
[servant-server] returns 403 on wrong passwords [✔]
239.13 s
[servant-server] returns 200 with the right header [✔]
239.13 s
[servant-server] plays nice with subsequent Raw endpoints [✔]
239.13 s
[servant-server] Servant.Server.Error
239.13 s
[servant-server] HTTP Errors
239.13 s
[servant-server] HTTP error order
239.13 s
[servant-server] has 404 as its highest priority error [✔]
239.13 s
[servant-server] has 405 as its second highest priority error [✔]
239.13 s
[servant-server] has 401 as its third highest priority error (auth) [✔]
239.13 s
[servant-server] has 406 as its fourth highest priority error [✔]
239.13 s
[servant-server] has 415 as its fifth highest priority error [✔]
239.13 s
[servant-server] has 400 as its sixth highest priority error [✔]
239.13 s
[servant-server] has handler-level errors as last priority [✔]
239.13 s
[servant-server] PrioErrors
239.13 s
[servant-server] returns 404 on GET / (text) [✔]
239.13 s
[servant-server] returns 404 on GET /bar (text) [✔]
239.13 s
[servant-server] returns 415 on GET /foo (text) [✔]
239.13 s
[servant-server] returns 404 on PUT / (text) [✔]
239.13 s
[servant-server] returns 404 on PUT /bar (text) [✔]
239.13 s
[servant-server] returns 405 on PUT /foo (text) [✔]
239.13 s
[servant-server] returns 404 on GET / (invalid json) [✔]
239.13 s
[servant-server] returns 404 on GET /bar (invalid json) [✔]
239.13 s
[servant-server] returns 400 on GET /foo (invalid json) [✔]
239.13 s
[servant-server] returns 404 on PUT / (invalid json) [✔]
239.13 s
[servant-server] returns 404 on PUT /bar (invalid json) [✔]
239.13 s
[servant-server] returns 405 on PUT /foo (invalid json) [✔]
239.13 s
[servant-server] returns 404 on GET / (valid json) [✔]
239.13 s
[servant-server] returns 404 on GET /bar (valid json) [✔]
239.13 s
[servant-server] returns 200 on GET /foo (valid json) [✔]
239.13 s
[tls] [29 of 83] Compiling Network.TLS.Extension[boot] ( Network/TLS/Extension.hs-boot, dist/build/Network/TLS/Extension.o-boot, dist/build/Network/TLS/Extension.dyn_o-boot )
239.13 s
[tls] [30 of 83] Compiling Network.TLS.Struct ( Network/TLS/Struct.hs, dist/build/Network/TLS/Struct.o, dist/build/Network/TLS/Struct.dyn_o )
239.13 s
[servant-server] returns 404 on PUT / (valid json) [✔]
239.13 s
[servant-server] returns 404 on PUT /bar (valid json) [✔]
239.13 s
[servant-server] returns 405 on PUT /foo (valid json) [✔]
239.13 s
[servant-server] Handler search
239.13 s
[servant-server] should continue when URLs don't match [✔]
239.13 s
[servant-server] should continue when methods don't match [✔]
239.13 s
[servant-server] Multiple handlers return errors
239.13 s
[servant-server] should respond with 404 if no path matches [✔]
239.13 s
[servant-server] should respond with 405 if a path but not method matches [✔]
239.13 s
[servant-server] should respond with the corresponding error if path and method match [✔]
239.13 s
[servant-server] should respond with 415 only if none of the subservers supports the request's content type [✔]
239.13 s
[servant-server] Custom errors from combinators
239.13 s
[servant-server] formats query parse error [✔]
239.13 s
[servant-server] formats query parse error with missing param [✔]
239.13 s
[servant-server] formats capture parse error [✔]
239.13 s
[servant-server] formats body parse error [✔]
239.13 s
[servant-server] Servant.Server.Internal.Context
239.13 s
[servant-server] getContextEntry
239.13 s
[servant-server] gets the context if a matching one exists [✔]
239.13 s
[servant-server] gets the first matching context [✔]
239.13 s
[servant-server] does not typecheck if type does not exist [✔]
239.13 s
[servant-server] Show instance
239.13 s
[servant-server] has a Show instance [✔]
239.13 s
[servant-server] bracketing
239.13 s
[servant-server] works [✔]
239.13 s
[servant-server] works with operators [✔]
239.13 s
[servant-server] descendIntoNamedContext
239.13 s
[servant-server] allows extracting subcontexts [✔]
239.13 s
[servant-server] allows extracting entries from subcontexts [✔]
239.13 s
[servant-server] does not typecheck if subContext has the wrong type [✔]
239.13 s
[servant-server] does not typecheck if subContext with that name doesn't exist [✔]
239.13 s
[servant-server] Servant.Server.Internal.RoutingApplication
239.13 s
[servant-server] Delayed
239.13 s
[servant-server] garbage created
239.13 s
[servant-server] garbage collected
239.13 s
[servant-server] actually runs clean up actions [✔]
239.13 s
[servant-server] garbage created
239.13 s
[servant-server] garbage collected
239.13 s
[servant-server] even with exceptions in serverD [✔]
239.13 s
[servant-server] garbage created
239.13 s
[servant-server] garbage collected
239.13 s
[servant-server] even with routing failure in bodyD [✔]
239.13 s
[servant-server] garbage created
239.13 s
[servant-server] garbage collected
239.13 s
[servant-server] even with exceptions in bodyD [✔]
239.13 s
[servant-server] ResApi
239.13 s
[servant-server] writes and cleanups resources [✔]
239.13 s
[servant-server] Servant.Server.Router
239.13 s
[servant-server] Servant.Server.Internal.Router
239.13 s
[servant-server] tweakResponse
239.13 s
[servant-server] calls f on route result [✔]
239.13 s
[servant-server] runRouter
239.13 s
[servant-server] capture failure returns a 400 response [✔]
239.13 s
[servant-server] choice
239.13 s
[servant-server] distributes endpoints through static paths [✔]
239.13 s
[servant-server] distributes nested routes through static paths [✔]
239.13 s
[servant-server] distributes nested routes through dynamic paths [✔]
239.13 s
[servant-server] properly reorders permuted static paths [✔]
239.13 s
[servant-server] properly reorders permuted static paths in the presence of QueryParams [✔]
239.13 s
[servant-server] properly reorders permuted static paths in the presence of Raw in end [✔]
239.13 s
[servant-server] properly reorders permuted static paths in the presence of Raw in beginning [✔]
239.13 s
[servant-server] properly reorders permuted static paths in the presence of Raw in middle [✔]
239.13 s
[servant-server] properly reorders permuted static paths in the presence of a root endpoint in end [✔]
239.13 s
[servant-server] properly reorders permuted static paths in the presence of a root endpoint in beginning [✔]
239.13 s
[servant-server] properly reorders permuted static paths in the presence of a root endpoint in middle [✔]
239.13 s
[servant-server] properly handles mixing static paths at different levels [✔]
239.13 s
[servant-server] serverLayout
239.13 s
[servant-server] correctly represents the example API [✔]
239.13 s
[servant-server] aggregates capture hints when different [✔]
239.13 s
[servant-server] nubs capture hints when equal [✔]
239.13 s
[servant-server] properly displays CaptureAll hints [✔]
239.13 s
[servant-server] Servant.Server.StaticFiles
239.13 s
[servant-server] serveDirectory
239.14 s
[servant-server] successfully serves files [✔]
239.14 s
[servant-server] serves the contents of index.html when requesting the root of a directory [✔]
239.14 s
[servant-server] Servant.Server.Streaming
239.14 s
[servant-server] client to server can stream lazy ByteStrings [✔]
239.14 s
[servant-server] Servant.Server.UsingContext
239.14 s
[servant-server] accessing context entries from custom combinators
239.14 s
[servant-server] allows retrieving a ContextEntry [✔]
239.14 s
[servant-server] allows retrieving the same ContextEntry twice [✔]
239.14 s
[servant-server] inserting context entries with custom combinators
239.14 s
[servant-server] allows to inject context entries [✔]
239.14 s
[servant-server] allows to inject tagged context entries [✔]
239.14 s
[servant-server] allows retrieving different ContextEntries for the same combinator [✔]
239.14 s
[servant-server] WithNamedContext
239.14 s
[servant-server] allows descending into a subcontext for a given api [✔]
239.14 s
[servant-server]
239.14 s
[servant-server] Finished in 0.0150 seconds
239.14 s
[servant-server] 204 examples, 0 failures
239.14 s
[servant-server] Test suite spec: PASS
239.14 s
[servant-server] Test suite logged to: dist/test/servant-server-0.20.3.0-spec.log
239.14 s
[servant-server] 1 of 1 test suites (1 of 1 test cases) passed.
239.14 s
[servant-server] Phase: haddockPhase
239.14 s
[servant-server] Preprocessing library for servant-server-0.20.3.0..
239.14 s
[servant-server] Running Haddock on library for servant-server-0.20.3.0..
239.14 s
[servant-server] Warning: The documentation for the following packages are not installed. No
239.14 s
[servant-server] links will be generated to these packages: attoparsec-0.14.4,
239.14 s
[servant-server] attoparsec-0.14.4, vector-0.13.2.0
239.14 s
[servant-server] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
239.14 s
[servant-server] Warning: 'hoistServer' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] 85% ( 6 / 7) in 'Servant.Server.Internal.Context'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] 0% ( 0 / 9) in 'Servant.Server.Internal.ResponseRender'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] IsWaiBody (src/Servant/Server/Internal/ResponseRender.hs:27)
239.14 s
[servant-server] SomeResponse (src/Servant/Server/Internal/ResponseRender.hs:55)
239.14 s
[servant-server] ResponseListRender (src/Servant/Server/Internal/ResponseRender.hs:57)
239.14 s
[servant-server] ResponseRender (src/Servant/Server/Internal/ResponseRender.hs:68)
239.14 s
[servant-server] addContentType (src/Servant/Server/Internal/ResponseRender.hs:171)
239.14 s
[servant-server] addContentType' (src/Servant/Server/Internal/ResponseRender.hs:174)
239.14 s
[servant-server] setEmptyBody (src/Servant/Server/Internal/ResponseRender.hs:177)
239.14 s
[servant-server] someResponseToWai (src/Servant/Server/Internal/ResponseRender.hs:183)
239.14 s
[servant-server] 91% ( 33 / 36) in 'Servant.Server.Internal.ServerError'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] ServerError (src/Servant/Server/Internal/ServerError.hs:16)
239.14 s
[servant-server] responseServerError (src/Servant/Server/Internal/ServerError.hs:26)
239.14 s
[servant-server] Warning: 'ServantError' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] 33% ( 1 / 3) in 'Servant.Server.Internal.RouteResult'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] RouteResultT (src/Servant/Server/Internal/RouteResult.hs:40)
239.14 s
[servant-server] Warning: 'pathInfo' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] 0% ( 0 / 3) in 'Servant.Server.Internal.RoutingApplication'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] RoutingApplication (src/Servant/Server/Internal/RoutingApplication.hs:8)
239.14 s
[servant-server] toApplication (src/Servant/Server/Internal/RoutingApplication.hs:12)
239.14 s
[servant-server] 25% ( 1 / 4) in 'Servant.Server.Internal.Handler'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] Handler (src/Servant/Server/Internal/Handler.hs:27)
239.14 s
[servant-server] runHandler (src/Servant/Server/Internal/Handler.hs:50)
239.14 s
[servant-server] 62% ( 5 / 8) in 'Servant.Server.Internal.ErrorFormatter'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] MkContextWithErrorFormatter (src/Servant/Server/Internal/ErrorFormatter.hs:69)
239.14 s
[servant-server] mkContextWithErrorFormatter (src/Servant/Server/Internal/ErrorFormatter.hs:71)
239.14 s
[servant-server] Warning: 'Capture' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: 'a' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: 'WithRequest' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] 66% ( 12 / 18) in 'Servant.Server.Internal.Router'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] Router (src/Servant/Server/Internal/Router.hs:26)
239.14 s
[servant-server] toCaptureTag (src/Servant/Server/Internal/Router.hs:37)
239.14 s
[servant-server] toCaptureTags (src/Servant/Server/Internal/Router.hs:40)
239.14 s
[servant-server] runRouterEnv (src/Servant/Server/Internal/Router.hs:192)
239.14 s
[servant-server] worseHTTPCode (src/Servant/Server/Internal/Router.hs:250)
239.14 s
[servant-server] Warning: 'Delayed' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] 57% ( 4 / 7) in 'Servant.Server.Internal.DelayedIO'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] liftRouteResult (src/Servant/Server/Internal/DelayedIO.hs:41)
239.14 s
[servant-server] runDelayedIO (src/Servant/Server/Internal/DelayedIO.hs:56)
239.14 s
[servant-server] 92% ( 12 / 13) in 'Servant.Server.Internal.Delayed'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] Warning: 'Authorization' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] 85% ( 6 / 7) in 'Servant.Server.Internal.BasicAuth'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] Warning: 'Capture' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: 'Header' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: 'QueryParam' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: 'ByteString' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: 'ReqBody' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: 'FromJSON' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: '->' is out of scope.
239.14 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.14 s
[servant-server] Warning: Servant.Server.Internal: ServerT is exported separately but will be documented under HasServer. Consider exporting it together with its parent(s) for code clarity.
239.14 s
[servant-server] 48% ( 15 / 31) in 'Servant.Server.Internal'
239.14 s
[servant-server] Missing documentation for:
239.14 s
[servant-server] Module header
239.14 s
[servant-server] Server (src/Servant/Server/Internal.hs:115)
239.14 s
[servant-server] HasServer (src/Servant/Server/Internal.hs:95)
239.14 s
[servant-server] AsServer (src/Servant/Server/Internal.hs:1086)
239.14 s
[servant-server] HasServerArrowTypeError (src/Servant/Server/Internal.hs:1039)
239.14 s
[servant-server] HasAcceptCheck (src/Servant/Server/Internal.hs:1186)
239.14 s
[servant-server] getAcceptHeader (src/Servant/Server/Internal.hs:973)
239.14 s
[servant-server] acceptCheck (src/Servant/Server/Internal.hs:283)
239.14 s
[servant-server] allowedMethodHead (src/Servant/Server/Internal.hs:265)
239.14 s
[servant-server] methodCheck (src/Servant/Server/Internal.hs:271)
239.14 s
[servant-server] allowedMethod (src/Servant/Server/Internal.hs:268)
239.14 s
[servant-server] methodRouter (src/Servant/Server/Internal.hs:288)
239.14 s
[servant-server] noContentRouter (src/Servant/Server/Internal.hs:307)
239.14 s
[servant-server] streamRouter (src/Servant/Server/Internal.hs:377)
239.14 s
[servant-server] parseDeepParam (src/Servant/Server/Internal.hs:715)
239.14 s
[servant-server] ct_wildcard (src/Servant/Server/Internal.hs:970)
239.14 s
[servant-server]
239.14 s
[servant-server] src/Servant/Server/Internal.hs:1051:1: warning : [ GHC-08585 ] [ -Wmissing-methods ]
239.14 s
[servant-server] • No explicit associated type or default declaration for ‘ServerT’
239.14 s
[servant-server] • In the instance declaration for ‘HasServer (ty :> sub) context’
239.14 s
[servant-server] |
239.14 s
[servant-server] 1051 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceForSub
239.14 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
239.14 s
[servant-server]
239.14 s
[servant-server] src/Servant/Server/Internal.hs:1051:31: warning : [ GHC-06201 ] [ -Wmissing-methods ]
239.14 s
[servant-server] • No explicit implementation for
239.14 s
[servant-server] ‘route’ and ‘hoistServerWithContext’
239.14 s
[servant-server] • In the instance declaration for ‘HasServer (ty :> sub) context’
239.14 s
[servant-server] |
239.14 s
[servant-server] 1051 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceForSub
239.14 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
239.14 s
[servant-server]
239.14 s
[servant-server] src/Servant/Server/Internal.hs:1057:1: warning : [ GHC-08585 ] [ -Wmissing-methods ]
239.14 s
[servant-server] • No explicit associated type or default declaration for ‘ServerT’
239.14 s
[servant-server] • In the instance declaration for ‘HasServer api context’
239.14 s
[servant-server] |
239.14 s
[servant-server] 1057 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceFor (HasServer api context)) => HasServer api context
239.14 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239.14 s
[servant-server]
239.14 s
[servant-server] src/Servant/Server/Internal.hs:1057:31: warning : [ GHC-06201 ] [ -Wmissing-methods ]
239.14 s
[servant-server] • No explicit implementation for
239.14 s
[servant-server] ‘route’ and ‘hoistServerWithContext’
239.14 s
[servant-server] • In the instance declaration for ‘HasServer api context’
239.14 s
[servant-server] |
239.14 s
[servant-server] 1057 | instance {-# OVERLAPPABLE #-} TypeError (NoInstanceFor (HasServer api context)) => HasServer api context
239.14 s
[servant-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239.17 s
[servant-server] 33% ( 1 / 3) in 'Servant.Server.UVerb'
239.17 s
[servant-server] Missing documentation for:
239.17 s
[servant-server] Module header
239.17 s
[servant-server] IsServerResource (src/Servant/Server/UVerb.hs:48)
239.19 s
[servant-server] Warning: 'Raw' is out of scope.
239.19 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.19 s
[servant-server] 92% ( 82 / 89) in 'Servant.Server'
239.19 s
[servant-server] Missing documentation for:
239.19 s
[servant-server] toApplication (src/Servant/Server/Internal/RoutingApplication.hs:12)
239.19 s
[servant-server] HasServer (src/Servant/Server/Internal.hs:95)
239.19 s
[servant-server] Server (src/Servant/Server/Internal.hs:115)
239.19 s
[servant-server] Handler (src/Servant/Server/Internal/Handler.hs:27)
239.19 s
[servant-server] runHandler (src/Servant/Server/Internal/Handler.hs:50)
239.19 s
[servant-server] ServerError (src/Servant/Server/Internal/ServerError.hs:16)
239.19 s
[servant-server] getAcceptHeader (src/Servant/Server/Internal.hs:973)
239.26 s
[servant-server] 100% ( 8 / 8) in 'Servant.Server.StaticFiles'
239.28 s
[servant-server] 87% ( 7 / 8) in 'Servant.Server.Generic'
239.28 s
[servant-server] Missing documentation for:
239.28 s
[servant-server] AsServer (src/Servant/Server/Internal.hs:1086)
239.30 s
[servant-server] 90% ( 10 / 11) in 'Servant'
239.30 s
[servant-server] Missing documentation for:
239.30 s
[servant-server] Module header
239.32 s
[servant-server] Warning: 'User' is out of scope.
239.32 s
[servant-server] If you qualify the identifier, haddock can try to link it anyway.
239.32 s
[servant-server] 80% ( 4 / 5) in 'Servant.Server.Experimental.Auth'
239.32 s
[servant-server] Missing documentation for:
239.32 s
[servant-server] Module header
239.32 s
[servant-server] 50% ( 1 / 2) in 'Servant.Utils.StaticFiles'
239.32 s
[servant-server] Missing documentation for:
239.32 s
[servant-server] Module header
239.45 s
[tls] [31 of 83] Compiling Network.TLS.Packet ( Network/TLS/Packet.hs, dist/build/Network/TLS/Packet.o, dist/build/Network/TLS/Packet.dyn_o )
239.69 s
[servant-server] Warning: Servant.Server.Internal: could not find link destinations for:
239.69 s
[servant-server] - Servant.Server.UVerb.IsServerResourceWithStatus
239.69 s
[servant-server] Warning: Servant.Server.UVerb: could not find link destinations for:
239.69 s
[servant-server] - Servant.Server.UVerb.IsServerResourceWithStatus
239.69 s
[servant-server] - Servant.Server.UVerb.resourceResponse
239.69 s
[servant-server] - Servant.Server.UVerb.resourceHeaders
239.74 s
[servant-server] Warning: Servant.Server: could not find link destinations for:
239.74 s
[servant-server] - Servant.Server.UVerb.IsServerResourceWithStatus
241.13 s
[tls] [32 of 83] Compiling Network.TLS.Extension ( Network/TLS/Extension.hs, dist/build/Network/TLS/Extension.o, dist/build/Network/TLS/Extension.dyn_o )
243.44 s
[tls] [33 of 83] Compiling Network.TLS.Struct13 ( Network/TLS/Struct13.hs, dist/build/Network/TLS/Struct13.o, dist/build/Network/TLS/Struct13.dyn_o )
243.76 s
[tls] [34 of 83] Compiling Network.TLS.Record.State ( Network/TLS/Record/State.hs, dist/build/Network/TLS/Record/State.o, dist/build/Network/TLS/Record/State.dyn_o )
243.76 s
[tls] [35 of 83] Compiling Network.TLS.Record.Types ( Network/TLS/Record/Types.hs, dist/build/Network/TLS/Record/Types.o, dist/build/Network/TLS/Record/Types.dyn_o )
243.82 s
[tls] [36 of 83] Compiling Network.TLS.Record.Encrypt ( Network/TLS/Record/Encrypt.hs, dist/build/Network/TLS/Record/Encrypt.o, dist/build/Network/TLS/Record/Encrypt.dyn_o )
244.04 s
[tls] [37 of 83] Compiling Network.TLS.Record.Decrypt ( Network/TLS/Record/Decrypt.hs, dist/build/Network/TLS/Record/Decrypt.o, dist/build/Network/TLS/Record/Decrypt.dyn_o )
244.09 s
[tls] [38 of 83] Compiling Network.TLS.Record ( Network/TLS/Record.hs, dist/build/Network/TLS/Record.o, dist/build/Network/TLS/Record.dyn_o )
244.11 s
[tls] [39 of 83] Compiling Network.TLS.Packet13 ( Network/TLS/Packet13.hs, dist/build/Network/TLS/Packet13.o, dist/build/Network/TLS/Packet13.dyn_o )
244.30 s
[tls] [40 of 83] Compiling Network.TLS.Handshake.State ( Network/TLS/Handshake/State.hs, dist/build/Network/TLS/Handshake/State.o, dist/build/Network/TLS/Handshake/State.dyn_o )
244.71 s
[tls] [41 of 83] Compiling Network.TLS.Handshake.Control ( Network/TLS/Handshake/Control.hs, dist/build/Network/TLS/Handshake/Control.o, dist/build/Network/TLS/Handshake/Control.dyn_o )
244.71 s
[tls] [42 of 83] Compiling Network.TLS.State ( Network/TLS/State.hs, dist/build/Network/TLS/State.o, dist/build/Network/TLS/State.dyn_o )
244.71 s
[tls] [43 of 83] Compiling Network.TLS.X509 ( Network/TLS/X509.hs, dist/build/Network/TLS/X509.o, dist/build/Network/TLS/X509.dyn_o )
244.71 s
[tls] [44 of 83] Compiling Network.TLS.Hooks ( Network/TLS/Hooks.hs, dist/build/Network/TLS/Hooks.o, dist/build/Network/TLS/Hooks.dyn_o )
244.71 s
[tls] [45 of 83] Compiling Network.TLS.Credentials ( Network/TLS/Credentials.hs, dist/build/Network/TLS/Credentials.o, dist/build/Network/TLS/Credentials.dyn_o )
244.71 s
[tls] [46 of 83] Compiling Network.TLS.Parameters ( Network/TLS/Parameters.hs, dist/build/Network/TLS/Parameters.o, dist/build/Network/TLS/Parameters.dyn_o )
245.30 s
[tls] [47 of 83] Compiling Network.TLS.Context.Internal ( Network/TLS/Context/Internal.hs, dist/build/Network/TLS/Context/Internal.o, dist/build/Network/TLS/Context/Internal.dyn_o )
246.13 s
[tls] [48 of 83] Compiling Network.TLS.Record.Send ( Network/TLS/Record/Send.hs, dist/build/Network/TLS/Record/Send.o, dist/build/Network/TLS/Record/Send.dyn_o )
246.16 s
[servant-server] Documentation created: dist/doc/html/servant-server/,
246.16 s
[servant-server] dist/doc/html/servant-server/servant-server.txt
246.21 s
[tls] [49 of 83] Compiling Network.TLS.Record.Recv ( Network/TLS/Record/Recv.hs, dist/build/Network/TLS/Record/Recv.o, dist/build/Network/TLS/Record/Recv.dyn_o )
246.21 s
[tls] [50 of 83] Compiling Network.TLS.IO.Decode ( Network/TLS/IO/Decode.hs, dist/build/Network/TLS/IO/Decode.o, dist/build/Network/TLS/IO/Decode.dyn_o )
246.23 s
[servant-server] Preprocessing executable 'greet' for servant-server-0.20.3.0..
246.23 s
[servant-server] Preprocessing test suite 'spec' for servant-server-0.20.3.0..
246.24 s
[servant-server] Phase: installPhase
246.30 s
[tls] [51 of 83] Compiling Network.TLS.Handshake.State13 ( Network/TLS/Handshake/State13.hs, dist/build/Network/TLS/Handshake/State13.o, dist/build/Network/TLS/Handshake/State13.dyn_o )
246.33 s
[tls] [52 of 83] Compiling Network.TLS.IO.Encode ( Network/TLS/IO/Encode.hs, dist/build/Network/TLS/IO/Encode.o, dist/build/Network/TLS/IO/Encode.dyn_o )
246.37 s
[servant-server] Installing library in /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
246.48 s
[tls] [53 of 83] Compiling Network.TLS.IO ( Network/TLS/IO.hs, dist/build/Network/TLS/IO.o, dist/build/Network/TLS/IO.dyn_o )
246.48 s
[servant-server] Installing executable greet in /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/bin
246.48 s
[servant-server] Warning: The directory
246.48 s
[servant-server] /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/bin is not
246.48 s
[servant-server] in the system search path.
246.66 s
[cryptostore] enveloping: OK (24.76s)
246.66 s
[cryptostore] +++ OK, passed 100 tests:
246.66 s
[cryptostore] 9% DES_EDE3_CBC
246.66 s
[cryptostore] 7% Camellia128_CFB
246.66 s
[cryptostore] 7% Camellia128_ECB
246.66 s
[cryptostore] 7% DES_CBC
246.66 s
[cryptostore] 6% AES192_ECB
246.66 s
[cryptostore] 6% AES256_CBC
246.66 s
[cryptostore] 6% AES256_ECB
246.66 s
[cryptostore] 6% CAST5_CBC
246.66 s
[cryptostore] 6% CMS_CEK_HKDF_SHA256
246.66 s
[cryptostore] 6% DES_ECB
246.66 s
[cryptostore] 5% AES128_CBC
246.66 s
[cryptostore] 5% AES128_CFB
246.66 s
[cryptostore] 5% AES192_CBC
246.66 s
[cryptostore] 4% AES128_ECB
246.66 s
[cryptostore] 4% AES192_CFB
246.66 s
[cryptostore] 3% RC2_CBC
246.66 s
[cryptostore] 2% AES256_CFB
246.66 s
[cryptostore] 2% Camellia128_CBC
246.66 s
[cryptostore] 2% Camellia128_CTR
246.66 s
[cryptostore] 2% DES_CFB
246.71 s
[tls] [54 of 83] Compiling Network.TLS.Handshake.Random ( Network/TLS/Handshake/Random.hs, dist/build/Network/TLS/Handshake/Random.o, dist/build/Network/TLS/Handshake/Random.dyn_o )
246.71 s
[tls] [55 of 83] Compiling Network.TLS.Handshake.Process ( Network/TLS/Handshake/Process.hs, dist/build/Network/TLS/Handshake/Process.o, dist/build/Network/TLS/Handshake/Process.dyn_o )
246.71 s
[tls] [56 of 83] Compiling Network.TLS.Handshake.Server.ClientHello ( Network/TLS/Handshake/Server/ClientHello.hs, dist/build/Network/TLS/Handshake/Server/ClientHello.o, dist/build/Network/TLS/Handshake/Server/ClientHello.dyn_o )
246.71 s
[tls] [57 of 83] Compiling Network.TLS.Handshake.Key ( Network/TLS/Handshake/Key.hs, dist/build/Network/TLS/Handshake/Key.o, dist/build/Network/TLS/Handshake/Key.dyn_o )
246.71 s
[tls] [58 of 83] Compiling Network.TLS.Handshake.Signature ( Network/TLS/Handshake/Signature.hs, dist/build/Network/TLS/Handshake/Signature.o, dist/build/Network/TLS/Handshake/Signature.dyn_o )
246.71 s
[tls] [59 of 83] Compiling Network.TLS.Handshake.Common ( Network/TLS/Handshake/Common.hs, dist/build/Network/TLS/Handshake/Common.o, dist/build/Network/TLS/Handshake/Common.dyn_o )
246.90 s
[servant-server] Phase: fixupPhase
246.91 s
[servant-server] shrinking RPATHs of ELF executables and libraries in /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0
246.92 s
[servant-server] shrinking /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/bin/greet
246.94 s
[servant-server] shrinking /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSservant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC-ghc9.6.7.so
246.98 s
[servant-server] checking for references to /build/ in /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0...
247.01 s
[servant-server] patching script interpreter paths in /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0
247.02 s
[servant-server] stripping (with command strip and flags -S -p) in /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/lib /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0/bin
247.12 s
[servant-server] shrinking RPATHs of ELF executables and libraries in /nix/store/w4bjylimkwqw80r8vi8q6hwa8p23qkjc-servant-server-0.20.3.0-doc
247.13 s
[tls] [60 of 83] Compiling Network.TLS.Handshake.Certificate ( Network/TLS/Handshake/Certificate.hs, dist/build/Network/TLS/Handshake/Certificate.o, dist/build/Network/TLS/Handshake/Certificate.dyn_o )
247.13 s
[tls] [61 of 83] Compiling Network.TLS.Handshake.Common13 ( Network/TLS/Handshake/Common13.hs, dist/build/Network/TLS/Handshake/Common13.o, dist/build/Network/TLS/Handshake/Common13.dyn_o )
247.14 s
[servant-server] checking for references to /build/ in /nix/store/w4bjylimkwqw80r8vi8q6hwa8p23qkjc-servant-server-0.20.3.0-doc...
247.16 s
[servant-server] patching script interpreter paths in /nix/store/w4bjylimkwqw80r8vi8q6hwa8p23qkjc-servant-server-0.20.3.0-doc
247.23 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/w4bjylimkwqw80r8vi8q6hwa8p23qkjc-servant-server-0.20.3.0-doc /nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0
247.29 s
[post-build-hook] copying 2 paths...
247.29 s
[post-build-hook] copying path '/nix/store/w4bjylimkwqw80r8vi8q6hwa8p23qkjc-servant-server-0.20.3.0-doc' to 'https://cache.staging.nix-ci.com'...
247.99 s
[post-build-hook] copying path '/nix/store/ws8960jijxf2agshw8jjwqg4k9wd734p-servant-server-0.20.3.0' to 'https://cache.staging.nix-ci.com'...
251.30 s
[post-build-hook] copying 4 paths...
251.33 s
[post-build-hook] copying path '/nix/store/kr83i971cm2gqzhb6x8hpd1rbj5bg652-blaze-markup-0.8.3.0.drv' to 'https://cache.staging.nix-ci.com'...
251.86 s
[post-build-hook] copying path '/nix/store/q8cvacpzxq3a584v6q2flpyszkhnmgzh-blaze-html-0.9.2.0.drv' to 'https://cache.staging.nix-ci.com'...
252.05 s
[post-build-hook] copying path '/nix/store/pawxbb7zi0rdwwk0f6366sphwc2vd290-wai-app-static-3.1.9.drv' to 'https://cache.staging.nix-ci.com'...
252.21 s
[post-build-hook] copying path '/nix/store/fnwvrjbqpymv6nza75srkjmrxm559dxy-servant-server-0.20.3.0.drv' to 'https://cache.staging.nix-ci.com'...
252.46 s
Progress: 46 of 72 built (3 building)
252.51 s
Building servant-rawm-server
252.51 s
[tls] [62 of 83] Compiling Network.TLS.Handshake.Server.ClientHello13 ( Network/TLS/Handshake/Server/ClientHello13.hs, dist/build/Network/TLS/Handshake/Server/ClientHello13.o, dist/build/Network/TLS/Handshake/Server/ClientHello13.dyn_o )
252.51 s
[tls] [63 of 83] Compiling Network.TLS.Handshake.Server.Common ( Network/TLS/Handshake/Server/Common.hs, dist/build/Network/TLS/Handshake/Server/Common.o, dist/build/Network/TLS/Handshake/Server/Common.dyn_o )
252.51 s
[tls] [64 of 83] Compiling Network.TLS.Handshake.Server.TLS13 ( Network/TLS/Handshake/Server/TLS13.hs, dist/build/Network/TLS/Handshake/Server/TLS13.o, dist/build/Network/TLS/Handshake/Server/TLS13.dyn_o )
252.51 s
[tls] [65 of 83] Compiling Network.TLS.Handshake.Server.TLS12 ( Network/TLS/Handshake/Server/TLS12.hs, dist/build/Network/TLS/Handshake/Server/TLS12.o, dist/build/Network/TLS/Handshake/Server/TLS12.dyn_o )
252.51 s
[tls] [66 of 83] Compiling Network.TLS.Handshake.Server.ServerHello13 ( Network/TLS/Handshake/Server/ServerHello13.hs, dist/build/Network/TLS/Handshake/Server/ServerHello13.o, dist/build/Network/TLS/Handshake/Server/ServerHello13.dyn_o )
252.51 s
[tls] [67 of 83] Compiling Network.TLS.Handshake.Server.ServerHello12 ( Network/TLS/Handshake/Server/ServerHello12.hs, dist/build/Network/TLS/Handshake/Server/ServerHello12.o, dist/build/Network/TLS/Handshake/Server/ServerHello12.dyn_o )
252.51 s
[tls] [68 of 83] Compiling Network.TLS.Handshake.Server.ClientHello12 ( Network/TLS/Handshake/Server/ClientHello12.hs, dist/build/Network/TLS/Handshake/Server/ClientHello12.o, dist/build/Network/TLS/Handshake/Server/ClientHello12.dyn_o )
252.51 s
[tls] [69 of 83] Compiling Network.TLS.Handshake.Server ( Network/TLS/Handshake/Server.hs, dist/build/Network/TLS/Handshake/Server.o, dist/build/Network/TLS/Handshake/Server.dyn_o )
252.51 s
[tls] [70 of 83] Compiling Network.TLS.Handshake.Client.Common ( Network/TLS/Handshake/Client/Common.hs, dist/build/Network/TLS/Handshake/Client/Common.o, dist/build/Network/TLS/Handshake/Client/Common.dyn_o )
252.51 s
[tls] [71 of 83] Compiling Network.TLS.Handshake.Client.TLS12 ( Network/TLS/Handshake/Client/TLS12.hs, dist/build/Network/TLS/Handshake/Client/TLS12.o, dist/build/Network/TLS/Handshake/Client/TLS12.dyn_o )
252.51 s
[tls] [72 of 83] Compiling Network.TLS.Handshake.Client.ServerHello ( Network/TLS/Handshake/Client/ServerHello.hs, dist/build/Network/TLS/Handshake/Client/ServerHello.o, dist/build/Network/TLS/Handshake/Client/ServerHello.dyn_o )
252.51 s
[tls] [73 of 83] Compiling Network.TLS.Handshake.Client.TLS13 ( Network/TLS/Handshake/Client/TLS13.hs, dist/build/Network/TLS/Handshake/Client/TLS13.o, dist/build/Network/TLS/Handshake/Client/TLS13.dyn_o )
252.51 s
[tls] [74 of 83] Compiling Network.TLS.Handshake.Client.ClientHello ( Network/TLS/Handshake/Client/ClientHello.hs, dist/build/Network/TLS/Handshake/Client/ClientHello.o, dist/build/Network/TLS/Handshake/Client/ClientHello.dyn_o )
252.51 s
[tls] [75 of 83] Compiling Network.TLS.Handshake.Client ( Network/TLS/Handshake/Client.hs, dist/build/Network/TLS/Handshake/Client.o, dist/build/Network/TLS/Handshake/Client.dyn_o )
252.51 s
[tls] [76 of 83] Compiling Network.TLS.PostHandshake ( Network/TLS/PostHandshake.hs, dist/build/Network/TLS/PostHandshake.o, dist/build/Network/TLS/PostHandshake.dyn_o )
252.51 s
[tls] [77 of 83] Compiling Network.TLS.Handshake ( Network/TLS/Handshake.hs, dist/build/Network/TLS/Handshake.o, dist/build/Network/TLS/Handshake.dyn_o )
252.51 s
[tls] [78 of 83] Compiling Network.TLS.Context ( Network/TLS/Context.hs, dist/build/Network/TLS/Context.o, dist/build/Network/TLS/Context.dyn_o )
252.51 s
[tls] [79 of 83] Compiling Network.TLS.Record.Layer ( Network/TLS/Record/Layer.hs, dist/build/Network/TLS/Record/Layer.o, dist/build/Network/TLS/Record/Layer.dyn_o )
252.51 s
[tls] [80 of 83] Compiling Network.TLS.Core ( Network/TLS/Core.hs, dist/build/Network/TLS/Core.o, dist/build/Network/TLS/Core.dyn_o )
252.51 s
[tls] [81 of 83] Compiling Network.TLS.QUIC ( Network/TLS/QUIC.hs, dist/build/Network/TLS/QUIC.o, dist/build/Network/TLS/QUIC.dyn_o )
252.51 s
[tls] [82 of 83] Compiling Network.TLS.Internal ( Network/TLS/Internal.hs, dist/build/Network/TLS/Internal.o, dist/build/Network/TLS/Internal.dyn_o )
252.51 s
[tls] [83 of 83] Compiling Network.TLS ( Network/TLS.hs, dist/build/Network/TLS.o, dist/build/Network/TLS.dyn_o )
252.51 s
[tls] [ 1 of 83] Compiling Network.TLS.Crypto.Types ( Network/TLS/Crypto/Types.hs, dist/build/Network/TLS/Crypto/Types.p_o )
252.51 s
[tls] [ 2 of 83] Compiling Network.TLS.ErrT ( Network/TLS/ErrT.hs, dist/build/Network/TLS/ErrT.p_o )
252.51 s
[tls] [ 3 of 83] Compiling Network.TLS.Imports ( Network/TLS/Imports.hs, dist/build/Network/TLS/Imports.p_o )
252.51 s
[tls] [ 4 of 83] Compiling Network.TLS.HashAndSignature ( Network/TLS/HashAndSignature.hs, dist/build/Network/TLS/HashAndSignature.p_o )
252.51 s
[tls] [ 5 of 83] Compiling Network.TLS.Error ( Network/TLS/Error.hs, dist/build/Network/TLS/Error.p_o )
252.51 s
[tls] [ 6 of 83] Compiling Network.TLS.Backend ( Network/TLS/Backend.hs, dist/build/Network/TLS/Backend.p_o )
252.51 s
[tls] [ 7 of 83] Compiling Network.TLS.Measurement ( Network/TLS/Measurement.hs, dist/build/Network/TLS/Measurement.p_o )
252.51 s
[tls] [ 8 of 83] Compiling Network.TLS.RNG ( Network/TLS/RNG.hs, dist/build/Network/TLS/RNG.p_o )
252.51 s
[tls] [ 9 of 83] Compiling Network.TLS.Crypto.DH ( Network/TLS/Crypto/DH.hs, dist/build/Network/TLS/Crypto/DH.p_o )
252.51 s
[tls] [10 of 83] Compiling Network.TLS.Extra.FFDHE ( Network/TLS/Extra/FFDHE.hs, dist/build/Network/TLS/Extra/FFDHE.p_o )
252.51 s
[tls] [11 of 83] Compiling Network.TLS.Types.Secret ( Network/TLS/Types/Secret.hs, dist/build/Network/TLS/Types/Secret.p_o )
252.51 s
[tls] [12 of 83] Compiling Network.TLS.Types.Version ( Network/TLS/Types/Version.hs, dist/build/Network/TLS/Types/Version.p_o )
252.51 s
[tls] [13 of 83] Compiling Network.TLS.Util ( Network/TLS/Util.hs, dist/build/Network/TLS/Util.p_o )
252.51 s
[tls] [14 of 83] Compiling Network.TLS.Util.ASN1 ( Network/TLS/Util/ASN1.hs, dist/build/Network/TLS/Util/ASN1.p_o )
252.51 s
[tls] [15 of 83] Compiling Network.TLS.Util.Serialization ( Network/TLS/Util/Serialization.hs, dist/build/Network/TLS/Util/Serialization.p_o )
252.51 s
[tls] [16 of 83] Compiling Network.TLS.Crypto.IES ( Network/TLS/Crypto/IES.hs, dist/build/Network/TLS/Crypto/IES.p_o )
252.52 s
[tls] [17 of 83] Compiling Network.TLS.Crypto ( Network/TLS/Crypto.hs, dist/build/Network/TLS/Crypto.p_o )
252.52 s
[tls] [18 of 83] Compiling Network.TLS.Types.Cipher ( Network/TLS/Types/Cipher.hs, dist/build/Network/TLS/Types/Cipher.p_o )
252.52 s
[tls] [19 of 83] Compiling Network.TLS.Types.Session ( Network/TLS/Types/Session.hs, dist/build/Network/TLS/Types/Session.p_o )
252.52 s
[tls] [20 of 83] Compiling Network.TLS.Types ( Network/TLS/Types.hs, dist/build/Network/TLS/Types.p_o )
252.65 s
[tls] [21 of 83] Compiling Network.TLS.Session ( Network/TLS/Session.hs, dist/build/Network/TLS/Session.p_o )
252.78 s
[tls] [22 of 83] Compiling Network.TLS.Compression ( Network/TLS/Compression.hs, dist/build/Network/TLS/Compression.p_o )
252.81 s
[tls] [23 of 83] Compiling Network.TLS.MAC ( Network/TLS/MAC.hs, dist/build/Network/TLS/MAC.p_o )
252.83 s
[tls] [24 of 83] Compiling Network.TLS.Cipher ( Network/TLS/Cipher.hs, dist/build/Network/TLS/Cipher.p_o )
252.83 s
[tls] [25 of 83] Compiling Network.TLS.Extra.Cipher ( Network/TLS/Extra/Cipher.hs, dist/build/Network/TLS/Extra/Cipher.p_o )
252.88 s
[servant-rawm-server] Phase: setupCompilerEnvironmentPhase
252.88 s
[servant-rawm-server] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
252.98 s
[cryptostore] digesting: OK (6.32s)
252.98 s
[cryptostore] +++ OK, passed 100 tests:
252.98 s
[cryptostore] 10% SHA3_224
252.98 s
[cryptostore] 8% SHA1
252.98 s
[cryptostore] 8% SHA224
252.98 s
[cryptostore] 7% MD5
252.98 s
[cryptostore] 7% SHA384
252.98 s
[cryptostore] 7% SHA512
252.98 s
[cryptostore] 6% MD2
252.98 s
[cryptostore] 6% SHA3_384
252.98 s
[cryptostore] 6% SHAKE256_512
252.98 s
[cryptostore] 5% SHA3_256
252.98 s
[cryptostore] 5% SHAKE128 (Proxy :: Proxy 129)
252.98 s
[cryptostore] 4% MD4
252.98 s
[cryptostore] 4% SHA3_512
252.98 s
[cryptostore] 4% SHAKE256 (Proxy :: Proxy 128)
252.98 s
[cryptostore] 3% SHA256
252.98 s
[cryptostore] 3% SHAKE128_256
252.98 s
[cryptostore] 2% SHAKE128 (Proxy :: Proxy 128)
252.98 s
[cryptostore] 2% SHAKE128 (Proxy :: Proxy 130)
252.98 s
[cryptostore] 1% SHAKE128 (Proxy :: Proxy 131)
252.98 s
[cryptostore] 1% SHAKE256 (Proxy :: Proxy 129)
252.98 s
[cryptostore] 1% SHAKE256 (Proxy :: Proxy 131)
253.27 s
[servant-rawm-server] Phase: unpackPhase
253.28 s
[servant-rawm-server] unpacking source archive /nix/store/2j45adgcsmr3zk9wi0124a5gpgmlkjrr-servant-rawm-server-1.0.0.1.tar.gz
253.28 s
[servant-rawm-server] source root is servant-rawm-server-1.0.0.1
253.29 s
[servant-rawm-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "servant-rawm-server-1.0.0.1/src/Servant/RawM/Server.hs"
253.29 s
[servant-rawm-server] Phase: patchPhase
253.30 s
[servant-rawm-server] Phase: compileBuildDriverPhase
253.30 s
[servant-rawm-server] setupCompileFlags: -package-db=/build/tmp.EymSfl7zaQ/setup-package.conf.d -threaded
253.32 s
[tls] [26 of 83] Compiling Network.TLS.Extra ( Network/TLS/Extra.hs, dist/build/Network/TLS/Extra.p_o )
253.36 s
[servant-rawm-server] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.EymSfl7zaQ/Main.o )
253.41 s
[servant-rawm-server] [2 of 2] Linking Setup
253.43 s
[tls] [27 of 83] Compiling Network.TLS.Wire ( Network/TLS/Wire.hs, dist/build/Network/TLS/Wire.p_o )
253.43 s
[tls] [28 of 83] Compiling Network.TLS.KeySchedule ( Network/TLS/KeySchedule.hs, dist/build/Network/TLS/KeySchedule.p_o )
253.52 s
[tls] [29 of 83] Compiling Network.TLS.Extension[boot] ( Network/TLS/Extension.hs-boot, dist/build/Network/TLS/Extension.p_o-boot )
253.52 s
[tls] [30 of 83] Compiling Network.TLS.Struct ( Network/TLS/Struct.hs, dist/build/Network/TLS/Struct.p_o )
253.62 s
[tls] [31 of 83] Compiling Network.TLS.Packet ( Network/TLS/Packet.hs, dist/build/Network/TLS/Packet.p_o )
254.59 s
[servant-rawm-server] Phase: updateAutotoolsGnuConfigScriptsPhase
254.60 s
[servant-rawm-server] Phase: configurePhase
254.60 s
[servant-rawm-server] configureFlags: --verbose --prefix=/nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d9vfq4d1fd68f13fd726c04jvg4phx4m-servant-rawm-server-1.0.0.1-doc/share/doc/servant-rawm-server-1.0.0.1 --with-gcc=gcc --package-db=/build/tmp.EymSfl7zaQ/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
254.61 s
[servant-rawm-server] Using Parsec parser
254.61 s
[servant-rawm-server] Configuring servant-rawm-server-1.0.0.1...
254.96 s
[tls] [32 of 83] Compiling Network.TLS.Extension ( Network/TLS/Extension.hs, dist/build/Network/TLS/Extension.p_o )
255.01 s
[servant-rawm-server] Dependency base >=4.8 && <5: using base-4.18.3.0
255.01 s
[servant-rawm-server] Dependency bytestring >=0.10: using bytestring-0.11.5.4
255.01 s
[servant-rawm-server] Dependency filepath >=1.4: using filepath-1.4.301.0
255.01 s
[servant-rawm-server] Dependency resourcet >=1.0: using resourcet-1.3.0
255.01 s
[servant-rawm-server] Dependency servant-rawm >=1.0: using servant-rawm-1.0.0.0
255.01 s
[servant-rawm-server] Dependency servant-server >=0.16: using servant-server-0.20.3.0
255.01 s
[servant-rawm-server] Dependency wai >=3.2: using wai-3.2.4
255.01 s
[servant-rawm-server] Dependency wai-app-static >=3.1: using wai-app-static-3.1.9
255.30 s
[servant-rawm-server] Source component graph: component lib
255.30 s
[servant-rawm-server] Configured component graph:
255.30 s
[servant-rawm-server] component servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
255.30 s
[servant-rawm-server] include base-4.18.3.0
255.30 s
[servant-rawm-server] include bytestring-0.11.5.4
255.30 s
[servant-rawm-server] include filepath-1.4.301.0
255.30 s
[servant-rawm-server] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
255.30 s
[servant-rawm-server] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
255.30 s
[servant-rawm-server] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
255.30 s
[servant-rawm-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
255.30 s
[servant-rawm-server] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
255.30 s
[servant-rawm-server] Linked component graph:
255.30 s
[servant-rawm-server] unit servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
255.30 s
[servant-rawm-server] include base-4.18.3.0
255.30 s
[servant-rawm-server] include bytestring-0.11.5.4
255.30 s
[servant-rawm-server] include filepath-1.4.301.0
255.30 s
[servant-rawm-server] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
255.30 s
[servant-rawm-server] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
255.30 s
[servant-rawm-server] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
255.30 s
[servant-rawm-server] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
255.30 s
[servant-rawm-server] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
255.30 s
[servant-rawm-server] Servant.RawM.Server=servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh:Servant.RawM.Server
255.30 s
[servant-rawm-server] Ready component graph:
255.30 s
[servant-rawm-server] definite servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
255.30 s
[servant-rawm-server] depends base-4.18.3.0
255.30 s
[servant-rawm-server] depends bytestring-0.11.5.4
255.30 s
[servant-rawm-server] depends filepath-1.4.301.0
255.30 s
[servant-rawm-server] depends resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
255.30 s
[servant-rawm-server] depends servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
255.30 s
[servant-rawm-server] depends servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
255.30 s
[servant-rawm-server] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
255.30 s
[servant-rawm-server] depends wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
255.30 s
[servant-rawm-server] Using Cabal-3.10.3.0 compiled by ghc-9.6
255.30 s
[servant-rawm-server] Using compiler: ghc-9.6.7
255.30 s
[servant-rawm-server] Using install prefix:
255.30 s
[servant-rawm-server] /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1
255.30 s
[servant-rawm-server] Executables installed in:
255.30 s
[servant-rawm-server] /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/bin
255.30 s
[servant-rawm-server] Libraries installed in:
255.30 s
[servant-rawm-server] /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
255.30 s
[servant-rawm-server] Dynamic Libraries installed in:
255.30 s
[servant-rawm-server] /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
255.30 s
[servant-rawm-server] Private executables installed in:
255.30 s
[servant-rawm-server] /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/libexec/x86_64-linux-ghc-9.6.7/servant-rawm-server-1.0.0.1
255.30 s
[servant-rawm-server] Data files installed in:
255.30 s
[servant-rawm-server] /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/share/x86_64-linux-ghc-9.6.7/servant-rawm-server-1.0.0.1
255.30 s
[servant-rawm-server] Documentation installed in:
255.30 s
[servant-rawm-server] /nix/store/d9vfq4d1fd68f13fd726c04jvg4phx4m-servant-rawm-server-1.0.0.1-doc/share/doc/servant-rawm-server-1.0.0.1
255.30 s
[servant-rawm-server] Configuration files installed in:
255.30 s
[servant-rawm-server] /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/etc
255.30 s
[servant-rawm-server] No alex found
255.30 s
[servant-rawm-server] Using ar found on system at:
255.30 s
[servant-rawm-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
255.30 s
[servant-rawm-server] No c2hs found
255.30 s
[servant-rawm-server] No cpphs found
255.30 s
[servant-rawm-server] No doctest found
255.30 s
[servant-rawm-server] Using gcc version 14.3.0 given by user at:
255.30 s
[servant-rawm-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
255.30 s
[servant-rawm-server] Using ghc version 9.6.7 found on system at:
255.30 s
[servant-rawm-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
255.30 s
[servant-rawm-server] Using ghc-pkg version 9.6.7 found on system at:
255.30 s
[servant-rawm-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
255.30 s
[servant-rawm-server] No ghcjs found
255.30 s
[servant-rawm-server] No ghcjs-pkg found
255.30 s
[servant-rawm-server] No greencard found
255.30 s
[servant-rawm-server] Using haddock version 2.29.2 found on system at:
255.30 s
[servant-rawm-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
255.30 s
[servant-rawm-server] No happy found
255.30 s
[servant-rawm-server] Using haskell-suite found on system at: haskell-suite-dummy-location
255.30 s
[servant-rawm-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
255.30 s
[servant-rawm-server] No hmake found
255.30 s
[servant-rawm-server] Using hpc version 0.68 found on system at:
255.30 s
[servant-rawm-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
255.30 s
[servant-rawm-server] Using hsc2hs version 0.68.9 found on system at:
255.30 s
[servant-rawm-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
255.30 s
[servant-rawm-server] Using hscolour version 1.25 found on system at:
255.30 s
[servant-rawm-server] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
255.30 s
[servant-rawm-server] No jhc found
255.30 s
[servant-rawm-server] Using ld found on system at:
255.30 s
[servant-rawm-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
255.30 s
[servant-rawm-server] No pkg-config found
255.30 s
[servant-rawm-server] Using runghc version 9.6.7 found on system at:
255.30 s
[servant-rawm-server] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
255.30 s
[servant-rawm-server] Using strip version 2.44 found on system at:
255.30 s
[servant-rawm-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
255.30 s
[servant-rawm-server] Using tar found on system at:
255.30 s
[servant-rawm-server] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
255.30 s
[servant-rawm-server] No uhc found
255.68 s
[servant-rawm-server] Phase: buildPhase
255.78 s
[servant-rawm-server] Preprocessing library for servant-rawm-server-1.0.0.1..
255.78 s
[servant-rawm-server] Building library for servant-rawm-server-1.0.0.1..
255.86 s
[servant-rawm-server] [1 of 1] Compiling Servant.RawM.Server ( src/Servant/RawM/Server.hs, dist/build/Servant/RawM/Server.o, dist/build/Servant/RawM/Server.dyn_o )
256.48 s
[servant-rawm-server] [1 of 1] Compiling Servant.RawM.Server ( src/Servant/RawM/Server.hs, dist/build/Servant/RawM/Server.p_o )
257.16 s
[tls] [33 of 83] Compiling Network.TLS.Struct13 ( Network/TLS/Struct13.hs, dist/build/Network/TLS/Struct13.p_o )
257.77 s
[tls] [34 of 83] Compiling Network.TLS.Record.State ( Network/TLS/Record/State.hs, dist/build/Network/TLS/Record/State.p_o )
257.77 s
[tls] [35 of 83] Compiling Network.TLS.Record.Types ( Network/TLS/Record/Types.hs, dist/build/Network/TLS/Record/Types.p_o )
257.84 s
[openapi3] [ 7 of 18] Compiling Data.OpenApi.Lens ( src/Data/OpenApi/Lens.hs, dist/build/Data/OpenApi/Lens.p_o )
257.92 s
[tls] [36 of 83] Compiling Network.TLS.Record.Encrypt ( Network/TLS/Record/Encrypt.hs, dist/build/Network/TLS/Record/Encrypt.p_o )
258.19 s
[tls] [37 of 83] Compiling Network.TLS.Record.Decrypt ( Network/TLS/Record/Decrypt.hs, dist/build/Network/TLS/Record/Decrypt.p_o )
258.36 s
[tls] [38 of 83] Compiling Network.TLS.Record ( Network/TLS/Record.hs, dist/build/Network/TLS/Record.p_o )
258.48 s
[tls] [39 of 83] Compiling Network.TLS.Packet13 ( Network/TLS/Packet13.hs, dist/build/Network/TLS/Packet13.p_o )
258.48 s
[tls] [40 of 83] Compiling Network.TLS.Handshake.State ( Network/TLS/Handshake/State.hs, dist/build/Network/TLS/Handshake/State.p_o )
258.88 s
[tls] [41 of 83] Compiling Network.TLS.Handshake.Control ( Network/TLS/Handshake/Control.hs, dist/build/Network/TLS/Handshake/Control.p_o )
258.88 s
[tls] [42 of 83] Compiling Network.TLS.State ( Network/TLS/State.hs, dist/build/Network/TLS/State.p_o )
258.89 s
[tls] [43 of 83] Compiling Network.TLS.X509 ( Network/TLS/X509.hs, dist/build/Network/TLS/X509.p_o )
258.89 s
[tls] [44 of 83] Compiling Network.TLS.Hooks ( Network/TLS/Hooks.hs, dist/build/Network/TLS/Hooks.p_o )
258.89 s
[tls] [45 of 83] Compiling Network.TLS.Credentials ( Network/TLS/Credentials.hs, dist/build/Network/TLS/Credentials.p_o )
258.89 s
[tls] [46 of 83] Compiling Network.TLS.Parameters ( Network/TLS/Parameters.hs, dist/build/Network/TLS/Parameters.p_o )
259.61 s
[tls] [47 of 83] Compiling Network.TLS.Context.Internal ( Network/TLS/Context/Internal.hs, dist/build/Network/TLS/Context/Internal.p_o )
260.19 s
[openapi3] [ 8 of 18] Compiling Data.OpenApi.Optics ( src/Data/OpenApi/Optics.hs, dist/build/Data/OpenApi/Optics.p_o )
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.19 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.19 s
[openapi3] The use of ‘~’ without TypeOperators
260.19 s
[openapi3] will become an error in a future GHC release.
260.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.19 s
[openapi3] |
260.19 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.19 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 114 | makeFieldLabels ''OpenApi
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.20 s
[openapi3] 115 | makeFieldLabels ''Components
260.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.20 s
[openapi3]
260.20 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.20 s
[openapi3] The use of ‘~’ without TypeOperators
260.20 s
[openapi3] will become an error in a future GHC release.
260.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.20 s
[openapi3] |
260.21 s
[openapi3] 115 | makeFieldLabels ''Components
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 115 | makeFieldLabels ''Components
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 115 | makeFieldLabels ''Components
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 116 | makeFieldLabels ''Server
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 118 | makeFieldLabels ''RequestBody
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.21 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.21 s
[openapi3]
260.21 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.21 s
[openapi3] The use of ‘~’ without TypeOperators
260.21 s
[openapi3] will become an error in a future GHC release.
260.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.21 s
[openapi3] |
260.22 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 120 | makeFieldLabels ''Info
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 121 | makeFieldLabels ''Contact
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 122 | makeFieldLabels ''License
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 122 | makeFieldLabels ''License
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 122 | makeFieldLabels ''License
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 122 | makeFieldLabels ''License
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 122 | makeFieldLabels ''License
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 122 | makeFieldLabels ''License
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.22 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.22 s
[openapi3] The use of ‘~’ without TypeOperators
260.22 s
[openapi3] will become an error in a future GHC release.
260.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.22 s
[openapi3] |
260.22 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.22 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.23 s
[openapi3] |
260.23 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.23 s
[openapi3]
260.23 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.23 s
[openapi3] The use of ‘~’ without TypeOperators
260.23 s
[openapi3] will become an error in a future GHC release.
260.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 123 | makeFieldLabels ''PathItem
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 124 | makeFieldLabels ''Tag
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.24 s
[openapi3] |
260.24 s
[openapi3] 125 | makeFieldLabels ''Operation
260.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.24 s
[openapi3]
260.24 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.24 s
[openapi3] The use of ‘~’ without TypeOperators
260.24 s
[openapi3] will become an error in a future GHC release.
260.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 125 | makeFieldLabels ''Operation
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.25 s
[openapi3] 126 | makeFieldLabels ''Param
260.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.25 s
[openapi3]
260.25 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.25 s
[openapi3] The use of ‘~’ without TypeOperators
260.25 s
[openapi3] will become an error in a future GHC release.
260.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.25 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.26 s
[openapi3]
260.26 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.26 s
[openapi3] The use of ‘~’ without TypeOperators
260.26 s
[openapi3] will become an error in a future GHC release.
260.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.26 s
[openapi3] |
260.26 s
[openapi3] 126 | makeFieldLabels ''Param
260.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 126 | makeFieldLabels ''Param
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 126 | makeFieldLabels ''Param
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 126 | makeFieldLabels ''Param
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 126 | makeFieldLabels ''Param
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 126 | makeFieldLabels ''Param
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 127 | makeFieldLabels ''Header
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 128 | makeFieldLabels ''Schema
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 128 | makeFieldLabels ''Schema
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 128 | makeFieldLabels ''Schema
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 128 | makeFieldLabels ''Schema
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 128 | makeFieldLabels ''Schema
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 128 | makeFieldLabels ''Schema
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.27 s
[openapi3] |
260.27 s
[openapi3] 128 | makeFieldLabels ''Schema
260.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.27 s
[openapi3]
260.27 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.27 s
[openapi3] The use of ‘~’ without TypeOperators
260.27 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.28 s
[openapi3] |
260.28 s
[openapi3] 128 | makeFieldLabels ''Schema
260.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.28 s
[openapi3]
260.28 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.28 s
[openapi3] The use of ‘~’ without TypeOperators
260.28 s
[openapi3] will become an error in a future GHC release.
260.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.29 s
[openapi3] The use of ‘~’ without TypeOperators
260.29 s
[openapi3] will become an error in a future GHC release.
260.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.29 s
[openapi3] |
260.29 s
[openapi3] 128 | makeFieldLabels ''Schema
260.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.29 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.30 s
[openapi3] will become an error in a future GHC release.
260.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.30 s
[openapi3] |
260.30 s
[openapi3] 128 | makeFieldLabels ''Schema
260.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.30 s
[openapi3]
260.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.30 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 128 | makeFieldLabels ''Schema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 128 | makeFieldLabels ''Schema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 128 | makeFieldLabels ''Schema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 130 | makeFieldLabels ''Xml
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 131 | makeFieldLabels ''Responses
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 131 | makeFieldLabels ''Responses
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 131 | makeFieldLabels ''Responses
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 131 | makeFieldLabels ''Responses
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 131 | makeFieldLabels ''Responses
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 131 | makeFieldLabels ''Responses
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 132 | makeFieldLabels ''Response
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 132 | makeFieldLabels ''Response
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 132 | makeFieldLabels ''Response
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 132 | makeFieldLabels ''Response
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 132 | makeFieldLabels ''Response
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.31 s
[openapi3]
260.31 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.31 s
[openapi3] The use of ‘~’ without TypeOperators
260.31 s
[openapi3] will become an error in a future GHC release.
260.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.31 s
[openapi3] |
260.31 s
[openapi3] 132 | makeFieldLabels ''Response
260.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 132 | makeFieldLabels ''Response
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 132 | makeFieldLabels ''Response
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 132 | makeFieldLabels ''Response
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 132 | makeFieldLabels ''Response
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 132 | makeFieldLabels ''Response
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 132 | makeFieldLabels ''Response
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.32 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.32 s
[openapi3]
260.32 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.32 s
[openapi3] The use of ‘~’ without TypeOperators
260.32 s
[openapi3] will become an error in a future GHC release.
260.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.32 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 142 | makeFieldLabels ''Encoding
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 143 | makeFieldLabels ''Example
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.33 s
[openapi3] 143 | makeFieldLabels ''Example
260.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.33 s
[openapi3]
260.33 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.33 s
[openapi3] The use of ‘~’ without TypeOperators
260.33 s
[openapi3] will become an error in a future GHC release.
260.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.33 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 143 | makeFieldLabels ''Example
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 144 | makeFieldLabels ''Discriminator
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 144 | makeFieldLabels ''Discriminator
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 144 | makeFieldLabels ''Discriminator
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 144 | makeFieldLabels ''Discriminator
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 144 | makeFieldLabels ''Discriminator
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 144 | makeFieldLabels ''Discriminator
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 145 | makeFieldLabels ''Link
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 145 | makeFieldLabels ''Link
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 145 | makeFieldLabels ''Link
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.34 s
[openapi3] |
260.34 s
[openapi3] 145 | makeFieldLabels ''Link
260.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.34 s
[openapi3]
260.34 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.34 s
[openapi3] The use of ‘~’ without TypeOperators
260.34 s
[openapi3] will become an error in a future GHC release.
260.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 145 | makeFieldLabels ''Link
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 150 | makePrismLabels ''Referenced
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 150 | makePrismLabels ''Referenced
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 150 | makePrismLabels ''Referenced
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 150 | makePrismLabels ''Referenced
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 150 | makePrismLabels ''Referenced
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 150 | makePrismLabels ''Referenced
260.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:155:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 155 | ( a ~ [Referenced Schema]
260.35 s
[openapi3] | ^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:156:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 156 | , b ~ [Referenced Schema]
260.35 s
[openapi3] | ^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:167:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 167 | ( a ~ Referenced Schema
260.35 s
[openapi3] | ^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:168:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 168 | , b ~ Referenced Schema
260.35 s
[openapi3] | ^
260.35 s
[openapi3]
260.35 s
[openapi3] src/Data/OpenApi/Optics.hs:204:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.35 s
[openapi3] The use of ‘~’ without TypeOperators
260.35 s
[openapi3] will become an error in a future GHC release.
260.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.35 s
[openapi3] |
260.35 s
[openapi3] 204 | ( a ~ Maybe OpenApiType
260.35 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:205:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 205 | , b ~ Maybe OpenApiType
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:213:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 213 | ( a ~ Maybe Value, b ~ Maybe Value
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:213:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 213 | ( a ~ Maybe Value, b ~ Maybe Value
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:221:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 221 | ( a ~ Maybe Format, b ~ Maybe Format
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:221:25: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 221 | ( a ~ Maybe Format, b ~ Maybe Format
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:229:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 229 | ( a ~ Maybe OpenApiItems
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:230:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 230 | , b ~ Maybe OpenApiItems
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:238:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 238 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:238:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 238 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:246:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 246 | ( a ~ Maybe Bool, b ~ Maybe Bool
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:246:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 246 | ( a ~ Maybe Bool, b ~ Maybe Bool
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:254:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 254 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:254:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 254 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:262:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 262 | ( a ~ Maybe Bool, b ~ Maybe Bool
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:262:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 262 | ( a ~ Maybe Bool, b ~ Maybe Bool
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:270:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 270 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:270:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 270 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:278:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 278 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:278:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 278 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:286:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 286 | ( a ~ Maybe Text, b ~ Maybe Text
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:286:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 286 | ( a ~ Maybe Text, b ~ Maybe Text
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:294:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 294 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:294:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 294 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:302:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 302 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:302:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 302 | ( a ~ Maybe Integer, b ~ Maybe Integer
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:310:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 310 | ( a ~ Maybe Bool, b ~ Maybe Bool
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:310:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 310 | ( a ~ Maybe Bool, b ~ Maybe Bool
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:318:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 318 | ( a ~ Maybe [Value], b ~ Maybe [Value]
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:318:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 318 | ( a ~ Maybe [Value], b ~ Maybe [Value]
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:326:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 326 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
260.36 s
[openapi3] | ^
260.36 s
[openapi3]
260.36 s
[openapi3] src/Data/OpenApi/Optics.hs:326:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
260.36 s
[openapi3] The use of ‘~’ without TypeOperators
260.36 s
[openapi3] will become an error in a future GHC release.
260.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
260.36 s
[openapi3] |
260.36 s
[openapi3] 326 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
260.36 s
[openapi3] | ^
260.60 s
[servant-rawm-server] Phase: checkPhase
260.63 s
[tls] [48 of 83] Compiling Network.TLS.Record.Send ( Network/TLS/Record/Send.hs, dist/build/Network/TLS/Record/Send.p_o )
260.74 s
[servant-rawm-server] Package has no test suites.
260.75 s
[servant-rawm-server] Phase: haddockPhase
260.88 s
[tls] [49 of 83] Compiling Network.TLS.Record.Recv ( Network/TLS/Record/Recv.hs, dist/build/Network/TLS/Record/Recv.p_o )
260.89 s
[tls] [50 of 83] Compiling Network.TLS.IO.Decode ( Network/TLS/IO/Decode.hs, dist/build/Network/TLS/IO/Decode.p_o )
260.95 s
[tls] [51 of 83] Compiling Network.TLS.Handshake.State13 ( Network/TLS/Handshake/State13.hs, dist/build/Network/TLS/Handshake/State13.p_o )
260.96 s
[servant-rawm-server] Preprocessing library for servant-rawm-server-1.0.0.1..
260.96 s
[servant-rawm-server] Running Haddock on library for servant-rawm-server-1.0.0.1..
260.96 s
[servant-rawm-server] Warning: The documentation for the following packages are not installed. No
260.96 s
[servant-rawm-server] links will be generated to these packages: attoparsec-0.14.4,
260.96 s
[servant-rawm-server] attoparsec-0.14.4, vector-0.13.2.0
261.00 s
[tls] [52 of 83] Compiling Network.TLS.IO.Encode ( Network/TLS/IO/Encode.hs, dist/build/Network/TLS/IO/Encode.p_o )
261.06 s
[servant-rawm-server] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
261.10 s
[cryptostore] encrypting: OK (8.12s)
261.10 s
[cryptostore] +++ OK, passed 100 tests:
261.10 s
[cryptostore] 9% AES128_CBC
261.10 s
[cryptostore] 8% AES128_ECB
261.10 s
[cryptostore] 8% AES192_CFB
261.10 s
[cryptostore] 7% AES256_ECB
261.10 s
[cryptostore] 7% CMS_CEK_HKDF_SHA256
261.10 s
[cryptostore] 7% DES_CBC
261.10 s
[cryptostore] 5% AES256_CFB
261.10 s
[cryptostore] 5% DES_CFB
261.10 s
[cryptostore] 4% AES128_CFB
261.10 s
[cryptostore] 4% AES192_ECB
261.10 s
[cryptostore] 4% CAST5_CBC
261.10 s
[cryptostore] 4% Camellia128_CBC
261.10 s
[cryptostore] 4% Camellia128_CFB
261.10 s
[cryptostore] 4% Camellia128_CTR
261.10 s
[cryptostore] 4% Camellia128_ECB
261.10 s
[cryptostore] 4% RC2_CBC
261.10 s
[cryptostore] 3% AES192_CBC
261.10 s
[cryptostore] 3% AES256_CBC
261.10 s
[cryptostore] 3% DES_ECB
261.10 s
[cryptostore] 3% DES_EDE3_CBC
261.27 s
[tls] [53 of 83] Compiling Network.TLS.IO ( Network/TLS/IO.hs, dist/build/Network/TLS/IO.p_o )
261.74 s
[tls] [54 of 83] Compiling Network.TLS.Handshake.Random ( Network/TLS/Handshake/Random.hs, dist/build/Network/TLS/Handshake/Random.p_o )
262.24 s
[tls] [55 of 83] Compiling Network.TLS.Handshake.Process ( Network/TLS/Handshake/Process.hs, dist/build/Network/TLS/Handshake/Process.p_o )
262.24 s
[tls] [56 of 83] Compiling Network.TLS.Handshake.Server.ClientHello ( Network/TLS/Handshake/Server/ClientHello.hs, dist/build/Network/TLS/Handshake/Server/ClientHello.p_o )
262.24 s
[tls] [57 of 83] Compiling Network.TLS.Handshake.Key ( Network/TLS/Handshake/Key.hs, dist/build/Network/TLS/Handshake/Key.p_o )
262.24 s
[tls] [58 of 83] Compiling Network.TLS.Handshake.Signature ( Network/TLS/Handshake/Signature.hs, dist/build/Network/TLS/Handshake/Signature.p_o )
262.24 s
[tls] [59 of 83] Compiling Network.TLS.Handshake.Common ( Network/TLS/Handshake/Common.hs, dist/build/Network/TLS/Handshake/Common.p_o )
262.24 s
[openapi3] [ 9 of 18] Compiling Data.OpenApi.SchemaOptions ( src/Data/OpenApi/SchemaOptions.hs, dist/build/Data/OpenApi/SchemaOptions.p_o )
262.24 s
[openapi3] [10 of 18] Compiling Data.OpenApi.Internal.ParamSchema ( src/Data/OpenApi/Internal/ParamSchema.hs, dist/build/Data/OpenApi/Internal/ParamSchema.p_o )
262.24 s
[openapi3]
262.24 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:316:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.24 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.24 s
[openapi3] relies on the StarIsType extension, which will become
262.24 s
[openapi3] deprecated in the future.
262.24 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.24 s
[openapi3] |
262.24 s
[openapi3] 316 | class GToParamSchema (f :: * -> *) where
262.24 s
[openapi3] | ^
262.24 s
[openapi3]
262.24 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:316:33: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.24 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.24 s
[openapi3] relies on the StarIsType extension, which will become
262.24 s
[openapi3] deprecated in the future.
262.24 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.24 s
[openapi3] |
262.24 s
[openapi3] 316 | class GToParamSchema (f :: * -> * ) where
262.24 s
[openapi3] | ^
262.24 s
[openapi3]
262.24 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:334:30: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.24 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.24 s
[openapi3] relies on the StarIsType extension, which will become
262.24 s
[openapi3] deprecated in the future.
262.24 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.24 s
[openapi3] |
262.24 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> *) where
262.24 s
[openapi3] | ^
262.24 s
[openapi3]
262.24 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:334:35: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.24 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.24 s
[openapi3] relies on the StarIsType extension, which will become
262.24 s
[openapi3] deprecated in the future.
262.24 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.24 s
[openapi3] |
262.24 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> * ) where
262.24 s
[openapi3] | ^
262.24 s
[openapi3] [11 of 18] Compiling Data.OpenApi.ParamSchema ( src/Data/OpenApi/ParamSchema.hs, dist/build/Data/OpenApi/ParamSchema.p_o )
262.24 s
[openapi3] [12 of 18] Compiling Data.OpenApi.Internal.Schema ( src/Data/OpenApi/Internal/Schema.hs, dist/build/Data/OpenApi/Internal/Schema.p_o )
262.25 s
[openapi3]
262.25 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:590:23: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.25 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.25 s
[openapi3] relies on the StarIsType extension, which will become
262.25 s
[openapi3] deprecated in the future.
262.25 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.25 s
[openapi3] |
262.25 s
[openapi3] 590 | class GToSchema (f :: * -> *) where
262.25 s
[openapi3] | ^
262.25 s
[openapi3]
262.25 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:590:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.25 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.25 s
[openapi3] relies on the StarIsType extension, which will become
262.25 s
[openapi3] deprecated in the future.
262.25 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.25 s
[openapi3] |
262.25 s
[openapi3] 590 | class GToSchema (f :: * -> * ) where
262.25 s
[openapi3] | ^
262.25 s
[openapi3]
262.25 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:1049:26: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.25 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.25 s
[openapi3] relies on the StarIsType extension, which will become
262.25 s
[openapi3] deprecated in the future.
262.25 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.25 s
[openapi3] |
262.25 s
[openapi3] 1049 | class GSumToSchema (f :: * -> *) where
262.25 s
[openapi3] | ^
262.25 s
[openapi3]
262.25 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:1049:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
262.25 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
262.25 s
[openapi3] relies on the StarIsType extension, which will become
262.25 s
[openapi3] deprecated in the future.
262.25 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
262.25 s
[openapi3] |
262.25 s
[openapi3] 1049 | class GSumToSchema (f :: * -> * ) where
262.25 s
[openapi3] | ^
262.25 s
[servant-rawm-server] 100% ( 9 / 9) in 'Servant.RawM.Server'
262.43 s
[tls] [60 of 83] Compiling Network.TLS.Handshake.Certificate ( Network/TLS/Handshake/Certificate.hs, dist/build/Network/TLS/Handshake/Certificate.p_o )
262.43 s
[tls] [61 of 83] Compiling Network.TLS.Handshake.Common13 ( Network/TLS/Handshake/Common13.hs, dist/build/Network/TLS/Handshake/Common13.p_o )
263.53 s
[tls] [62 of 83] Compiling Network.TLS.Handshake.Server.ClientHello13 ( Network/TLS/Handshake/Server/ClientHello13.hs, dist/build/Network/TLS/Handshake/Server/ClientHello13.p_o )
263.84 s
[tls] [63 of 83] Compiling Network.TLS.Handshake.Server.Common ( Network/TLS/Handshake/Server/Common.hs, dist/build/Network/TLS/Handshake/Server/Common.p_o )
263.84 s
[tls] [64 of 83] Compiling Network.TLS.Handshake.Server.TLS13 ( Network/TLS/Handshake/Server/TLS13.hs, dist/build/Network/TLS/Handshake/Server/TLS13.p_o )
263.94 s
[openapi3] [13 of 18] Compiling Data.OpenApi.Schema ( src/Data/OpenApi/Schema.hs, dist/build/Data/OpenApi/Schema.p_o )
264.08 s
[openapi3] [14 of 18] Compiling Data.OpenApi.Operation ( src/Data/OpenApi/Operation.hs, dist/build/Data/OpenApi/Operation.p_o )
264.13 s
[tls] [65 of 83] Compiling Network.TLS.Handshake.Server.TLS12 ( Network/TLS/Handshake/Server/TLS12.hs, dist/build/Network/TLS/Handshake/Server/TLS12.p_o )
264.13 s
[tls] [66 of 83] Compiling Network.TLS.Handshake.Server.ServerHello13 ( Network/TLS/Handshake/Server/ServerHello13.hs, dist/build/Network/TLS/Handshake/Server/ServerHello13.p_o )
264.44 s
[tls] [67 of 83] Compiling Network.TLS.Handshake.Server.ServerHello12 ( Network/TLS/Handshake/Server/ServerHello12.hs, dist/build/Network/TLS/Handshake/Server/ServerHello12.p_o )
264.44 s
[tls] [68 of 83] Compiling Network.TLS.Handshake.Server.ClientHello12 ( Network/TLS/Handshake/Server/ClientHello12.hs, dist/build/Network/TLS/Handshake/Server/ClientHello12.p_o )
264.44 s
[tls] [69 of 83] Compiling Network.TLS.Handshake.Server ( Network/TLS/Handshake/Server.hs, dist/build/Network/TLS/Handshake/Server.p_o )
264.65 s
[tls] [70 of 83] Compiling Network.TLS.Handshake.Client.Common ( Network/TLS/Handshake/Client/Common.hs, dist/build/Network/TLS/Handshake/Client/Common.p_o )
264.65 s
[tls] [71 of 83] Compiling Network.TLS.Handshake.Client.TLS12 ( Network/TLS/Handshake/Client/TLS12.hs, dist/build/Network/TLS/Handshake/Client/TLS12.p_o )
264.65 s
[tls] [72 of 83] Compiling Network.TLS.Handshake.Client.ServerHello ( Network/TLS/Handshake/Client/ServerHello.hs, dist/build/Network/TLS/Handshake/Client/ServerHello.p_o )
264.65 s
[tls] [73 of 83] Compiling Network.TLS.Handshake.Client.TLS13 ( Network/TLS/Handshake/Client/TLS13.hs, dist/build/Network/TLS/Handshake/Client/TLS13.p_o )
264.65 s
[tls] [74 of 83] Compiling Network.TLS.Handshake.Client.ClientHello ( Network/TLS/Handshake/Client/ClientHello.hs, dist/build/Network/TLS/Handshake/Client/ClientHello.p_o )
264.65 s
[tls] [75 of 83] Compiling Network.TLS.Handshake.Client ( Network/TLS/Handshake/Client.hs, dist/build/Network/TLS/Handshake/Client.p_o )
264.75 s
[tls] [76 of 83] Compiling Network.TLS.PostHandshake ( Network/TLS/PostHandshake.hs, dist/build/Network/TLS/PostHandshake.p_o )
264.92 s
[tls] [77 of 83] Compiling Network.TLS.Handshake ( Network/TLS/Handshake.hs, dist/build/Network/TLS/Handshake.p_o )
264.92 s
[openapi3] [15 of 18] Compiling Data.OpenApi.Internal.Schema.Validation ( src/Data/OpenApi/Internal/Schema/Validation.hs, dist/build/Data/OpenApi/Internal/Schema/Validation.p_o )
264.93 s
[tls] [78 of 83] Compiling Network.TLS.Context ( Network/TLS/Context.hs, dist/build/Network/TLS/Context.p_o )
265.17 s
[openapi3] [16 of 18] Compiling Data.OpenApi.Schema.Validation ( src/Data/OpenApi/Schema/Validation.hs, dist/build/Data/OpenApi/Schema/Validation.p_o )
265.22 s
[tls] [79 of 83] Compiling Network.TLS.Record.Layer ( Network/TLS/Record/Layer.hs, dist/build/Network/TLS/Record/Layer.p_o )
265.30 s
[openapi3] [17 of 18] Compiling Data.OpenApi ( src/Data/OpenApi.hs, dist/build/Data/OpenApi.p_o )
265.39 s
[tls] [80 of 83] Compiling Network.TLS.Core ( Network/TLS/Core.hs, dist/build/Network/TLS/Core.p_o )
265.43 s
[openapi3] [18 of 18] Compiling Data.OpenApi.Schema.Generator ( src/Data/OpenApi/Schema/Generator.hs, dist/build/Data/OpenApi/Schema/Generator.p_o )
265.99 s
[tls] [81 of 83] Compiling Network.TLS.QUIC ( Network/TLS/QUIC.hs, dist/build/Network/TLS/QUIC.p_o )
266.22 s
[tls] [82 of 83] Compiling Network.TLS.Internal ( Network/TLS/Internal.hs, dist/build/Network/TLS/Internal.p_o )
266.22 s
[tls] [83 of 83] Compiling Network.TLS ( Network/TLS.hs, dist/build/Network/TLS.p_o )
268.24 s
[servant-rawm-server] Documentation created: dist/doc/html/servant-rawm-server/,
268.28 s
[servant-rawm-server] dist/doc/html/servant-rawm-server/servant-rawm-server.txt
268.30 s
[servant-rawm-server] Phase: installPhase
268.43 s
[servant-rawm-server] Installing library in /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
268.50 s
[tls] Preprocessing test suite 'spec' for tls-2.1.8..
268.50 s
[tls] Building test suite 'spec' for tls-2.1.8..
268.59 s
[tls] [ 1 of 12] Compiling API ( test/API.hs, dist/build/spec/spec-tmp/API.o )
268.71 s
[servant-rawm-server] Phase: fixupPhase
268.73 s
[servant-rawm-server] shrinking RPATHs of ELF executables and libraries in /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1
268.73 s
[servant-rawm-server] shrinking /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSservant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh-ghc9.6.7.so
268.77 s
[servant-rawm-server] checking for references to /build/ in /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1...
268.79 s
[servant-rawm-server] patching script interpreter paths in /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1
268.79 s
[servant-rawm-server] stripping (with command strip and flags -S -p) in /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1/lib
268.82 s
[servant-rawm-server] shrinking RPATHs of ELF executables and libraries in /nix/store/d9vfq4d1fd68f13fd726c04jvg4phx4m-servant-rawm-server-1.0.0.1-doc
268.82 s
[tls] [ 2 of 12] Compiling CiphersSpec ( test/CiphersSpec.hs, dist/build/spec/spec-tmp/CiphersSpec.o )
268.83 s
[servant-rawm-server] checking for references to /build/ in /nix/store/d9vfq4d1fd68f13fd726c04jvg4phx4m-servant-rawm-server-1.0.0.1-doc...
268.84 s
[servant-rawm-server] patching script interpreter paths in /nix/store/d9vfq4d1fd68f13fd726c04jvg4phx4m-servant-rawm-server-1.0.0.1-doc
268.89 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1 /nix/store/d9vfq4d1fd68f13fd726c04jvg4phx4m-servant-rawm-server-1.0.0.1-doc
268.94 s
[post-build-hook] copying 2 paths...
268.94 s
[post-build-hook] copying path '/nix/store/d9vfq4d1fd68f13fd726c04jvg4phx4m-servant-rawm-server-1.0.0.1-doc' to 'https://cache.staging.nix-ci.com'...
269.17 s
[post-build-hook] copying path '/nix/store/bvfavdgm48ijz3p84cgqc5bqhrzz7cvh-servant-rawm-server-1.0.0.1' to 'https://cache.staging.nix-ci.com'...
269.71 s
[post-build-hook] copying 2 paths...
269.71 s
[post-build-hook] copying path '/nix/store/b1llq3maqhcrbz7ffkxj5hz2qs0pxrvc-servant-rawm-server-1.0.0.1.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
269.91 s
[post-build-hook] copying path '/nix/store/bfffkf9zs0a4qjyjvl4lfr80cw3lklr4-servant-rawm-server-1.0.0.1.drv' to 'https://cache.staging.nix-ci.com'...
270.20 s
Progress: 47 of 72 built (3 building)
270.21 s
[openapi3] Preprocessing test suite 'spec' for openapi3-3.2.4..
270.21 s
[openapi3] Building test suite 'spec' for openapi3-3.2.4..
270.21 s
[openapi3] [1 of 8] Compiling Data.OpenApi.CommonTestTypes ( test/Data/OpenApi/CommonTestTypes.hs, dist/build/spec/spec-tmp/Data/OpenApi/CommonTestTypes.o, dist/build/spec/spec-tmp/Data/OpenApi/CommonTestTypes.dyn_o )
270.21 s
[tls] [ 3 of 12] Compiling PipeChan ( test/PipeChan.hs, dist/build/spec/spec-tmp/PipeChan.o )
270.21 s
[tls] [ 4 of 12] Compiling PubKey ( test/PubKey.hs, dist/build/spec/spec-tmp/PubKey.o )
270.21 s
[tls] [ 5 of 12] Compiling Certificate ( test/Certificate.hs, dist/build/spec/spec-tmp/Certificate.o )
270.21 s
[tls] [ 6 of 12] Compiling Arbitrary ( test/Arbitrary.hs, dist/build/spec/spec-tmp/Arbitrary.o )
270.28 s
[tls] [ 7 of 12] Compiling EncodeSpec ( test/EncodeSpec.hs, dist/build/spec/spec-tmp/EncodeSpec.o )
270.38 s
[tls] [ 8 of 12] Compiling Run ( test/Run.hs, dist/build/spec/spec-tmp/Run.o )
270.60 s
[tls] [ 9 of 12] Compiling Session ( test/Session.hs, dist/build/spec/spec-tmp/Session.o )
270.60 s
[tls] [10 of 12] Compiling HandshakeSpec ( test/HandshakeSpec.hs, dist/build/spec/spec-tmp/HandshakeSpec.o )
272.42 s
[tls] [11 of 12] Compiling ThreadSpec ( test/ThreadSpec.hs, dist/build/spec/spec-tmp/ThreadSpec.o )
272.42 s
[tls] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
272.80 s
[tls] [13 of 13] Linking dist/build/spec/spec
273.97 s
[openapi3] [2 of 8] Compiling Data.OpenApi.Schema.GeneratorSpec ( test/Data/OpenApi/Schema/GeneratorSpec.hs, dist/build/spec/spec-tmp/Data/OpenApi/Schema/GeneratorSpec.o )
274.00 s
[openapi3] [3 of 8] Compiling Data.OpenApi.Schema.ValidationSpec ( test/Data/OpenApi/Schema/ValidationSpec.hs, dist/build/spec/spec-tmp/Data/OpenApi/Schema/ValidationSpec.o )
274.00 s
[openapi3] [4 of 8] Compiling SpecCommon ( test/SpecCommon.hs, dist/build/spec/spec-tmp/SpecCommon.o, dist/build/spec/spec-tmp/SpecCommon.dyn_o )
274.00 s
[openapi3] [5 of 8] Compiling Data.OpenApiSpec ( test/Data/OpenApiSpec.hs, dist/build/spec/spec-tmp/Data/OpenApiSpec.o )
274.00 s
[openapi3] [6 of 8] Compiling Data.OpenApi.SchemaSpec ( test/Data/OpenApi/SchemaSpec.hs, dist/build/spec/spec-tmp/Data/OpenApi/SchemaSpec.o )
274.20 s
[tls] buildPhase completed in 39 seconds
274.20 s
[tls] Phase: checkPhase
274.24 s
[tls] Running 1 test suites...
274.24 s
[tls] Test suite spec: RUNNING...
274.25 s
[tls]
274.25 s
[tls] Ciphers
274.25 s
[tls] ciphers
274.25 s
[tls] can ecnrypt/decrypt [✔]
274.25 s
[tls] +++ OK, passed 100 tests.
274.25 s
[tls] Encode
274.25 s
[tls] encoder/decoder
274.25 s
[tls] can encode/decode Header [✔]
274.25 s
[tls] +++ OK, passed 100 tests.
274.33 s
[tls] can encode/decode Handshake [✔]
274.33 s
[tls] +++ OK, passed 100 tests.
274.34 s
[tls] can encode/decode Handshake13 [✔]
274.34 s
[tls] +++ OK, passed 100 tests.
274.34 s
[tls] Handshake
274.34 s
[tls] pipe
274.34 s
[tls] can setup a channel [✔]
274.34 s
[tls] handshake
274.71 s
[tls] can run TLS 1.2 [✔]
274.71 s
[tls] +++ OK, passed 100 tests.
274.77 s
[openapi3] [7 of 8] Compiling Data.OpenApi.ParamSchemaSpec ( test/Data/OpenApi/ParamSchemaSpec.hs, dist/build/spec/spec-tmp/Data/OpenApi/ParamSchemaSpec.o )
274.77 s
[openapi3] [8 of 8] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
275.22 s
[tls] can run TLS 1.3 [✔]
275.22 s
[tls] +++ OK, passed 100 tests.
275.37 s
[openapi3] [9 of 9] Linking dist/build/spec/spec
275.42 s
[cryptostore] authenticating: OK (14.33s)
275.42 s
[cryptostore] +++ OK, passed 100 tests:
275.42 s
[cryptostore] 10% KMAC_SHAKE256 (Proxy :: Proxy 128) "custom string"
275.42 s
[cryptostore] 9% HMAC SHA3_224
275.42 s
[cryptostore] 7% HMAC SHA1
275.42 s
[cryptostore] 7% KMAC_SHAKE128 (Proxy :: Proxy 128) ""
275.42 s
[cryptostore] 6% KMAC_SHAKE256 (Proxy :: Proxy 128) ""
275.42 s
[cryptostore] 5% KMAC_SHAKE128 (Proxy :: Proxy 128) "custom string"
275.42 s
[cryptostore] 5% KMAC_SHAKE256 (Proxy :: Proxy 129) "ctx"
275.42 s
[cryptostore] 4% HMAC MD5
275.42 s
[cryptostore] 4% HMAC SHA224
275.42 s
[cryptostore] 4% HMAC SHA3_256
275.42 s
[cryptostore] 4% KMAC_SHAKE128 (Proxy :: Proxy 129) "ctx"
275.42 s
[cryptostore] 3% HMAC SHA384
275.42 s
[cryptostore] 3% KMAC_SHAKE128 (Proxy :: Proxy 130) "ctx"
275.42 s
[cryptostore] 3% KMAC_SHAKE128 (Proxy :: Proxy 130) "custom string"
275.42 s
[cryptostore] 3% KMAC_SHAKE256 (Proxy :: Proxy 129) "custom string"
275.42 s
[cryptostore] 3% KMAC_SHAKE256 (Proxy :: Proxy 130) "ctx"
275.42 s
[cryptostore] 2% HMAC SHA3_512
275.42 s
[cryptostore] 2% HMAC SHA512
275.42 s
[cryptostore] 2% KMAC_SHAKE128 (Proxy :: Proxy 128) "ctx"
275.42 s
[cryptostore] 2% KMAC_SHAKE128 (Proxy :: Proxy 129) "custom string"
275.42 s
[cryptostore] 2% KMAC_SHAKE128 (Proxy :: Proxy 131) ""
275.42 s
[cryptostore] 2% KMAC_SHAKE256 (Proxy :: Proxy 128) "ctx"
275.42 s
[cryptostore] 2% KMAC_SHAKE256 (Proxy :: Proxy 129) ""
275.42 s
[cryptostore] 1% HMAC SHA3_384
275.42 s
[cryptostore] 1% KMAC_SHAKE128 (Proxy :: Proxy 129) ""
275.42 s
[cryptostore] 1% KMAC_SHAKE128 (Proxy :: Proxy 130) ""
275.42 s
[cryptostore] 1% KMAC_SHAKE128 (Proxy :: Proxy 131) "custom string"
275.42 s
[cryptostore] 1% KMAC_SHAKE256 (Proxy :: Proxy 130) ""
275.42 s
[cryptostore] 1% KMAC_SHAKE256 (Proxy :: Proxy 130) "custom string"
275.61 s
[tls] can update key for TLS 1.3 [✔]
275.61 s
[tls] +++ OK, passed 100 tests.
275.94 s
[tls] can prevent downgrade attack [✔]
275.94 s
[tls] +++ OK, passed 100 tests.
276.39 s
[tls] can negotiate hash and signature [✔]
276.39 s
[tls] +++ OK, passed 100 tests.
276.71 s
[tls] can negotiate cipher suite [✔]
276.71 s
[tls] +++ OK, passed 100 tests.
276.93 s
[openapi3] Preprocessing executable 'example' for openapi3-3.2.4..
276.93 s
[openapi3] Building executable 'example' for openapi3-3.2.4..
277.01 s
[openapi3] [1 of 1] Compiling Main ( examples/hackage.hs, dist/build/example/example-tmp/Main.o )
277.10 s
[tls] can negotiate group [✔]
277.10 s
[tls] +++ OK, passed 100 tests.
277.59 s
[tls] can negotiate elliptic curve [✔]
277.59 s
[tls] +++ OK, passed 100 tests.
277.85 s
[openapi3] [2 of 2] Linking dist/build/example/example
278.00 s
[tls] can fallback for certificate with cipher [✔]
278.00 s
[tls] +++ OK, passed 100 tests.
278.37 s
[tls] can fallback for certificate with hash and signature [✔]
278.37 s
[tls] +++ OK, passed 100 tests.
278.73 s
[tls] can handle server key usage [✔]
278.73 s
[tls] +++ OK, passed 100 tests.
279.04 s
[openapi3] Preprocessing test suite 'doctests' for openapi3-3.2.4..
279.06 s
[openapi3] Building test suite 'doctests' for openapi3-3.2.4..
279.11 s
[openapi3] [1 of 2] Compiling Build_doctests ( dist/build/doctests/autogen/Build_doctests.hs, dist/build/doctests/doctests-tmp/Build_doctests.o )
279.29 s
[openapi3] [2 of 2] Compiling Main ( test/doctests.hs, dist/build/doctests/doctests-tmp/Main.o )
279.57 s
[openapi3] [3 of 3] Linking dist/build/doctests/doctests
280.15 s
[tls] can handle client key usage [✔]
280.15 s
[tls] +++ OK, passed 100 tests.
282.03 s
[tls] can authenticate client [✔]
282.03 s
[tls] +++ OK, passed 100 tests.
282.48 s
[tls] can receive client authentication failure [✔]
282.48 s
[tls] +++ OK, passed 100 tests.
282.84 s
[tls] can handle extended main secret [✔]
282.84 s
[tls] +++ OK, passed 100 tests.
282.97 s
[openapi3] buildPhase completed in 2 minutes 21 seconds
282.97 s
[openapi3] Phase: checkPhase
283.01 s
[openapi3] Running 2 test suites...
283.01 s
[openapi3] Test suite spec: RUNNING...
283.02 s
[openapi3]
283.02 s
[openapi3] Data.OpenApi
283.02 s
[openapi3] License Object
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Contact Object
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Info Object
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Operation Object
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Schema Object
283.02 s
[openapi3] Primitive Sample
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Simple Model
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Model with Map/Dictionary Properties
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Model with Arbitrary Properties
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Model with Example
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Definitions Object
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.02 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.02 s
[openapi3] roundtrips with toJSON [✔]
283.02 s
[openapi3] roundtrips with toEncoding [✔]
283.02 s
[openapi3] Parameters Definition Object
283.02 s
[openapi3] encodes correctly [✔]
283.02 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Responses Definition Object
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Security Definitions Object
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] OAuth2 Security Definitions with merged Scope
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] OAuth2 Security Definitions with empty Scope
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Composition Schema Example
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Swagger Object
283.03 s
[openapi3] Example with no paths
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] fails to parse a spec with a wrong Openapi spec version [✔]
283.03 s
[openapi3] Todo Example
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] PetStore Example
283.03 s
[openapi3] decodes successfully [✔]
283.03 s
[openapi3] roundtrips: fmap toJSON . fromJSON [✔]
283.03 s
[openapi3] Security schemes
283.03 s
[openapi3] merged correctly [✔]
283.03 s
[openapi3] Data.OpenApi.ParamSchema
283.03 s
[openapi3] Generic ToParamSchema
283.03 s
[openapi3] Unit
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Color (bounded enum)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Status (constructorTagModifier)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Unary records
283.03 s
[openapi3] Email (unary record)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] UserId (non-record newtype)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] TimeOfDay
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Data.OpenApi.Schema
283.03 s
[openapi3] Generic ToSchema
283.03 s
[openapi3] Unit
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Person
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] ISPair
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Point (fieldLabelModifier)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Point5 (many field record)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] has these fields in order ["x","y","z","u","v"] [✔]
283.03 s
[openapi3] Color (bounded enum)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Shade (paramSchemaToNamedSchema)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Paint (record with bounded enum field)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] UserGroup (set newtype)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] Unary records
283.03 s
[openapi3] Email (unwrapUnaryRecords)
283.03 s
[openapi3] encodes correctly [✔]
283.03 s
[openapi3] decodes correctly [✔]
283.03 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.03 s
[openapi3] roundtrips with toJSON [✔]
283.03 s
[openapi3] roundtrips with toEncoding [✔]
283.03 s
[openapi3] UserId (non-record newtype)
283.03 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Player (unary record)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] SingleMaybeField (unary record with Maybe)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Natural Language (single field data with recursive fields)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Players (inlining schema)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] MyRoseTree (datatypeNameModifier)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] MyRoseTree' (datatypeNameModifier)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Sum types
283.04 s
[openapi3] Status (sum of unary constructors)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Character (ref and record sum)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Light (sum with unwrapUnaryRecords)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] UnsignedInts
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Schema name
283.04 s
[openapi3] String
283.04 s
[openapi3] schema name is Nothing [✔]
283.04 s
[openapi3] (Int, Float)
283.04 s
[openapi3] schema name is Nothing [✔]
283.04 s
[openapi3] Person
283.04 s
[openapi3] schema name is Just "Person" [✔]
283.04 s
[openapi3] Shade
283.04 s
[openapi3] schema name is Just "Shade" [✔]
283.04 s
[openapi3] Generic Definitions
283.04 s
[openapi3] Unit
283.04 s
[openapi3] uses these definitions [] [✔]
283.04 s
[openapi3] Paint
283.04 s
[openapi3] uses these definitions ["Color"] [✔]
283.04 s
[openapi3] Light
283.04 s
[openapi3] uses these definitions ["Color"] [✔]
283.04 s
[openapi3] Character
283.04 s
[openapi3] uses these definitions ["Player","Point"] [✔]
283.04 s
[openapi3] MyRoseTree
283.04 s
[openapi3] uses these definitions ["RoseTree"] [✔]
283.04 s
[openapi3] MyRoseTree'
283.04 s
[openapi3] uses these definitions ["myrosetree'"] [✔]
283.04 s
[openapi3] [Set (Unit, Maybe Color)]
283.04 s
[openapi3] uses these definitions ["Unit","Color"] [✔]
283.04 s
[openapi3] ResourceId
283.04 s
[openapi3] uses these definitions [] [✔]
283.04 s
[openapi3] Inlining Schemas
283.04 s
[openapi3] Paint
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Character
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Character (inlining only Player)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Light
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] MyRoseTree (inlineNonRecursiveSchemas)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] MyRoseTree' (inlineNonRecursiveSchemas)
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Bounded Enum key mapping
283.04 s
[openapi3] ButtonImages
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] TimeOfDay
283.04 s
[openapi3] encodes correctly [✔]
283.04 s
[openapi3] decodes correctly [✔]
283.04 s
[openapi3] roundtrips: eitherDecode . encode [✔]
283.04 s
[openapi3] roundtrips with toJSON [✔]
283.04 s
[openapi3] roundtrips with toEncoding [✔]
283.04 s
[openapi3] Data.OpenApi.Schema.Generator
283.04 s
[openapi3] FromJSON validation
283.04 s
[openapi3] Bool [✔]
283.04 s
[openapi3] +++ OK, passed 100 tests.
283.04 s
[openapi3] Char [✔]
283.04 s
[openapi3] +++ OK, passed 100 tests.
283.04 s
[openapi3] Double [✔]
283.04 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Float [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Int [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Int8 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Int16 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Int32 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Int64 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Integer [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Word [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Word8 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Word16 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Word32 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] Word64 [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] String [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] () [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] T.Text [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.05 s
[openapi3] TL.Text [✔]
283.05 s
[openapi3] +++ OK, passed 100 tests.
283.06 s
[openapi3] [String] [✔]
283.06 s
[openapi3] +++ OK, passed 100 tests.
283.06 s
[openapi3] (IntMap String) [✔]
283.06 s
[openapi3] +++ OK, passed 100 tests.
283.06 s
[openapi3] (Set Bool) [✔]
283.06 s
[openapi3] +++ OK, passed 100 tests.
283.06 s
[openapi3] (NonEmpty Bool) [✔]
283.06 s
[openapi3] +++ OK, passed 100 tests.
283.07 s
[openapi3] (HashSet Bool) [✔]
283.07 s
[openapi3] +++ OK, passed 100 tests.
283.07 s
[openapi3] (Either Int String) [✔]
283.07 s
[openapi3] +++ OK, passed 100 tests.
283.07 s
[openapi3] (Int, String) [✔]
283.07 s
[openapi3] +++ OK, passed 100 tests.
283.08 s
[openapi3] (Map String Int) [✔]
283.08 s
[openapi3] +++ OK, passed 100 tests.
283.09 s
[openapi3] (Map T.Text Int) [✔]
283.09 s
[openapi3] +++ OK, passed 100 tests.
283.10 s
[openapi3] (Map TL.Text Bool) [✔]
283.10 s
[openapi3] +++ OK, passed 100 tests.
283.11 s
[openapi3] (HashMap String Int) [✔]
283.11 s
[openapi3] +++ OK, passed 100 tests.
283.12 s
[openapi3] (HashMap T.Text Int) [✔]
283.12 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] (HashMap TL.Text Bool) [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Object [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] (Int, String, Double) [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] (Int, String, Double, [Int]) [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] (Int, String, Double, [Int], Int) [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Invalid FromJSON validation
283.13 s
[openapi3] WrongType [✔]
283.13 s
[openapi3] +++ OK, failed as expected. Error in $: parsing WrongType failed, expected Boolean, but encountered Object (after 1 test):
283.13 s
[openapi3] Object (fromList [])
283.13 s
[openapi3] MissingRequired [✔]
283.13 s
[openapi3] +++ OK, failed as expected. Error in $: key "propB" not found (after 1 test):
283.13 s
[openapi3] Object (fromList [("propA",String "")])
283.13 s
[openapi3] MissingProperty [✔]
283.13 s
[openapi3] +++ OK, failed as expected. Error in $: key "propD" not found (after 1 test):
283.13 s
[openapi3] Object (fromList [("propC",String "")])
283.13 s
[openapi3] WrongPropType [✔]
283.13 s
[openapi3] +++ OK, failed as expected. Error in $.propE: expected String, but encountered Boolean (after 1 test):
283.13 s
[openapi3] Object (fromList [("propE",Bool True)])
283.13 s
[openapi3] Data.OpenApi.Schema.Validation
283.13 s
[openapi3] Validation
283.13 s
[openapi3] Bool [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Char [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Double [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Float [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Int [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Int8 [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Int16 [✔]
283.13 s
[openapi3] +++ OK, passed 100 tests.
283.13 s
[openapi3] Int32 [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] Int64 [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] Integer [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] Word [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] Word8 [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] Word16 [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] Word32 [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] Word64 [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] String [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] () [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] ZonedTime [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] UTCTime [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] T.Text [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.14 s
[openapi3] TL.Text [✔]
283.14 s
[openapi3] +++ OK, passed 100 tests.
283.15 s
[openapi3] [String] [✔]
283.15 s
[openapi3] +++ OK, passed 100 tests.
283.15 s
[openapi3] (IntMap String) [✔]
283.15 s
[openapi3] +++ OK, passed 100 tests.
283.15 s
[openapi3] (Set Bool) [✔]
283.15 s
[openapi3] +++ OK, passed 100 tests.
283.15 s
[openapi3] (NonEmpty Bool) [✔]
283.15 s
[openapi3] +++ OK, passed 100 tests.
283.15 s
[openapi3] (HashSet Bool) [✔]
283.15 s
[openapi3] +++ OK, passed 100 tests.
283.15 s
[openapi3] (Either Int String) [✔]
283.15 s
[openapi3] +++ OK, passed 100 tests.
283.15 s
[openapi3] (Int, String) [✔]
283.15 s
[openapi3] +++ OK, passed 100 tests.
283.16 s
[openapi3] (Map String Int) [✔]
283.16 s
[openapi3] +++ OK, passed 100 tests.
283.17 s
[openapi3] (Map T.Text Int) [✔]
283.17 s
[openapi3] +++ OK, passed 100 tests.
283.18 s
[openapi3] (Map TL.Text Bool) [✔]
283.18 s
[openapi3] +++ OK, passed 100 tests.
283.18 s
[openapi3] (HashMap String Int) [✔]
283.18 s
[openapi3] +++ OK, passed 100 tests.
283.19 s
[openapi3] (HashMap T.Text Int) [✔]
283.19 s
[openapi3] +++ OK, passed 100 tests.
283.20 s
[openapi3] (HashMap TL.Text Bool) [✔]
283.20 s
[openapi3] +++ OK, passed 100 tests.
283.28 s
[openapi3] Object [✔]
283.28 s
[openapi3] +++ OK, passed 100 tests.
283.28 s
[openapi3] (Int, String, Double) [✔]
283.28 s
[openapi3] +++ OK, passed 100 tests.
283.28 s
[openapi3] (Int, String, Double, [Int]) [✔]
283.28 s
[openapi3] +++ OK, passed 100 tests.
283.28 s
[openapi3] (Int, String, Double, [Int], Int) [✔]
283.28 s
[openapi3] +++ OK, passed 100 tests.
283.28 s
[openapi3] Person [✔]
283.28 s
[openapi3] +++ OK, passed 100 tests.
283.28 s
[openapi3] Color [✔]
283.28 s
[openapi3] +++ OK, passed 100 tests.
283.28 s
[openapi3] Paint [✔]
283.28 s
[openapi3] +++ OK, passed 100 tests.
283.36 s
[openapi3] MyRoseTree [✔]
283.36 s
[openapi3] +++ OK, passed 100 tests.
283.36 s
[openapi3] Light [✔]
283.36 s
[openapi3] +++ OK, passed 100 tests.
283.37 s
[openapi3] Light TaggedObject [✔]
283.37 s
[openapi3] +++ OK, passed 100 tests.
283.37 s
[openapi3] Light UntaggedValue [✔]
283.37 s
[openapi3] +++ OK, passed 100 tests.
283.37 s
[openapi3] ButtonImages [✔]
283.37 s
[openapi3] +++ OK, passed 100 tests.
283.37 s
[openapi3] Version [✔]
283.37 s
[openapi3] +++ OK, passed 100 tests.
283.38 s
[openapi3] FreeForm [✔]
283.38 s
[openapi3] +++ OK, passed 100 tests.
283.38 s
[openapi3] invalid cases
283.38 s
[openapi3] invalidPersonToJSON [✔]
283.38 s
[openapi3] +++ OK, passed 100 tests.
283.38 s
[openapi3] invalidColorToJSON [✔]
283.38 s
[openapi3] +++ OK, passed 100 tests.
283.38 s
[openapi3] invalidPaintToJSON [✔]
283.38 s
[openapi3] +++ OK, passed 100 tests.
283.38 s
[openapi3] invalidLightToJSON [✔]
283.38 s
[openapi3] +++ OK, passed 100 tests.
283.39 s
[openapi3] invalidButtonImagesToJSON [✔]
283.39 s
[openapi3] +++ OK, passed 100 tests.
283.39 s
[openapi3]
283.39 s
[openapi3] Finished in 0.3692 seconds
283.39 s
[openapi3] 375 examples, 0 failures
283.39 s
[tls] can resume with extended main secret [✔]
283.39 s
[tls] +++ OK, passed 100 tests.
283.40 s
[openapi3] Test suite spec: PASS
283.40 s
[openapi3] Test suite logged to: dist/test/openapi3-3.2.4-spec.log
283.40 s
[openapi3] Test suite doctests: RUNNING...
283.64 s
[openapi3]
283.64 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/TypeShape.hs:49:32: warning: [GHC-39567] [-Wstar-is-type]
283.64 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.64 s
[openapi3] relies on the StarIsType extension, which will become
283.64 s
[openapi3] deprecated in the future.
283.64 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.64 s
[openapi3] |
283.64 s
[openapi3] 49 | type family GenericShape (g :: * -> *) :: TypeShape
283.64 s
[openapi3] | ^
283.64 s
[openapi3]
283.64 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/TypeShape.hs:49:37: warning: [GHC-39567] [-Wstar-is-type]
283.64 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.64 s
[openapi3] relies on the StarIsType extension, which will become
283.64 s
[openapi3] deprecated in the future.
283.64 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.64 s
[openapi3] |
283.64 s
[openapi3] 49 | type family GenericShape (g :: * -> *) :: TypeShape
283.64 s
[openapi3] | ^
283.71 s
[openapi3]
283.71 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:316:28: warning: [GHC-39567] [-Wstar-is-type]
283.71 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.71 s
[openapi3] relies on the StarIsType extension, which will become
283.71 s
[openapi3] deprecated in the future.
283.71 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.71 s
[openapi3] |
283.71 s
[openapi3] 316 | class GToParamSchema (f :: * -> *) where
283.71 s
[openapi3] | ^
283.71 s
[openapi3]
283.71 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:316:33: warning: [GHC-39567] [-Wstar-is-type]
283.71 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.71 s
[openapi3] relies on the StarIsType extension, which will become
283.71 s
[openapi3] deprecated in the future.
283.71 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.71 s
[openapi3] |
283.71 s
[openapi3] 316 | class GToParamSchema (f :: * -> *) where
283.71 s
[openapi3] | ^
283.71 s
[openapi3]
283.71 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:334:30: warning: [GHC-39567] [-Wstar-is-type]
283.71 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.71 s
[openapi3] relies on the StarIsType extension, which will become
283.71 s
[openapi3] deprecated in the future.
283.71 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.71 s
[openapi3] |
283.71 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> *) where
283.71 s
[openapi3] | ^
283.71 s
[openapi3]
283.71 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:334:35: warning: [GHC-39567] [-Wstar-is-type]
283.71 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.71 s
[openapi3] relies on the StarIsType extension, which will become
283.71 s
[openapi3] deprecated in the future.
283.71 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.71 s
[openapi3] |
283.71 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> *) where
283.71 s
[openapi3] | ^
283.75 s
[openapi3]
283.75 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:590:23: warning: [GHC-39567] [-Wstar-is-type]
283.75 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.75 s
[openapi3] relies on the StarIsType extension, which will become
283.75 s
[openapi3] deprecated in the future.
283.75 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.75 s
[openapi3] |
283.75 s
[openapi3] 590 | class GToSchema (f :: * -> *) where
283.75 s
[openapi3] | ^
283.75 s
[openapi3]
283.75 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:590:28: warning: [GHC-39567] [-Wstar-is-type]
283.75 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.75 s
[openapi3] relies on the StarIsType extension, which will become
283.75 s
[openapi3] deprecated in the future.
283.75 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.75 s
[openapi3] |
283.75 s
[openapi3] 590 | class GToSchema (f :: * -> *) where
283.75 s
[openapi3] | ^
283.75 s
[openapi3]
283.75 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:1049:26: warning: [GHC-39567] [-Wstar-is-type]
283.75 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.75 s
[openapi3] relies on the StarIsType extension, which will become
283.75 s
[openapi3] deprecated in the future.
283.75 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.75 s
[openapi3] |
283.75 s
[openapi3] 1049 | class GSumToSchema (f :: * -> *) where
283.75 s
[openapi3] | ^
283.76 s
[openapi3]
283.76 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:1049:31: warning: [GHC-39567] [-Wstar-is-type]
283.76 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
283.76 s
[openapi3] relies on the StarIsType extension, which will become
283.76 s
[openapi3] deprecated in the future.
283.76 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
283.76 s
[openapi3] |
283.76 s
[openapi3] 1049 | class GSumToSchema (f :: * -> *) where
283.76 s
[openapi3] | ^
283.76 s
[tls] can handle ALPN [✔]
283.76 s
[tls] +++ OK, passed 100 tests.
284.13 s
[tls] can handle SNI [✔]
284.24 s
[tls] +++ OK, passed 100 tests.
284.30 s
[openapi3]
284.30 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Declare.hs:55:3: warning: [-Wnoncanonical-monad-instances]
284.30 s
[openapi3] Noncanonical ‘return’ definition detected
284.30 s
[openapi3] in the instance declaration for ‘Monad (DeclareT d m)’.
284.30 s
[openapi3] ‘return’ will eventually be removed in favour of ‘pure’
284.31 s
[openapi3] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
284.31 s
[openapi3] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
284.60 s
[tls] can re-negotiate with TLS 1.2 [✔]
284.60 s
[tls] +++ OK, passed 100 tests.
284.87 s
[openapi3]
284.87 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/TypeShape.hs:49:32: warning: [GHC-39567] [-Wstar-is-type]
284.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
284.87 s
[openapi3] relies on the StarIsType extension, which will become
284.87 s
[openapi3] deprecated in the future.
284.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
284.87 s
[openapi3]
284.87 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/TypeShape.hs:49:37: warning: [GHC-39567] [-Wstar-is-type]
284.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
284.87 s
[openapi3] relies on the StarIsType extension, which will become
284.87 s
[openapi3] deprecated in the future.
284.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
285.09 s
[tls] can resume session with TLS 1.2 [✔]
285.09 s
[tls] +++ OK, passed 100 tests.
285.60 s
[tls] can resume session ticket with TLS 1.2 [✔]
285.60 s
[tls] +++ OK, passed 100 tests.
285.89 s
[tls] can handshake with TLS 1.3 Full [✔]
285.89 s
[tls] +++ OK, passed 100 tests.
286.17 s
[tls] can handshake with TLS 1.3 HRR [✔]
286.17 s
[tls] +++ OK, passed 100 tests.
286.56 s
[tls] can handshake with TLS 1.3 PSK [✔]
286.56 s
[tls] +++ OK, passed 100 tests.
286.95 s
[tls] can handshake with TLS 1.3 PSK ticket [✔]
286.95 s
[tls] +++ OK, passed 100 tests.
287.41 s
[tls] can handshake with TLS 1.3 PSK -> HRR [✔]
287.41 s
[tls] +++ OK, passed 100 tests.
287.95 s
[tls] can handshake with TLS 1.3 0RTT [✔]
287.95 s
[tls] +++ OK, passed 100 tests.
288.37 s
[tls] can handshake with TLS 1.3 0RTT -> PSK [✔]
288.37 s
[tls] +++ OK, passed 100 tests.
288.71 s
[tls] can handshake with TLS 1.3 EE [✔]
288.71 s
[tls] +++ OK, passed 100 tests.
289.35 s
[tls] can handshake with TLS 1.3 EC groups [✔]
289.38 s
[tls] +++ OK, passed 100 tests.
289.73 s
[openapi3]
289.73 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:316:28: warning: [GHC-39567] [-Wstar-is-type]
289.73 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.73 s
[openapi3] relies on the StarIsType extension, which will become
289.73 s
[openapi3] deprecated in the future.
289.73 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.73 s
[openapi3]
289.73 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:316:33: warning: [GHC-39567] [-Wstar-is-type]
289.73 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.73 s
[openapi3] relies on the StarIsType extension, which will become
289.73 s
[openapi3] deprecated in the future.
289.73 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.73 s
[openapi3]
289.73 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:334:30: warning: [GHC-39567] [-Wstar-is-type]
289.73 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.73 s
[openapi3] relies on the StarIsType extension, which will become
289.73 s
[openapi3] deprecated in the future.
289.74 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.74 s
[openapi3]
289.74 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/ParamSchema.hs:334:35: warning: [GHC-39567] [-Wstar-is-type]
289.74 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.74 s
[openapi3] relies on the StarIsType extension, which will become
289.74 s
[openapi3] deprecated in the future.
289.74 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.87 s
[openapi3]
289.87 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:590:23: warning: [GHC-39567] [-Wstar-is-type]
289.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.87 s
[openapi3] relies on the StarIsType extension, which will become
289.87 s
[openapi3] deprecated in the future.
289.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.87 s
[openapi3]
289.87 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:590:28: warning: [GHC-39567] [-Wstar-is-type]
289.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.87 s
[openapi3] relies on the StarIsType extension, which will become
289.87 s
[openapi3] deprecated in the future.
289.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.87 s
[openapi3]
289.87 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:1049:26: warning: [GHC-39567] [-Wstar-is-type]
289.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.87 s
[openapi3] relies on the StarIsType extension, which will become
289.87 s
[openapi3] deprecated in the future.
289.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.87 s
[openapi3]
289.87 s
[openapi3] /build/openapi3-3.2.4/src/Data/OpenApi/Internal/Schema.hs:1049:31: warning: [GHC-39567] [-Wstar-is-type]
289.87 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
289.87 s
[openapi3] relies on the StarIsType extension, which will become
289.87 s
[openapi3] deprecated in the future.
289.87 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
289.99 s
[tls] can handshake with TLS 1.3 FFDHE groups [✔]
289.99 s
[tls] +++ OK, passed 100 tests.
290.84 s
[tls] can handshake with TLS 1.3 Post-handshake auth [✔]
290.84 s
[tls] +++ OK, passed 100 tests.
290.84 s
[tls] Thread
290.84 s
[tls] thread safety
291.24 s
[tls] can read/write concurrently [✔]
291.24 s
[tls] +++ OK, passed 100 tests.
291.24 s
[tls]
291.24 s
[tls] Finished in 16.9952 seconds
291.24 s
[tls] 38 examples, 0 failures
291.25 s
[tls] Test suite spec: PASS
291.25 s
[tls] Test suite logged to: dist/test/tls-2.1.8-spec.log
291.25 s
[tls] 1 of 1 test suites (1 of 1 test cases) passed.
291.26 s
[tls] Phase: haddockPhase
291.40 s
[tls] Preprocessing library for tls-2.1.8..
291.41 s
[tls] Running Haddock on library for tls-2.1.8..
291.41 s
[tls] Warning: The documentation for the following packages are not installed. No
291.41 s
[tls] links will be generated to these packages: vector-0.13.2.0
291.47 s
[tls] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
292.20 s
[tls] 100% ( 6 / 6) in 'Network.TLS.Extra.FFDHE'
292.87 s
[tls] 35% ( 20 / 57) in 'Network.TLS.Extra.Cipher'
292.87 s
[tls] Missing documentation for:
292.87 s
[tls] Module header
292.87 s
[tls] cipher_DHE_RSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:192)
292.87 s
[tls] cipher_DHE_RSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:212)
292.87 s
[tls] cipher13_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:235)
292.87 s
[tls] cipher13_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:255)
292.87 s
[tls] cipher13_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:275)
292.87 s
[tls] cipher13_AES_128_CCM_SHA256 (Network/TLS/Extra/Cipher.hs:295)
292.87 s
[tls] cipher13_AES_128_CCM_8_SHA256 (Network/TLS/Extra/Cipher.hs:315)
292.87 s
[tls] cipher_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:338)
292.87 s
[tls] cipher_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:358)
292.87 s
[tls] cipher_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:378)
292.87 s
[tls] cipher_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:398)
292.87 s
[tls] cipher_ECDHE_ECDSA_WITH_AES_128_CCM (Network/TLS/Extra/Cipher.hs:421)
292.87 s
[tls] cipher_ECDHE_ECDSA_WITH_AES_256_CCM (Network/TLS/Extra/Cipher.hs:441)
292.87 s
[tls] cipher_ECDHE_ECDSA_WITH_AES_128_CCM_8 (Network/TLS/Extra/Cipher.hs:461)
292.87 s
[tls] cipher_ECDHE_ECDSA_WITH_AES_256_CCM_8 (Network/TLS/Extra/Cipher.hs:481)
292.87 s
[tls] cipher_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:504)
292.87 s
[tls] cipher_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:524)
292.87 s
[tls] cipher_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:544)
292.87 s
[tls] cipher_DHE_RSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:208)
292.87 s
[tls] cipher_DHE_RSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:228)
292.87 s
[tls] cipher_TLS13_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:247)
292.87 s
[tls] cipher_TLS13_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:267)
292.87 s
[tls] cipher_TLS13_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:287)
292.87 s
[tls] cipher_TLS13_AES128CCM_SHA256 (Network/TLS/Extra/Cipher.hs:307)
292.87 s
[tls] cipher_TLS13_AES128CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:327)
292.87 s
[tls] cipher_ECDHE_ECDSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:350)
292.87 s
[tls] cipher_ECDHE_ECDSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:370)
292.87 s
[tls] cipher_ECDHE_RSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:390)
292.87 s
[tls] cipher_ECDHE_RSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:410)
292.87 s
[tls] cipher_ECDHE_ECDSA_AES128CCM_SHA256 (Network/TLS/Extra/Cipher.hs:433)
292.87 s
[tls] cipher_ECDHE_ECDSA_AES256CCM_SHA256 (Network/TLS/Extra/Cipher.hs:453)
292.87 s
[tls] cipher_ECDHE_ECDSA_AES128CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:473)
292.87 s
[tls] cipher_ECDHE_ECDSA_AES256CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:493)
292.87 s
[tls] cipher_ECDHE_RSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:516)
292.87 s
[tls] cipher_ECDHE_ECDSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:536)
292.87 s
[tls] cipher_DHE_RSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:556)
292.90 s
[tls] 100% ( 3 / 3) in 'Network.TLS.Extra'
293.00 s
[tls] Warning: Couldn't find .haddock for export ExtensionRaw
293.00 s
[tls] Warning: Couldn't find .haddock for export ExtensionID
293.23 s
[cryptostore] enveloping with authentication: OK (17.82s)
293.23 s
[cryptostore] +++ OK, passed 100 tests:
293.23 s
[cryptostore] 16% AUTH_ENC_256
293.23 s
[cryptostore] 14% AES256_GCM
293.23 s
[cryptostore] 14% CHACHA20_POLY1305
293.23 s
[cryptostore] 13% AES192_CCM
293.23 s
[cryptostore] 11% AES192_GCM
293.23 s
[cryptostore] 9% AES128_CCM
293.23 s
[cryptostore] 9% AES128_GCM
293.23 s
[cryptostore] 6% AUTH_ENC_128
293.23 s
[cryptostore] 5% AES256_CCM
293.23 s
[cryptostore] 3% CMS_CEK_HKDF_SHA256
293.23 s
[cryptostore] X509
293.23 s
[cryptostore] RSA
293.23 s
[cryptostore] read public key: OK
293.23 s
[cryptostore] read certificate: OK
293.23 s
[cryptostore] same key: OK
293.23 s
[cryptostore] write certificate: OK
293.23 s
[cryptostore] write public key: OK
293.23 s
[cryptostore] DSA
293.23 s
[cryptostore] read public key: OK
293.23 s
[cryptostore] read certificate: OK
293.23 s
[cryptostore] same key: OK
293.23 s
[cryptostore] write certificate: OK
293.23 s
[cryptostore] write public key: OK
293.23 s
[cryptostore] EC (named curve)
293.23 s
[cryptostore] read public key: OK
293.23 s
[cryptostore] read certificate: OK
293.23 s
[cryptostore] same key: OK
293.23 s
[cryptostore] write certificate: OK
293.23 s
[cryptostore] write public key: OK
293.23 s
[cryptostore] X25519
293.23 s
[cryptostore] read public key: OK
293.23 s
[cryptostore] read certificate: OK
293.23 s
[cryptostore] same key: OK
293.23 s
[cryptostore] write certificate: OK
293.23 s
[cryptostore] write public key: OK
293.23 s
[cryptostore] X448
293.23 s
[cryptostore] read public key: OK
293.23 s
[cryptostore] read certificate: OK
293.23 s
[cryptostore] same key: OK
293.23 s
[cryptostore] write certificate: OK
293.23 s
[cryptostore] write public key: OK
293.23 s
[cryptostore] Ed25519
293.23 s
[cryptostore] read public key: OK
293.23 s
[cryptostore] read certificate: OK
293.23 s
[cryptostore] same key: OK
293.23 s
[cryptostore] write certificate: OK
293.23 s
[cryptostore] write public key: OK
293.23 s
[cryptostore] Ed448
293.23 s
[cryptostore] read public key: OK
293.23 s
[cryptostore] read certificate: OK
293.23 s
[cryptostore] same key: OK
293.23 s
[cryptostore] write certificate: OK
293.23 s
[cryptostore] write public key: OK
293.24 s
[cryptostore] properties
293.93 s
[tls] Warning: 'onClientCertificate' is out of scope.
293.93 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
294.02 s
[tls] Warning: 'clientWantSessionResume13' is out of scope.
294.02 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
294.02 s
[tls] Warning: 'sendData' is out of scope.
294.02 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
294.03 s
[tls] Warning: 'Intrinsic' is out of scope.
294.03 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
294.30 s
[cryptostore] marshalling public keys: OK (1.06s)
294.30 s
[cryptostore] +++ OK, passed 100 tests.
294.43 s
[tls] Warning: 'debugVersionForced' is out of scope.
294.48 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
294.72 s
[cryptostore] marshalling certificates: OK (0.42s)
294.72 s
[cryptostore] +++ OK, passed 100 tests.
294.73 s
[cryptostore] marshalling CRLs: OK (0.01s)
294.73 s
[cryptostore] +++ OK, passed 100 tests.
294.73 s
[cryptostore] PKCS8
294.73 s
[cryptostore] RSA
294.73 s
[cryptostore] PrivateKey
294.73 s
[cryptostore] read outer: OK
294.73 s
[cryptostore] read inner: OK
294.73 s
[cryptostore] same key: OK
294.73 s
[cryptostore] write outer: OK
294.73 s
[cryptostore] write inner: OK
294.73 s
[cryptostore] EncryptedPrivateKey
294.73 s
[cryptostore] PBES1
294.73 s
[cryptostore] read unencrypted: OK
294.73 s
[cryptostore] read encrypted: OK
294.95 s
[cryptostore] same keys: OK (0.23s)
294.95 s
[cryptostore] PBKDF2
294.95 s
[cryptostore] read unencrypted: OK
294.95 s
[cryptostore] read encrypted: OK
295.08 s
[cryptostore] same keys: OK (0.13s)
295.08 s
[cryptostore] Scrypt
295.08 s
[cryptostore] read unencrypted: OK
295.08 s
[cryptostore] read encrypted: OK
295.20 s
[cryptostore] same keys: OK (0.11s)
295.20 s
[cryptostore] DSA
295.20 s
[cryptostore] PrivateKey
295.20 s
[cryptostore] read outer: OK
295.20 s
[cryptostore] read inner: OK
295.20 s
[cryptostore] same key: OK
295.20 s
[cryptostore] write outer: OK
295.20 s
[cryptostore] write inner: OK
295.20 s
[cryptostore] EncryptedPrivateKey
295.20 s
[cryptostore] PBES1
295.20 s
[cryptostore] read unencrypted: OK
295.20 s
[cryptostore] read encrypted: OK
295.26 s
[tls] Warning: 'CertificateVerify' is out of scope.
295.26 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
295.26 s
[tls] Warning: 'HandAndSignatureAlgorithm' is out of scope.
295.26 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
295.33 s
[cryptostore] same keys: OK (0.11s)
295.33 s
[cryptostore] PBKDF2
295.33 s
[cryptostore] read unencrypted: OK
295.34 s
[cryptostore] read encrypted: OK
295.39 s
[cryptostore] same keys: OK (0.06s)
295.39 s
[cryptostore] Scrypt
295.39 s
[cryptostore] read unencrypted: OK
295.39 s
[cryptostore] read encrypted: OK
295.48 s
[cryptostore] same keys: OK (0.06s)
295.48 s
[cryptostore] EC (named curve)
295.48 s
[cryptostore] PrivateKey
295.48 s
[cryptostore] read outer: OK
295.48 s
[cryptostore] read inner: OK
295.48 s
[cryptostore] same key: OK
295.48 s
[cryptostore] write outer: OK
295.48 s
[cryptostore] write inner: OK
295.48 s
[cryptostore] EncryptedPrivateKey
295.48 s
[cryptostore] PBES1
295.48 s
[cryptostore] read unencrypted: OK
295.50 s
[cryptostore] read encrypted: OK
295.56 s
[cryptostore] same keys: OK (0.07s)
295.56 s
[cryptostore] PBKDF2
295.56 s
[cryptostore] read unencrypted: OK
295.56 s
[cryptostore] read encrypted: OK
295.59 s
[cryptostore] same keys: OK (0.03s)
295.59 s
[cryptostore] Scrypt
295.59 s
[cryptostore] read unencrypted: OK
295.63 s
[cryptostore] read encrypted: OK
295.64 s
[tls] Warning: 'bracket' is out of scope.
295.64 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
295.69 s
[cryptostore] same keys: OK (0.09s)
295.69 s
[cryptostore] EC (explicit prime curve)
295.69 s
[cryptostore] PrivateKey
295.69 s
[cryptostore] read outer: OK
295.69 s
[cryptostore] read inner: OK
295.69 s
[cryptostore] same key: OK
295.69 s
[cryptostore] write outer: OK
295.69 s
[cryptostore] write inner: OK
295.69 s
[cryptostore] EncryptedPrivateKey
295.69 s
[cryptostore] PBES1
295.69 s
[cryptostore] read unencrypted: OK
295.70 s
[cryptostore] read encrypted: OK
295.72 s
[tls] 94% ( 36 / 38) in 'Network.TLS.QUIC'
295.72 s
[tls] Missing documentation for:
295.72 s
[tls] fromAlertDescription (Network/TLS/Error.hs:85)
295.72 s
[tls] defaultSupported (Network/TLS/QUIC.hs:251)
295.83 s
[cryptostore] same keys: OK (0.14s)
295.83 s
[cryptostore] PBKDF2
295.83 s
[cryptostore] read unencrypted: OK
295.83 s
[cryptostore] read encrypted: OK
295.89 s
[tls] Warning: 'IOException' is out of scope.
295.89 s
[tls] If you qualify the identifier, haddock can try to link it anyway.
295.89 s
[tls] 67% (180 /265) in 'Network.TLS'
295.89 s
[tls] Missing documentation for:
295.89 s
[tls] HasBackend (Network/TLS/Backend.hs:33)
295.89 s
[tls] TLSParams (Network/TLS/Context.hs:108)
295.89 s
[tls] ClientParams (Network/TLS/Parameters.hs:91)
295.89 s
[tls] ServerParams (Network/TLS/Parameters.hs:164)
295.89 s
[tls] defaultParamsServer (Network/TLS/Parameters.hs:207)
295.89 s
[tls] defaultShared (Network/TLS/Parameters.hs:430)
295.89 s
[tls] defaultClientHooks (Network/TLS/Parameters.hs:575)
295.89 s
[tls] defaultSupported (Network/TLS/Parameters.hs:356)
295.89 s
[tls] Credentials (Network/TLS/Credentials.hs:34)
295.89 s
[tls] Credential (Network/TLS/Credentials.hs:29)
295.89 s
[tls] sessionVersion (Network/TLS/Types/Session.hs:37)
295.89 s
[tls] sessionCipher (Network/TLS/Types/Session.hs:38)
295.89 s
[tls] sessionCompression (Network/TLS/Types/Session.hs:39)
295.89 s
[tls] sessionClientSNI (Network/TLS/Types/Session.hs:40)
295.89 s
[tls] sessionSecret (Network/TLS/Types/Session.hs:41)
295.89 s
[tls] sessionGroup (Network/TLS/Types/Session.hs:42)
295.89 s
[tls] sessionTicketInfo (Network/TLS/Types/Session.hs:43)
295.89 s
[tls] sessionALPN (Network/TLS/Types/Session.hs:44)
295.89 s
[tls] sessionMaxEarlyDataSize (Network/TLS/Types/Session.hs:45)
295.89 s
[tls] sessionFlags (Network/TLS/Types/Session.hs:46)
295.89 s
[tls] TLS13TicketInfo (Network/TLS/Types/Session.hs:62)
295.89 s
[tls] is0RTTPossible (Network/TLS/Types/Session.hs:50)
295.89 s
[tls] defaultValidationCache
295.89 s
[tls] HashAndSignatureAlgorithm (Network/TLS/HashAndSignature.hs:135)
295.89 s
[tls] supportedSignatureSchemes (Network/TLS/HashAndSignature.hs:142)
295.89 s
[tls] HashAlgorithm (Network/TLS/HashAndSignature.hs:43)
295.89 s
[tls] SignatureAlgorithm (Network/TLS/HashAndSignature.hs:78)
295.89 s
[tls] Group (Network/TLS/Crypto/Types.hs:34)
295.89 s
[tls] supportedNamedGroups (Network/TLS/Crypto/Types.hs:79)
295.89 s
[tls] DHParams (Network/TLS/Crypto/DH.hs:29)
295.89 s
[tls] DHPublic (Network/TLS/Crypto/DH.hs:27)
295.89 s
[tls] MaxFragmentEnum (Network/TLS/Extension.hs:485)
295.89 s
[tls] infoVersion (Network/TLS/Parameters.hs:679)
295.89 s
[tls] infoCipher (Network/TLS/Parameters.hs:680)
295.89 s
[tls] infoCompression (Network/TLS/Parameters.hs:681)
295.89 s
[tls] infoMainSecret (Network/TLS/Parameters.hs:682)
295.89 s
[tls] infoExtendedMainSecret (Network/TLS/Parameters.hs:683)
295.89 s
[tls] infoClientRandom (Network/TLS/Parameters.hs:684)
295.89 s
[tls] infoServerRandom (Network/TLS/Parameters.hs:685)
295.89 s
[tls] infoSupportedGroup (Network/TLS/Parameters.hs:686)
295.89 s
[tls] infoTLS12Resumption (Network/TLS/Parameters.hs:687)
295.89 s
[tls] infoTLS13HandshakeMode (Network/TLS/Parameters.hs:688)
295.89 s
[tls] infoIsEarlyDataAccepted (Network/TLS/Parameters.hs:689)
295.89 s
[tls] ClientRandom (Network/TLS/Struct.hs:262)
295.89 s
[tls] ServerRandom (Network/TLS/Struct.hs:247)
295.89 s
[tls] unClientRandom (Network/TLS/Struct.hs:262)
295.89 s
[tls] unServerRandom (Network/TLS/Struct.hs:247)
295.89 s
[tls] defaultHooks (Network/TLS/Hooks.hs:48)
295.89 s
[tls] contextModifyHooks (Network/TLS/Context/Internal.hs:349)
295.89 s
[tls] Handshake (Network/TLS/Struct.hs:445)
295.89 s
[tls] contextHookSetHandshakeRecv (Network/TLS/Context.hs:229)
295.89 s
[tls] Handshake13 (Network/TLS/Struct13.hs:30)
295.89 s
[tls] contextHookSetHandshake13Recv (Network/TLS/Context.hs:233)
295.89 s
[tls] contextHookSetCertificateRecv (Network/TLS/Context.hs:238)
295.89 s
[tls] defaultLogging (Network/TLS/Hooks.hs:24)
295.89 s
[tls] loggingPacketSent (Network/TLS/Hooks.hs:18)
295.89 s
[tls] loggingPacketRecv (Network/TLS/Hooks.hs:19)
295.89 s
[tls] loggingIOSent (Network/TLS/Hooks.hs:20)
295.89 s
[tls] loggingIORecv (Network/TLS/Hooks.hs:21)
295.89 s
[tls] Header (Network/TLS/Struct.hs:245)
295.89 s
[tls] ProtocolType (Network/TLS/Struct.hs:207)
295.89 s
[tls] contextHookSetLogging (Network/TLS/Context.hs:242)
295.89 s
[tls] KxError (Network/TLS/Crypto.hs:86)
295.89 s
[tls] AlertDescription (Network/TLS/Error.hs:85)
295.89 s
[tls] CipherKeyExchangeType (Network/TLS/Types/Cipher.hs:62)
295.89 s
[tls] Bulk (Network/TLS/Types/Cipher.hs:78)
295.89 s
[tls] BulkFunctions (Network/TLS/Types/Cipher.hs:101)
295.89 s
[tls] BulkDirection (Network/TLS/Types/Cipher.hs:106)
295.89 s
[tls] BulkState (Network/TLS/Cipher.hs:34)
295.89 s
[tls] BulkStream (Network/TLS/Types/Cipher.hs:116)
295.89 s
[tls] BulkBlock (Network/TLS/Types/Cipher.hs:109)
295.89 s
[tls] BulkAEAD (Network/TLS/Types/Cipher.hs:118)
295.89 s
[tls] bulkInit (Network/TLS/Cipher.hs:46)
295.89 s
[tls] Hash (Network/TLS/Crypto.hs:160)
295.89 s
[tls] cipherKeyBlockSize (Network/TLS/Cipher.hs:59)
295.89 s
[tls] BulkKey (Network/TLS/Types/Cipher.hs:111)
295.89 s
[tls] BulkIV (Network/TLS/Types/Cipher.hs:112)
295.89 s
[tls] BulkNonce (Network/TLS/Types/Cipher.hs:113)
295.89 s
[tls] BulkAdditionalData (Network/TLS/Types/Cipher.hs:114)
295.89 s
[tls] hasMAC (Network/TLS/Cipher.hs:53)
295.89 s
[tls] hasRecordIV (Network/TLS/Cipher.hs:53)
295.89 s
[tls] elemCipher (Network/TLS/Cipher.hs:75)
295.89 s
[tls] intersectCiphers (Network/TLS/Cipher.hs:80)
295.89 s
[tls] findCipher (Network/TLS/Cipher.hs:83)
295.89 s
[tls] Bytes (Network/TLS.hs:348)
295.90 s
[cryptostore] same keys: OK (0.07s)
295.90 s
[cryptostore] Scrypt
295.90 s
[cryptostore] read unencrypted: OK
295.93 s
[cryptostore] read encrypted: OK
295.99 s
[cryptostore] same keys: OK (0.09s)
295.99 s
[cryptostore] X25519
295.99 s
[cryptostore] PrivateKey
295.99 s
[cryptostore] read: OK
295.99 s
[cryptostore] write: OK
295.99 s
[cryptostore] EncryptedPrivateKey
295.99 s
[cryptostore] PBES1
295.99 s
[cryptostore] read unencrypted: OK
295.99 s
[cryptostore] read encrypted: OK
296.03 s
[cryptostore] same keys: OK (0.04s)
296.03 s
[cryptostore] PBKDF2
296.03 s
[cryptostore] read unencrypted: OK
296.04 s
[cryptostore] read encrypted: OK
296.05 s
[cryptostore] same keys: OK (0.01s)
296.05 s
[cryptostore] Scrypt
296.05 s
[cryptostore] read unencrypted: OK
296.08 s
[tls] Warning: Network.TLS: could not find link destinations for:
296.08 s
[tls] - Network.TLS.Types.Cipher.CipherId
296.08 s
[tls] - Network.TLS.Types.Role
296.08 s
[tls] - Network.TLS.Struct.VerifyData
296.08 s
[tls] - Network.TLS.Parameters.CommonParams
296.08 s
[tls] - Network.TLS.Context.getTLSCommonParams
296.08 s
[tls] - Network.TLS.Context.getTLSRole
296.08 s
[tls] - Network.TLS.Context.doHandshake
296.08 s
[tls] - Network.TLS.Context.doHandshakeWith
296.08 s
[tls] - Network.TLS.Context.doRequestCertificate
296.08 s
[tls] - Network.TLS.Context.doPostHandshakeAuthWith
296.08 s
[cryptostore] read encrypted: OK
296.14 s
[cryptostore] same keys: OK (0.09s)
296.14 s
[cryptostore] X448
296.14 s
[cryptostore] PrivateKey
296.14 s
[cryptostore] read: OK
296.14 s
[cryptostore] write: OK
296.14 s
[cryptostore] EncryptedPrivateKey
296.14 s
[cryptostore] PBES1
296.14 s
[cryptostore] read unencrypted: OK
296.14 s
[cryptostore] read encrypted: OK
296.20 s
[cryptostore] same keys: OK (0.06s)
296.20 s
[cryptostore] PBKDF2
296.20 s
[cryptostore] read unencrypted: OK
296.22 s
[cryptostore] read encrypted: OK
296.22 s
[cryptostore] same keys: OK (0.02s)
296.22 s
[cryptostore] Scrypt
296.22 s
[cryptostore] read unencrypted: OK
296.22 s
[cryptostore] read encrypted: OK
296.31 s
[cryptostore] same keys: OK (0.09s)
296.31 s
[cryptostore] Ed25519
296.31 s
[cryptostore] PrivateKey
296.31 s
[cryptostore] read: OK
296.31 s
[cryptostore] write: OK
296.31 s
[cryptostore] EncryptedPrivateKey
296.31 s
[cryptostore] PBES1
296.31 s
[cryptostore] read unencrypted: OK
296.32 s
[cryptostore] read encrypted: OK
296.36 s
[cryptostore] same keys: OK (0.05s)
296.36 s
[cryptostore] PBKDF2
296.36 s
[cryptostore] read unencrypted: OK
296.37 s
[cryptostore] read encrypted: OK
296.38 s
[cryptostore] same keys: OK (0.01s)
296.38 s
[cryptostore] Scrypt
296.38 s
[cryptostore] read unencrypted: OK
296.38 s
[cryptostore] read encrypted: OK
296.47 s
[cryptostore] same keys: OK (0.09s)
296.47 s
[cryptostore] Ed448
296.47 s
[cryptostore] PrivateKey
296.47 s
[cryptostore] read: OK
296.47 s
[cryptostore] write: OK
296.47 s
[cryptostore] EncryptedPrivateKey
296.47 s
[cryptostore] PBES1
296.47 s
[cryptostore] read unencrypted: OK
296.48 s
[cryptostore] read encrypted: OK
296.52 s
[cryptostore] same keys: OK (0.05s)
296.52 s
[cryptostore] PBKDF2
296.52 s
[cryptostore] read unencrypted: OK
296.52 s
[cryptostore] read encrypted: OK
296.54 s
[cryptostore] same keys: OK (0.02s)
296.54 s
[cryptostore] Scrypt
296.54 s
[cryptostore] read unencrypted: OK
296.54 s
[cryptostore] read encrypted: OK
296.66 s
[cryptostore] same keys: OK (0.10s)
296.66 s
[cryptostore] properties
297.13 s
[cryptostore] marshalling: OK (0.49s)
297.13 s
[cryptostore] +++ OK, passed 100 tests.
300.10 s
[cryptostore] marshalling with encryption: OK (2.94s)
300.15 s
[cryptostore] +++ OK, passed 100 tests.
300.15 s
[cryptostore] PKCS12
300.88 s
[cryptostore] RSA: OK (0.79s)
300.88 s
[cryptostore] Reading PKCS #12 files
300.88 s
[cryptostore] Reading private key
300.88 s
[cryptostore] Reading certificate
300.88 s
[cryptostore] Testing without integrity (0.10s)
300.88 s
[cryptostore] Testing integrity with SHA-1 (0.10s)
300.88 s
[cryptostore] Testing integrity with SHA-256 (0.09s)
300.88 s
[cryptostore] Testing integrity with SHA-384 (0.08s)
300.88 s
[cryptostore] Testing integrity with PBMAC1 with SHA-256
300.88 s
[cryptostore] Testing integrity with PBMAC1 with SHA-512
300.88 s
[cryptostore] Testing without certificate privacy (0.09s)
300.88 s
[cryptostore] Testing certificate privacy with aes-128-cbc (0.10s)
300.88 s
[cryptostore] Testing certificate privacy with PBE-SHA1-RC2-128 (0.09s)
300.88 s
[cryptostore] Testing certificate privacy with PBE-SHA1-RC2-40 (0.10s)
300.88 s
[cryptostore] Testing without private-key privacy
300.88 s
[cryptostore] Testing private-key privacy with aes-128-cbc
300.88 s
[cryptostore] Testing private-key privacy with PBE-SHA1-RC2-128 (0.01s)
300.88 s
[cryptostore] Testing private-key privacy with PBE-SHA1-RC2-40
301.10 s
[cryptostore] Ed25519: OK (0.22s)
301.10 s
[cryptostore] Reading PKCS #12 files
301.10 s
[cryptostore] Reading private key
301.10 s
[cryptostore] Reading certificate
301.10 s
[cryptostore] Testing without integrity (0.02s)
301.10 s
[cryptostore] Testing integrity with SHA-1 (0.02s)
301.10 s
[cryptostore] Testing integrity with SHA-256 (0.02s)
301.10 s
[cryptostore] Testing integrity with SHA-384 (0.02s)
301.10 s
[cryptostore] Testing integrity with PBMAC1 with SHA-256
301.10 s
[cryptostore] Testing integrity with PBMAC1 with SHA-512
301.10 s
[cryptostore] Testing without certificate privacy (0.02s)
301.10 s
[cryptostore] Testing certificate privacy with aes-128-cbc (0.02s)
301.10 s
[cryptostore] Testing certificate privacy with PBE-SHA1-RC2-128 (0.02s)
301.10 s
[cryptostore] Testing certificate privacy with PBE-SHA1-RC2-40 (0.02s)
301.10 s
[cryptostore] Testing without private-key privacy
301.10 s
[cryptostore] Testing private-key privacy with aes-128-cbc (0.01s)
301.10 s
[cryptostore] Testing private-key privacy with PBE-SHA1-RC2-128 (0.02s)
301.10 s
[cryptostore] Testing private-key privacy with PBE-SHA1-RC2-40
301.92 s
[cryptostore] empty password: OK (0.82s)
301.92 s
[cryptostore] Reading PKCS #12 files (0.02s)
301.92 s
[cryptostore] Testing Windows Certificate Export Wizard (0.12s)
301.92 s
[cryptostore] Testing OpenSSL (0.29s)
301.92 s
[cryptostore] Testing GnuTLS with --empty-password (0.31s)
301.92 s
[cryptostore] Testing GnuTLS with --null-password (0.09s)
301.94 s
[cryptostore] rfc9579: OK
301.94 s
[cryptostore] Reading PKCS #12 files
301.94 s
[cryptostore] Testing SHA-256 HMAC and PRF
301.94 s
[cryptostore] Testing SHA-256 HMAC and SHA-512 PRF
301.94 s
[cryptostore] Testing SHA-512 HMAC and PRF
301.94 s
[cryptostore] Testing Incorrect Iteration Count
301.94 s
[cryptostore] Testing Incorrect Salt
301.94 s
[cryptostore] Testing Missing Key Length
301.94 s
[cryptostore] properties
302.02 s
[tls] Documentation created: dist/doc/html/tls/, dist/doc/html/tls/tls.txt
302.09 s
[tls] Preprocessing test suite 'spec' for tls-2.1.8..
302.10 s
[tls] Phase: installPhase
302.25 s
[tls] Installing library in /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
303.74 s
[tls] Phase: fixupPhase
303.76 s
[tls] shrinking RPATHs of ELF executables and libraries in /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8
303.76 s
[tls] shrinking /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHStls-2.1.8-5Oxm7U54vr1HAskZEQnR5H-ghc9.6.7.so
303.86 s
[tls] checking for references to /build/ in /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8...
303.93 s
[tls] patching script interpreter paths in /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8
303.94 s
[tls] stripping (with command strip and flags -S -p) in /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8/lib
304.06 s
[cryptostore] marshalling: OK (2.12s)
304.06 s
[cryptostore] +++ OK, passed 100 tests.
304.40 s
[tls] shrinking RPATHs of ELF executables and libraries in /nix/store/ix929ybq0fbahwi3h5g0k1zi0j0r7v8s-tls-2.1.8-doc
304.42 s
[tls] checking for references to /build/ in /nix/store/ix929ybq0fbahwi3h5g0k1zi0j0r7v8s-tls-2.1.8-doc...
304.46 s
[tls] patching script interpreter paths in /nix/store/ix929ybq0fbahwi3h5g0k1zi0j0r7v8s-tls-2.1.8-doc
304.57 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8 /nix/store/ix929ybq0fbahwi3h5g0k1zi0j0r7v8s-tls-2.1.8-doc
304.61 s
[post-build-hook] copying 2 paths...
304.61 s
[post-build-hook] copying path '/nix/store/ix929ybq0fbahwi3h5g0k1zi0j0r7v8s-tls-2.1.8-doc' to 'https://cache.staging.nix-ci.com'...
306.22 s
[post-build-hook] copying path '/nix/store/40mj6cqixznafzvrlsxyz8d72xz5c50m-tls-2.1.8' to 'https://cache.staging.nix-ci.com'...
317.32 s
[post-build-hook] copying 1 paths...
317.35 s
[post-build-hook] copying path '/nix/store/09x839ys91c1w6psg5afr4ypcq0hh0g3-tls-2.1.8.drv' to 'https://cache.staging.nix-ci.com'...
317.58 s
Progress: 48 of 72 built (2 building)
317.64 s
Building crypton-connection
317.69 s
Building postgresql-typed
317.69 s
[cryptostore] marshalling with traditional authentication: OK (2.64s)
317.69 s
[cryptostore] +++ OK, passed 100 tests.
317.69 s
[cryptostore] marshalling with authentication scheme: OK (4.91s)
317.69 s
[cryptostore] +++ OK, passed 100 tests.
317.69 s
[cryptostore] converting credentials: OK (1.92s)
317.69 s
[cryptostore] +++ OK, passed 20 tests; 6 discarded.
317.69 s
[cryptostore] converting named credentials: OK (2.36s)
317.69 s
[cryptostore] +++ OK, passed 20 tests; 3 discarded.
317.69 s
[cryptostore]
317.69 s
[cryptostore] All 219 tests passed (117.71s)
317.69 s
[cryptostore] Test suite test-cryptostore: PASS
317.69 s
[cryptostore] Test suite logged to: dist/test/cryptostore-0.4.0.0-test-cryptostore.log
317.69 s
[cryptostore] 1 of 1 test suites (1 of 1 test cases) passed.
317.69 s
[cryptostore] checkPhase completed in 1 minutes 58 seconds
317.69 s
[cryptostore] Phase: haddockPhase
317.69 s
[cryptostore] Preprocessing library for cryptostore-0.4.0.0..
317.69 s
[cryptostore] Running Haddock on library for cryptostore-0.4.0.0..
317.69 s
[cryptostore] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
317.69 s
[cryptostore] Warning: 'OID' is ambiguous. It is defined
317.69 s
[cryptostore] * in ‘Data.ASN1.Types’
317.69 s
[cryptostore] * in ‘Data.ASN1.OID’
317.69 s
[cryptostore] You may be able to disambiguate the identifier by qualifying it or
317.69 s
[cryptostore] by specifying the type/value namespace explicitly.
317.69 s
[cryptostore] Defaulting to the one defined in ‘Data.ASN1.OID’
317.69 s
[cryptostore] Warning: 'ASN1Repr' is out of scope.
317.69 s
[cryptostore] If you qualify the identifier, haddock can try to link it anyway.
317.69 s
[cryptostore] 100% ( 3 / 3) in 'Crypto.Store.Error'
317.69 s
[cryptostore] 100% ( 3 / 3) in 'Crypto.Store.KeyWrap.TripleDES'
317.69 s
[cryptostore] 100% ( 4 / 4) in 'Crypto.Store.KeyWrap.RC2'
317.69 s
[cryptostore] 100% ( 5 / 5) in 'Crypto.Store.KeyWrap.AES'
317.69 s
[cryptostore] 100% ( 3 / 3) in 'Crypto.Store.Cipher.RC2'
317.80 s
[crypton-connection] Phase: setupCompilerEnvironmentPhase
317.81 s
[crypton-connection] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
317.97 s
[postgresql-typed] Phase: setupCompilerEnvironmentPhase
317.97 s
[postgresql-typed] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
318.03 s
[crypton-connection] Phase: unpackPhase
318.03 s
[crypton-connection] unpacking source archive /nix/store/q9y1xqmf4j1j5zlp0nb21whk0pad2f2l-crypton-connection-0.4.5.tar.gz
318.03 s
[crypton-connection] source root is crypton-connection-0.4.5
318.04 s
[crypton-connection] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "crypton-connection-0.4.5/Setup.hs"
318.04 s
[crypton-connection] Phase: patchPhase
318.05 s
[crypton-connection] Phase: compileBuildDriverPhase
318.05 s
[crypton-connection] setupCompileFlags: -package-db=/build/tmp.5uXNmLfAqT/setup-package.conf.d -threaded
318.10 s
[crypton-connection] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.5uXNmLfAqT/Main.o )
318.16 s
[crypton-connection] [2 of 2] Linking Setup
318.28 s
[postgresql-typed] Phase: unpackPhase
318.28 s
[postgresql-typed] unpacking source archive /nix/store/d0gdhqq7csb8d3l5wr0yipns6ajwz1cf-postgresql-typed-0.6.2.5.tar.gz
318.29 s
[postgresql-typed] source root is postgresql-typed-0.6.2.5
318.29 s
[postgresql-typed] setting SOURCE_DATE_EPOCH to timestamp 1699573786 of file "postgresql-typed-0.6.2.5/postgresql-typed.cabal"
318.29 s
[postgresql-typed] Phase: patchPhase
318.30 s
[postgresql-typed] Phase: compileBuildDriverPhase
318.30 s
[postgresql-typed] setupCompileFlags: -package-db=/build/tmp.euEMgIIiqF/setup-package.conf.d -threaded
318.35 s
[postgresql-typed] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.euEMgIIiqF/Main.o )
318.41 s
[postgresql-typed] [2 of 2] Linking Setup
318.45 s
[cryptostore] 100% ( 36 / 36) in 'Crypto.Store.PKCS5'
318.55 s
[cryptostore] 100% ( 30 / 30) in 'Crypto.Store.PKCS8'
318.72 s
[cryptostore] 100% (148 /148) in 'Crypto.Store.CMS'
318.94 s
[cryptostore] 100% ( 52 / 52) in 'Crypto.Store.PKCS12'
319.06 s
[cryptostore] 100% ( 18 / 18) in 'Crypto.Store.X509'
319.24 s
[openapi3] Examples: 160 Tried: 160 Errors: 0 Failures: 0
319.29 s
[cryptostore] Warning: Crypto.Store.CMS: could not find link destinations for:
319.29 s
[cryptostore] - Crypto.Store.CMS.Info.lens
319.29 s
[cryptostore] - Crypto.Store.CMS.Info.toCI
319.29 s
[cryptostore] Warning: Crypto.Store.X509: could not find link destinations for:
319.29 s
[cryptostore] - Crypto.Store.X509.signedObjectName
319.29 s
[cryptostore] - Crypto.Store.X509.otherObjectNames
319.44 s
[openapi3] -i
319.44 s
[openapi3] -i/build/openapi3-3.2.4/dist/build/autogen
319.45 s
[openapi3] -i/build/openapi3-3.2.4/dist/build
319.45 s
[openapi3] -i/build/openapi3-3.2.4/src
319.45 s
[openapi3] -package-env=-
319.45 s
[openapi3] -hide-all-packages
319.45 s
[openapi3] -no-user-package-db
319.45 s
[openapi3] -package-db=/build/tmp.JqJAZBforb/package.conf.d
319.45 s
[openapi3] -package-db=dist/package.conf.inplace
319.45 s
[openapi3] -optP-include
319.45 s
[openapi3] -optPdist/build/autogen/cabal_macros.h
319.45 s
[openapi3] -package-id=QuickCheck-2.15.0.1-8TOXA7GkEi42wTg0ODsItP
319.45 s
[openapi3] -package-id=aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
319.45 s
[openapi3] -package-id=aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
319.45 s
[openapi3] -package-id=base-4.18.3.0
319.45 s
[openapi3] -package-id=base-compat-batteries-0.14.1-1myD7PmrM7S5HPZ53QvcO4
319.45 s
[openapi3] -package-id=bytestring-0.11.5.4
319.45 s
[openapi3] -package-id=containers-0.6.7
319.45 s
[openapi3] -package-id=cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
319.45 s
[openapi3] -package-id=generics-sop-0.5.1.4-FSTMWI3KY4OCCc2wiMHZuk
319.45 s
[openapi3] -package-id=hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
319.45 s
[openapi3] -package-id=http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
319.45 s
[openapi3] -package-id=insert-ordered-containers-0.2.7-5aeZcV1XcJLKU3bYr9lfKl
319.45 s
[openapi3] -package-id=lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
319.45 s
[openapi3] -package-id=mtl-2.3.1
319.45 s
[openapi3] -package-id=optics-core-0.4.1.1-LbcF5Zml4ZbFkubyMrH9Rd
319.45 s
[openapi3] -package-id=optics-th-0.4.1-57Unh2NFt4yJr5O2RYMfRI
319.45 s
[openapi3] -package-id=scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
319.45 s
[openapi3] -package-id=template-haskell-2.20.0.0
319.45 s
[openapi3] -package-id=text-2.0.2
319.45 s
[openapi3] -package-id=time-1.12.2
319.45 s
[openapi3] -package-id=transformers-0.6.1.0
319.45 s
[openapi3] -package-id=unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
319.45 s
[openapi3] -package-id=uuid-types-1.0.6-7gd88fgJIsD4NjBUsU0Bzn
319.45 s
[openapi3] -package-id=vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
319.45 s
[openapi3] -package-id=Glob-0.10.2-EGa2FuRY8w2pVd2aBJZIy
319.45 s
[openapi3] -package-id=doctest-0.24.2-7YxPr6lrdwiBMDK2pmizgF
319.45 s
[openapi3] -package=openapi3-3.2.4
319.45 s
[openapi3] Data.OpenApi
319.45 s
[openapi3] Data.OpenApi.Declare
319.45 s
[openapi3] Data.OpenApi.Lens
319.45 s
[openapi3] Data.OpenApi.Operation
319.45 s
[openapi3] Data.OpenApi.Optics
319.45 s
[openapi3] Data.OpenApi.ParamSchema
319.45 s
[openapi3] Data.OpenApi.Schema
319.45 s
[openapi3] Data.OpenApi.Schema.Generator
319.45 s
[openapi3] Data.OpenApi.Schema.Validation
319.45 s
[openapi3] Data.OpenApi.SchemaOptions
319.45 s
[openapi3] Data.OpenApi.Internal
319.45 s
[openapi3] Data.OpenApi.Internal.Schema
319.45 s
[openapi3] Data.OpenApi.Internal.Schema.Validation
319.45 s
[openapi3] Data.OpenApi.Internal.ParamSchema
319.45 s
[openapi3] Data.OpenApi.Internal.Utils
319.45 s
[openapi3] Data.OpenApi.Internal.AesonUtils
319.45 s
[openapi3] Data.OpenApi.Internal.TypeShape
319.45 s
[openapi3] Data.OpenApi.Aeson.Compat
319.48 s
[crypton-connection] Phase: updateAutotoolsGnuConfigScriptsPhase
319.48 s
[openapi3] Test suite doctests: PASS
319.48 s
[openapi3] Test suite logged to: dist/test/openapi3-3.2.4-doctests.log
319.48 s
[openapi3] 2 of 2 test suites (2 of 2 test cases) passed.
319.49 s
[crypton-connection] Phase: configurePhase
319.49 s
[openapi3] checkPhase completed in 36 seconds
319.49 s
[openapi3] Phase: haddockPhase
319.49 s
[crypton-connection] configureFlags: --verbose --prefix=/nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/fi689h4a9i9w6x8q83ii7l749szgzvph-crypton-connection-0.4.5-doc/share/doc/crypton-connection-0.4.5 --with-gcc=gcc --package-db=/build/tmp.5uXNmLfAqT/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
319.50 s
[crypton-connection] Using Parsec parser
319.50 s
[crypton-connection] Configuring crypton-connection-0.4.5...
319.69 s
[openapi3] Preprocessing library for openapi3-3.2.4..
319.69 s
[openapi3] Running Haddock on library for openapi3-3.2.4..
319.70 s
[openapi3] Warning: The documentation for the following packages are not installed. No
319.70 s
[openapi3] links will be generated to these packages: vector-0.13.2.0
319.74 s
[postgresql-typed] Phase: updateAutotoolsGnuConfigScriptsPhase
319.75 s
[postgresql-typed] Phase: configurePhase
319.76 s
[postgresql-typed] configureFlags: --verbose --prefix=/nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rwdkjn9q8y07804shp6fb5m535s96gsf-postgresql-typed-0.6.2.5-doc/share/doc/postgresql-typed-0.6.2.5 --with-gcc=gcc --package-db=/build/tmp.euEMgIIiqF/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
319.77 s
[postgresql-typed] Using Parsec parser
319.77 s
[postgresql-typed] Configuring postgresql-typed-0.6.2.5...
319.79 s
[openapi3] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
319.99 s
[crypton-connection] Dependency base >=3 && <5: using base-4.18.3.0
319.99 s
[crypton-connection] Dependency bytestring: using bytestring-0.11.5.4
319.99 s
[crypton-connection] Dependency containers: using containers-0.6.7
319.99 s
[crypton-connection] Dependency crypton-socks >=0.6: using crypton-socks-0.6.2
319.99 s
[crypton-connection] Dependency crypton-x509-store >=1.5: using crypton-x509-store-1.6.12
319.99 s
[crypton-connection] Dependency crypton-x509-system >=1.5: using crypton-x509-system-1.6.7
319.99 s
[crypton-connection] Dependency data-default: using data-default-0.8.0.1
320.00 s
[crypton-connection] Dependency network >=2.6.3: using network-3.2.8.0
320.00 s
[crypton-connection] Dependency tls >=1.7 && <2.2: using tls-2.1.8
320.27 s
[postgresql-typed] Flags chosen: aeson=True, binary=True, crypton=True, hdbc=True, md5=True,
320.27 s
[postgresql-typed] scientific=True, text=True, tls=True, uuid=True
320.27 s
[postgresql-typed] Dependency HDBC >=2.2: using HDBC-2.4.0.4
320.27 s
[postgresql-typed] Dependency aeson >=0.7 && <2.3: using aeson-2.2.3.0
320.27 s
[postgresql-typed] Dependency array: using array-0.5.8.0
320.27 s
[postgresql-typed] Dependency attoparsec >=0.12 && <0.15: using attoparsec-0.14.4
320.27 s
[postgresql-typed] Dependency base >=4.8 && <5: using base-4.18.3.0
320.27 s
[postgresql-typed] Dependency binary: using binary-0.8.9.1
320.27 s
[postgresql-typed] Dependency bytestring >=0.10.2: using bytestring-0.11.5.4
320.27 s
[postgresql-typed] Dependency containers: using containers-0.6.7
320.27 s
[postgresql-typed] Dependency crypton: using crypton-1.0.4
320.27 s
[postgresql-typed] Dependency crypton-x509: using crypton-x509-1.7.7
320.27 s
[postgresql-typed] Dependency crypton-x509-store: using crypton-x509-store-1.6.12
320.27 s
[postgresql-typed] Dependency crypton-x509-validation: using crypton-x509-validation-1.6.14
320.27 s
[postgresql-typed] Dependency data-default: using data-default-0.8.0.1
320.27 s
[postgresql-typed] Dependency haskell-src-meta: using haskell-src-meta-0.8.15
320.27 s
[postgresql-typed] Dependency memory >=0.5: using memory-0.18.0
320.27 s
[postgresql-typed] Dependency network: using network-3.2.8.0
320.27 s
[postgresql-typed] Dependency old-locale: using old-locale-1.0.0.7
320.27 s
[postgresql-typed] Dependency postgresql-binary >=0.8: using postgresql-binary-0.14.2
320.27 s
[postgresql-typed] Dependency scientific >=0.3: using scientific-0.3.8.0
320.27 s
[postgresql-typed] Dependency template-haskell: using template-haskell-2.20.0.0
320.27 s
[postgresql-typed] Dependency text >=1: using text-2.0.2
320.27 s
[postgresql-typed] Dependency time: using time-1.12.2
320.27 s
[postgresql-typed] Dependency tls >=1.7: using tls-2.1.8
320.27 s
[postgresql-typed] Dependency utf8-string: using utf8-string-1.0.2
320.27 s
[postgresql-typed] Dependency uuid >=1.3: using uuid-1.3.16
320.37 s
[openapi3] 0% ( 0 / 11) in 'Data.OpenApi.Aeson.Compat'
320.37 s
[openapi3] Missing documentation for:
320.37 s
[openapi3] Module header
320.37 s
[openapi3] deleteKey (src/Data/OpenApi/Aeson/Compat.hs:17)
320.37 s
[openapi3] objectToList (src/Data/OpenApi/Aeson/Compat.hs:20)
320.37 s
[openapi3] objectKeys (src/Data/OpenApi/Aeson/Compat.hs:23)
320.37 s
[openapi3] stringToKey (src/Data/OpenApi/Aeson/Compat.hs:26)
320.37 s
[openapi3] keyToString (src/Data/OpenApi/Aeson/Compat.hs:29)
320.37 s
[openapi3] keyToText (src/Data/OpenApi/Aeson/Compat.hs:32)
320.37 s
[openapi3] toInsOrdHashMap (src/Data/OpenApi/Aeson/Compat.hs:35)
320.37 s
[openapi3] fromInsOrdHashMap (src/Data/OpenApi/Aeson/Compat.hs:38)
320.37 s
[openapi3] lookupKey (src/Data/OpenApi/Aeson/Compat.hs:41)
320.37 s
[openapi3] hasKey (src/Data/OpenApi/Aeson/Compat.hs:44)
320.39 s
[crypton-connection] Source component graph: component lib
320.39 s
[crypton-connection] Configured component graph:
320.39 s
[crypton-connection] component crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
320.39 s
[crypton-connection] include base-4.18.3.0
320.39 s
[crypton-connection] include bytestring-0.11.5.4
320.39 s
[crypton-connection] include containers-0.6.7
320.39 s
[crypton-connection] include crypton-socks-0.6.2-ES0CupqiFrQCRQ9xitfCS5
320.39 s
[crypton-connection] include crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
320.39 s
[crypton-connection] include crypton-x509-system-1.6.7-6pmzSrLvIh5B4JATlCHaRj
320.39 s
[crypton-connection] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
320.39 s
[crypton-connection] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
320.39 s
[crypton-connection] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
320.39 s
[crypton-connection] Linked component graph:
320.39 s
[crypton-connection] unit crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
320.39 s
[crypton-connection] include base-4.18.3.0
320.39 s
[crypton-connection] include bytestring-0.11.5.4
320.39 s
[crypton-connection] include containers-0.6.7
320.39 s
[crypton-connection] include crypton-socks-0.6.2-ES0CupqiFrQCRQ9xitfCS5
320.39 s
[crypton-connection] include crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
320.39 s
[crypton-connection] include crypton-x509-system-1.6.7-6pmzSrLvIh5B4JATlCHaRj
320.39 s
[crypton-connection] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
320.39 s
[crypton-connection] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
320.39 s
[crypton-connection] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
320.39 s
[crypton-connection] Network.Connection=crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW:Network.Connection,Network.Connection.Internal=crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW:Network.Connection.Internal
320.39 s
[crypton-connection] Ready component graph:
320.39 s
[crypton-connection] definite crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
320.39 s
[crypton-connection] depends base-4.18.3.0
320.39 s
[crypton-connection] depends bytestring-0.11.5.4
320.39 s
[crypton-connection] depends containers-0.6.7
320.39 s
[crypton-connection] depends crypton-socks-0.6.2-ES0CupqiFrQCRQ9xitfCS5
320.39 s
[crypton-connection] depends crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
320.39 s
[crypton-connection] depends crypton-x509-system-1.6.7-6pmzSrLvIh5B4JATlCHaRj
320.39 s
[crypton-connection] depends data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
320.39 s
[crypton-connection] depends network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
320.39 s
[crypton-connection] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
320.39 s
[crypton-connection] Using Cabal-3.10.3.0 compiled by ghc-9.6
320.39 s
[crypton-connection] Using compiler: ghc-9.6.7
320.39 s
[crypton-connection] Using install prefix:
320.39 s
[crypton-connection] /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5
320.39 s
[crypton-connection] Executables installed in:
320.39 s
[crypton-connection] /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/bin
320.39 s
[crypton-connection] Libraries installed in:
320.39 s
[crypton-connection] /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
320.39 s
[crypton-connection] Dynamic Libraries installed in:
320.39 s
[crypton-connection] /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
320.39 s
[crypton-connection] Private executables installed in:
320.39 s
[crypton-connection] /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/libexec/x86_64-linux-ghc-9.6.7/crypton-connection-0.4.5
320.39 s
[crypton-connection] Data files installed in:
320.39 s
[crypton-connection] /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/share/x86_64-linux-ghc-9.6.7/crypton-connection-0.4.5
320.39 s
[crypton-connection] Documentation installed in:
320.39 s
[crypton-connection] /nix/store/fi689h4a9i9w6x8q83ii7l749szgzvph-crypton-connection-0.4.5-doc/share/doc/crypton-connection-0.4.5
320.39 s
[crypton-connection] Configuration files installed in:
320.39 s
[crypton-connection] /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/etc
320.39 s
[crypton-connection] No alex found
320.39 s
[crypton-connection] Using ar found on system at:
320.39 s
[crypton-connection] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
320.39 s
[crypton-connection] No c2hs found
320.39 s
[crypton-connection] No cpphs found
320.39 s
[crypton-connection] No doctest found
320.39 s
[crypton-connection] Using gcc version 14.3.0 given by user at:
320.39 s
[crypton-connection] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
320.39 s
[crypton-connection] Using ghc version 9.6.7 found on system at:
320.39 s
[crypton-connection] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
320.39 s
[crypton-connection] Using ghc-pkg version 9.6.7 found on system at:
320.39 s
[crypton-connection] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
320.39 s
[crypton-connection] No ghcjs found
320.39 s
[crypton-connection] No ghcjs-pkg found
320.39 s
[crypton-connection] No greencard found
320.39 s
[crypton-connection] Using haddock version 2.29.2 found on system at:
320.39 s
[crypton-connection] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
320.39 s
[crypton-connection] No happy found
320.39 s
[crypton-connection] Using haskell-suite found on system at: haskell-suite-dummy-location
320.39 s
[crypton-connection] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
320.39 s
[crypton-connection] No hmake found
320.39 s
[crypton-connection] Using hpc version 0.68 found on system at:
320.39 s
[crypton-connection] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
320.39 s
[crypton-connection] Using hsc2hs version 0.68.9 found on system at:
320.39 s
[crypton-connection] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
320.39 s
[crypton-connection] Using hscolour version 1.25 found on system at:
320.39 s
[crypton-connection] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
320.39 s
[crypton-connection] No jhc found
320.39 s
[crypton-connection] Using ld found on system at:
320.39 s
[crypton-connection] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
320.39 s
[crypton-connection] No pkg-config found
320.39 s
[crypton-connection] Using runghc version 9.6.7 found on system at:
320.39 s
[crypton-connection] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
320.39 s
[crypton-connection] Using strip version 2.44 found on system at:
320.39 s
[crypton-connection] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
320.39 s
[crypton-connection] Using tar found on system at:
320.39 s
[crypton-connection] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
320.39 s
[crypton-connection] No uhc found
320.46 s
[openapi3] Warning: 'DeclateT' is out of scope.
320.46 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
320.46 s
[openapi3] Warning: 'Declate' is out of scope.
320.46 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
320.46 s
[openapi3] 100% ( 13 / 13) in 'Data.OpenApi.Declare'
320.49 s
[openapi3]
320.49 s
[openapi3] src/Data/OpenApi/Declare.hs:55:3: warning : [ -Wnoncanonical-monad-instances ]
320.49 s
[openapi3] Noncanonical ‘return’ definition detected
320.49 s
[openapi3] in the instance declaration for ‘Monad (DeclareT d m)’.
320.49 s
[openapi3] ‘return’ will eventually be removed in favour of ‘pure’
320.49 s
[openapi3] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
320.49 s
[openapi3] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
320.49 s
[openapi3] |
320.49 s
[openapi3] 55 | return x = DeclareT (\_ -> pure (mempty, x))
320.49 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
320.61 s
[postgresql-typed] Source component graph: component lib
320.61 s
[postgresql-typed] Configured component graph:
320.61 s
[postgresql-typed] component postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
320.61 s
[postgresql-typed] include HDBC-2.4.0.4-6LJwveZyERI20aMkDfG0N1
320.61 s
[postgresql-typed] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
320.61 s
[postgresql-typed] include array-0.5.8.0
320.61 s
[postgresql-typed] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
320.62 s
[postgresql-typed] include base-4.18.3.0
320.62 s
[postgresql-typed] include binary-0.8.9.1
320.62 s
[postgresql-typed] include bytestring-0.11.5.4
320.62 s
[postgresql-typed] include containers-0.6.7
320.62 s
[postgresql-typed] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
320.62 s
[postgresql-typed] include crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
320.62 s
[postgresql-typed] include crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
320.62 s
[postgresql-typed] include crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
320.62 s
[postgresql-typed] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
320.62 s
[postgresql-typed] include haskell-src-meta-0.8.15-HSKIcdi201u7WEV4HhWYyI
320.62 s
[postgresql-typed] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
320.62 s
[postgresql-typed] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
320.62 s
[postgresql-typed] include old-locale-1.0.0.7-HSvLS5bQrOr2jPp7CISS55
320.62 s
[postgresql-typed] include postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
320.62 s
[postgresql-typed] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
320.62 s
[postgresql-typed] include template-haskell-2.20.0.0
320.62 s
[postgresql-typed] include text-2.0.2
320.62 s
[postgresql-typed] include time-1.12.2
320.62 s
[postgresql-typed] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
320.62 s
[postgresql-typed] include utf8-string-1.0.2-3EiuIc1Bet1EpLqRIo7gdZ
320.62 s
[postgresql-typed] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
320.62 s
[postgresql-typed] Linked component graph:
320.62 s
[postgresql-typed] unit postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
320.62 s
[postgresql-typed] include HDBC-2.4.0.4-6LJwveZyERI20aMkDfG0N1
320.62 s
[postgresql-typed] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
320.62 s
[postgresql-typed] include array-0.5.8.0
320.62 s
[postgresql-typed] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
320.62 s
[postgresql-typed] include base-4.18.3.0
320.62 s
[postgresql-typed] include binary-0.8.9.1
320.62 s
[postgresql-typed] include bytestring-0.11.5.4
320.62 s
[postgresql-typed] include containers-0.6.7
320.62 s
[postgresql-typed] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
320.62 s
[postgresql-typed] include crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
320.62 s
[postgresql-typed] include crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
320.62 s
[postgresql-typed] include crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
320.62 s
[postgresql-typed] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
320.62 s
[postgresql-typed] include haskell-src-meta-0.8.15-HSKIcdi201u7WEV4HhWYyI
320.62 s
[postgresql-typed] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
320.62 s
[postgresql-typed] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
320.62 s
[postgresql-typed] include old-locale-1.0.0.7-HSvLS5bQrOr2jPp7CISS55
320.62 s
[postgresql-typed] include postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
320.62 s
[postgresql-typed] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
320.62 s
[postgresql-typed] include template-haskell-2.20.0.0
320.62 s
[postgresql-typed] include text-2.0.2
320.62 s
[postgresql-typed] include time-1.12.2
320.62 s
[postgresql-typed] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
320.62 s
[postgresql-typed] include utf8-string-1.0.2-3EiuIc1Bet1EpLqRIo7gdZ
320.62 s
[postgresql-typed] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
320.62 s
[postgresql-typed] Database.PostgreSQL.Typed=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed,Database.PostgreSQL.Typed.Array=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Array,Database.PostgreSQL.Typed.Dynamic=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Dynamic,Database.PostgreSQL.Typed.Enum=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Enum,Database.PostgreSQL.Typed.ErrCodes=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.ErrCodes,Database.PostgreSQL.Typed.HDBC=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.HDBC,Database.PostgreSQL.Typed.Inet=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Inet,Database.PostgreSQL.Typed.Protocol=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Protocol,Database.PostgreSQL.Typed.Query=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Query,Database.PostgreSQL.Typed.Range=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Range,Database.PostgreSQL.Typed.Relation=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Relation,Database.PostgreSQL.Typed.SQLToken=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.SQLToken,Database.PostgreSQL.Typed.TH=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.TH,Database.PostgreSQL.Typed.TemplatePG=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.TemplatePG,Database.PostgreSQL.Typed.Types=postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa:Database.PostgreSQL.Typed.Types
320.62 s
[postgresql-typed] Ready component graph:
320.62 s
[postgresql-typed] definite postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
320.62 s
[postgresql-typed] depends HDBC-2.4.0.4-6LJwveZyERI20aMkDfG0N1
320.62 s
[postgresql-typed] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
320.62 s
[postgresql-typed] depends array-0.5.8.0
320.62 s
[postgresql-typed] depends attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
320.62 s
[postgresql-typed] depends base-4.18.3.0
320.62 s
[postgresql-typed] depends binary-0.8.9.1
320.62 s
[postgresql-typed] depends bytestring-0.11.5.4
320.62 s
[postgresql-typed] depends containers-0.6.7
320.62 s
[postgresql-typed] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
320.62 s
[postgresql-typed] depends crypton-x509-1.7.7-B19tjdAF6L49BxO14BWVLx
320.62 s
[postgresql-typed] depends crypton-x509-store-1.6.12-8BBgnbEtc0l8OKHzNFfLEK
320.62 s
[postgresql-typed] depends crypton-x509-validation-1.6.14-8IPJ9FOXtY89AFRDGxoQjB
320.62 s
[postgresql-typed] depends data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
320.62 s
[postgresql-typed] depends haskell-src-meta-0.8.15-HSKIcdi201u7WEV4HhWYyI
320.62 s
[postgresql-typed] depends memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
320.62 s
[postgresql-typed] depends network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
320.62 s
[postgresql-typed] depends old-locale-1.0.0.7-HSvLS5bQrOr2jPp7CISS55
320.62 s
[postgresql-typed] depends postgresql-binary-0.14.2-3WWg7wUfryjLADBHC9GQIb
320.62 s
[postgresql-typed] depends scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
320.62 s
[postgresql-typed] depends template-haskell-2.20.0.0
320.62 s
[postgresql-typed] depends text-2.0.2
320.62 s
[postgresql-typed] depends time-1.12.2
320.62 s
[postgresql-typed] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
320.62 s
[postgresql-typed] depends utf8-string-1.0.2-3EiuIc1Bet1EpLqRIo7gdZ
320.62 s
[postgresql-typed] depends uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
320.62 s
[postgresql-typed] Using Cabal-3.10.3.0 compiled by ghc-9.6
320.62 s
[postgresql-typed] Using compiler: ghc-9.6.7
320.62 s
[postgresql-typed] Using install prefix:
320.62 s
[postgresql-typed] /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5
320.62 s
[postgresql-typed] Executables installed in:
320.62 s
[postgresql-typed] /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/bin
320.62 s
[postgresql-typed] Libraries installed in:
320.62 s
[postgresql-typed] /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
320.62 s
[postgresql-typed] Dynamic Libraries installed in:
320.62 s
[postgresql-typed] /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
320.62 s
[postgresql-typed] Private executables installed in:
320.62 s
[postgresql-typed] /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/libexec/x86_64-linux-ghc-9.6.7/postgresql-typed-0.6.2.5
320.62 s
[postgresql-typed] Data files installed in:
320.62 s
[postgresql-typed] /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/share/x86_64-linux-ghc-9.6.7/postgresql-typed-0.6.2.5
320.62 s
[postgresql-typed] Documentation installed in:
320.62 s
[postgresql-typed] /nix/store/rwdkjn9q8y07804shp6fb5m535s96gsf-postgresql-typed-0.6.2.5-doc/share/doc/postgresql-typed-0.6.2.5
320.62 s
[postgresql-typed] Configuration files installed in:
320.62 s
[postgresql-typed] /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/etc
320.62 s
[postgresql-typed] No alex found
320.62 s
[postgresql-typed] Using ar found on system at:
320.62 s
[postgresql-typed] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
320.62 s
[postgresql-typed] No c2hs found
320.62 s
[postgresql-typed] No cpphs found
320.62 s
[postgresql-typed] No doctest found
320.62 s
[postgresql-typed] Using gcc version 14.3.0 given by user at:
320.62 s
[postgresql-typed] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
320.62 s
[postgresql-typed] Using ghc version 9.6.7 found on system at:
320.62 s
[postgresql-typed] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
320.62 s
[postgresql-typed] Using ghc-pkg version 9.6.7 found on system at:
320.62 s
[postgresql-typed] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
320.62 s
[postgresql-typed] No ghcjs found
320.62 s
[postgresql-typed] No ghcjs-pkg found
320.62 s
[postgresql-typed] No greencard found
320.62 s
[postgresql-typed] Using haddock version 2.29.2 found on system at:
320.62 s
[postgresql-typed] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
320.62 s
[postgresql-typed] No happy found
320.62 s
[postgresql-typed] Using haskell-suite found on system at: haskell-suite-dummy-location
320.62 s
[postgresql-typed] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
320.62 s
[postgresql-typed] No hmake found
320.62 s
[postgresql-typed] Using hpc version 0.68 found on system at:
320.62 s
[postgresql-typed] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
320.62 s
[postgresql-typed] Using hsc2hs version 0.68.9 found on system at:
320.62 s
[postgresql-typed] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
320.62 s
[postgresql-typed] Using hscolour version 1.25 found on system at:
320.62 s
[postgresql-typed] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
320.62 s
[postgresql-typed] No jhc found
320.62 s
[postgresql-typed] Using ld found on system at:
320.62 s
[postgresql-typed] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
320.62 s
[postgresql-typed] No pkg-config found
320.64 s
[crypton-connection] Phase: buildPhase
320.66 s
[postgresql-typed] Using runghc version 9.6.7 found on system at:
320.66 s
[postgresql-typed] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
320.66 s
[postgresql-typed] Using strip version 2.44 found on system at:
320.66 s
[postgresql-typed] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
320.66 s
[postgresql-typed] Using tar found on system at:
320.66 s
[postgresql-typed] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
320.66 s
[postgresql-typed] No uhc found
320.73 s
[crypton-connection] Preprocessing library for crypton-connection-0.4.5..
320.73 s
[crypton-connection] Building library for crypton-connection-0.4.5..
320.84 s
[crypton-connection] [1 of 3] Compiling Network.Connection.Types ( Network/Connection/Types.hs, dist/build/Network/Connection/Types.o, dist/build/Network/Connection/Types.dyn_o )
321.04 s
[postgresql-typed] Phase: buildPhase
321.14 s
[postgresql-typed] Preprocessing library for postgresql-typed-0.6.2.5..
321.14 s
[postgresql-typed] Building library for postgresql-typed-0.6.2.5..
321.23 s
[crypton-connection] [2 of 3] Compiling Network.Connection.Internal ( Network/Connection/Internal.hs, dist/build/Network/Connection/Internal.o, dist/build/Network/Connection/Internal.dyn_o )
321.25 s
[crypton-connection] [3 of 3] Compiling Network.Connection ( Network/Connection.hs, dist/build/Network/Connection.o, dist/build/Network/Connection.dyn_o )
321.26 s
[openapi3] 28% ( 4 / 14) in 'Data.OpenApi.Internal.AesonUtils'
321.26 s
[openapi3] Missing documentation for:
321.26 s
[openapi3] Module header
321.26 s
[openapi3] AesonDefaultValue (src/Data/OpenApi/Internal/AesonUtils.hs:73)
321.26 s
[openapi3] sopSwaggerGenericToEncoding (src/Data/OpenApi/Internal/AesonUtils.hs:254)
321.26 s
[openapi3] sopSwaggerGenericParseJSON (src/Data/OpenApi/Internal/AesonUtils.hs:180)
321.26 s
[openapi3] HasSwaggerAesonOptions (src/Data/OpenApi/Internal/AesonUtils.hs:62)
321.26 s
[openapi3] SwaggerAesonOptions (src/Data/OpenApi/Internal/AesonUtils.hs:49)
321.26 s
[openapi3] mkSwaggerAesonOptions (src/Data/OpenApi/Internal/AesonUtils.hs:55)
321.26 s
[openapi3] saoPrefix (src/Data/OpenApi/Internal/AesonUtils.hs:60)
321.26 s
[openapi3] saoAdditionalPairs (src/Data/OpenApi/Internal/AesonUtils.hs:60)
321.26 s
[openapi3] saoSubObject (src/Data/OpenApi/Internal/AesonUtils.hs:60)
321.55 s
[postgresql-typed] [ 1 of 17] Compiling Database.PostgreSQL.Typed.ErrCodes ( Database/PostgreSQL/Typed/ErrCodes.hs, dist/build/Database/PostgreSQL/Typed/ErrCodes.o, dist/build/Database/PostgreSQL/Typed/ErrCodes.dyn_o )
321.58 s
[openapi3]
321.58 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:101:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
321.58 s
[openapi3] The use of ‘~’ without TypeOperators
321.58 s
[openapi3] will become an error in a future GHC release.
321.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
321.58 s
[openapi3] |
321.58 s
[openapi3] 101 | , Code a ~ '[xs]
321.58 s
[openapi3] | ^
321.58 s
[openapi3]
321.59 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:122:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
321.59 s
[openapi3] The use of ‘~’ without TypeOperators
321.59 s
[openapi3] will become an error in a future GHC release.
321.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
321.59 s
[openapi3] |
321.59 s
[openapi3] 122 | , Code a ~ '[xs]
321.59 s
[openapi3] | ^
321.59 s
[openapi3]
321.59 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:186:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
321.59 s
[openapi3] The use of ‘~’ without TypeOperators
321.59 s
[openapi3] will become an error in a future GHC release.
321.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
321.59 s
[openapi3] |
321.59 s
[openapi3] 186 | , Code a ~ '[xs]
321.59 s
[openapi3] | ^
321.59 s
[openapi3]
321.59 s
[openapi3] src/Data/OpenApi/Internal/AesonUtils.hs:260:18: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
321.59 s
[openapi3] The use of ‘~’ without TypeOperators
321.59 s
[openapi3] will become an error in a future GHC release.
321.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
321.59 s
[openapi3] |
321.59 s
[openapi3] 260 | , Code a ~ '[xs]
321.59 s
[openapi3] | ^
321.80 s
[openapi3] 57% ( 4 / 7) in 'Data.OpenApi.Internal.TypeShape'
321.80 s
[openapi3] Missing documentation for:
321.80 s
[openapi3] Module header
321.80 s
[openapi3] TypeHasSimpleShape (src/Data/OpenApi/Internal/TypeShape.hs:32)
321.80 s
[openapi3] GenericHasSimpleShape (src/Data/OpenApi/Internal/TypeShape.hs:35)
321.81 s
[openapi3]
321.81 s
[openapi3] src/Data/OpenApi/Internal/TypeShape.hs:49:32: warning : [ GHC-39567 ] [ -Wstar-is-type ]
321.81 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
321.81 s
[openapi3] relies on the StarIsType extension, which will become
321.81 s
[openapi3] deprecated in the future.
321.81 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
321.81 s
[openapi3] |
321.81 s
[openapi3] 49 | type family GenericShape (g :: * -> *) :: TypeShape
321.81 s
[openapi3] | ^
321.81 s
[openapi3]
321.81 s
[openapi3] src/Data/OpenApi/Internal/TypeShape.hs:49:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
321.81 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
321.81 s
[openapi3] relies on the StarIsType extension, which will become
321.81 s
[openapi3] deprecated in the future.
321.81 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
321.81 s
[openapi3] |
321.81 s
[openapi3] 49 | type family GenericShape (g :: * -> * ) :: TypeShape
321.81 s
[openapi3] | ^
321.90 s
[openapi3] 0% ( 0 / 11) in 'Data.OpenApi.Internal.Utils'
321.90 s
[openapi3] Missing documentation for:
321.90 s
[openapi3] Module header
321.90 s
[openapi3] swaggerFieldRules (src/Data/OpenApi/Internal/Utils.hs:31)
321.90 s
[openapi3] gunfoldEnum (src/Data/OpenApi/Internal/Utils.hs:52)
321.90 s
[openapi3] jsonPrefix (src/Data/OpenApi/Internal/Utils.hs:57)
321.90 s
[openapi3] parseOneOf (src/Data/OpenApi/Internal/Utils.hs:70)
321.90 s
[openapi3] <+> (src/Data/OpenApi/Internal/Utils.hs:78)
321.90 s
[openapi3] genericMempty (src/Data/OpenApi/Internal/Utils.hs:82)
321.90 s
[openapi3] genericMappend (src/Data/OpenApi/Internal/Utils.hs:85)
321.90 s
[openapi3] GMonoid (src/Data/OpenApi/Internal/Utils.hs:88)
321.90 s
[openapi3] SwaggerMonoid (src/Data/OpenApi/Internal/Utils.hs:108)
321.90 s
[openapi3] encodePretty (src/Data/OpenApi/Internal/Utils.hs:138)
322.20 s
[postgresql-typed] [ 2 of 17] Compiling Database.PostgreSQL.Typed.SQLToken ( Database/PostgreSQL/Typed/SQLToken.hs, dist/build/Database/PostgreSQL/Typed/SQLToken.o, dist/build/Database/PostgreSQL/Typed/SQLToken.dyn_o )
322.20 s
[postgresql-typed] [ 3 of 17] Compiling Database.PostgreSQL.Typed.Types ( Database/PostgreSQL/Typed/Types.hs, dist/build/Database/PostgreSQL/Typed/Types.o, dist/build/Database/PostgreSQL/Typed/Types.dyn_o )
322.20 s
[postgresql-typed]
322.20 s
[postgresql-typed] Database/PostgreSQL/Typed/Types.hs:69:1: warning : [ -Wunused-imports ]
322.20 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
322.20 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
322.20 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
322.20 s
[postgresql-typed] |
322.20 s
[postgresql-typed] 69 | import Data.Monoid ((<>))
322.20 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
322.20 s
[postgresql-typed]
322.20 s
[postgresql-typed] Database/PostgreSQL/Typed/Types.hs:167:19: warning : [ GHC-39567 ] [ -Wstar-is-type ]
322.20 s
[postgresql-typed] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
322.20 s
[postgresql-typed] relies on the StarIsType extension, which will become
322.20 s
[postgresql-typed] deprecated in the future.
322.20 s
[postgresql-typed] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
322.20 s
[postgresql-typed] |
322.20 s
[postgresql-typed] 167 | type PGVal t :: *
322.20 s
[postgresql-typed] | ^
322.80 s
[crypton-connection] [1 of 3] Compiling Network.Connection.Types ( Network/Connection/Types.hs, dist/build/Network/Connection/Types.p_o )
323.15 s
[openapi3] Warning: 'Component' is out of scope.
323.15 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
323.16 s
[openapi3] 47% ( 33 / 69) in 'Data.OpenApi.Internal'
323.16 s
[openapi3] Missing documentation for:
323.16 s
[openapi3] Module header
323.16 s
[openapi3] ServerVariable (src/Data/OpenApi/Internal.hs:183)
323.16 s
[openapi3] mediaTypeConstr (src/Data/OpenApi/Internal.hs:338)
323.16 s
[openapi3] mediaTypeData (src/Data/OpenApi/Internal.hs:339)
323.16 s
[openapi3] Encoding (src/Data/OpenApi/Internal.hs:403)
323.16 s
[openapi3] MimeList (src/Data/OpenApi/Internal.hs:443)
323.16 s
[openapi3] mimeListConstr (src/Data/OpenApi/Internal.hs:446)
323.16 s
[openapi3] mimeListDataType (src/Data/OpenApi/Internal.hs:449)
323.16 s
[openapi3] Example (src/Data/OpenApi/Internal.hs:531)
323.16 s
[openapi3] ExpressionOrValue (src/Data/OpenApi/Internal.hs:553)
323.16 s
[openapi3] OpenApiType (src/Data/OpenApi/Internal.hs:602)
323.16 s
[openapi3] ParamLocation (src/Data/OpenApi/Internal.hs:612)
323.16 s
[openapi3] Format (src/Data/OpenApi/Internal.hs:626)
323.16 s
[openapi3] ParamName (src/Data/OpenApi/Internal.hs:628)
323.16 s
[openapi3] Schema (src/Data/OpenApi/Internal.hs:630)
323.16 s
[openapi3] Discriminator (src/Data/OpenApi/Internal.hs:681)
323.16 s
[openapi3] Xml (src/Data/OpenApi/Internal.hs:696)
323.16 s
[openapi3] HttpStatusCode (src/Data/OpenApi/Internal.hs:739)
323.16 s
[openapi3] HeaderName (src/Data/OpenApi/Internal.hs:773)
323.16 s
[openapi3] ApiKeyParams (src/Data/OpenApi/Internal.hs:799)
323.16 s
[openapi3] OAuth2ImplicitFlow (src/Data/OpenApi/Internal.hs:813)
323.16 s
[openapi3] OAuth2PasswordFlow (src/Data/OpenApi/Internal.hs:817)
323.16 s
[openapi3] OAuth2ClientCredentialsFlow (src/Data/OpenApi/Internal.hs:821)
323.16 s
[openapi3] OAuth2AuthorizationCodeFlow (src/Data/OpenApi/Internal.hs:825)
323.16 s
[openapi3] OAuth2Flow (src/Data/OpenApi/Internal.hs:830)
323.16 s
[openapi3] OAuth2Flows (src/Data/OpenApi/Internal.hs:842)
323.16 s
[openapi3] BearerFormat (src/Data/OpenApi/Internal.hs:856)
323.16 s
[openapi3] HttpSchemeType (src/Data/OpenApi/Internal.hs:858)
323.16 s
[openapi3] SecurityScheme (src/Data/OpenApi/Internal.hs:905)
323.16 s
[openapi3] SecurityDefinitions (src/Data/OpenApi/Internal.hs:913)
323.16 s
[openapi3] Referenced (src/Data/OpenApi/Internal.hs:963)
323.16 s
[openapi3] URL (src/Data/OpenApi/Internal.hs:971)
323.16 s
[openapi3] AdditionalProperties (src/Data/OpenApi/Internal.hs:973)
323.16 s
[openapi3] OpenApiSpecVersion (src/Data/OpenApi/Internal.hs:978)
323.16 s
[openapi3] referencedToJSON (src/Data/OpenApi/Internal.hs:1427)
323.16 s
[openapi3] referencedParseJSON (src/Data/OpenApi/Internal.hs:1575)
323.21 s
[crypton-connection] [2 of 3] Compiling Network.Connection.Internal ( Network/Connection/Internal.hs, dist/build/Network/Connection/Internal.p_o )
323.38 s
[crypton-connection] [3 of 3] Compiling Network.Connection ( Network/Connection.hs, dist/build/Network/Connection.p_o )
324.05 s
[cryptostore] Documentation created: dist/doc/html/cryptostore/,
324.05 s
[cryptostore] dist/doc/html/cryptostore/cryptostore.txt
324.12 s
[cryptostore] Preprocessing test suite 'test-cryptostore' for cryptostore-0.4.0.0..
324.14 s
[cryptostore] Phase: installPhase
324.23 s
[cryptostore] Installing library in /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
325.03 s
[cryptostore] Phase: fixupPhase
325.04 s
[cryptostore] shrinking RPATHs of ELF executables and libraries in /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0
325.05 s
[cryptostore] shrinking /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHScryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5-ghc9.6.7.so
325.06 s
[postgresql-typed] [ 4 of 17] Compiling Database.PostgreSQL.Typed.Range ( Database/PostgreSQL/Typed/Range.hs, dist/build/Database/PostgreSQL/Typed/Range.o, dist/build/Database/PostgreSQL/Typed/Range.dyn_o )
325.08 s
[cryptostore] checking for references to /build/ in /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0...
325.11 s
[cryptostore] patching script interpreter paths in /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0
325.12 s
[cryptostore] stripping (with command strip and flags -S -p) in /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0/lib
325.15 s
[postgresql-typed]
325.15 s
[postgresql-typed] Database/PostgreSQL/Typed/Range.hs:24:1: warning : [ -Wunused-imports ]
325.15 s
[postgresql-typed] The import of ‘Data.Semigroup’ is redundant
325.15 s
[postgresql-typed] except perhaps to import instances from ‘Data.Semigroup’
325.15 s
[postgresql-typed] To import instances alone, use: import Data.Semigroup()
325.15 s
[postgresql-typed] |
325.15 s
[postgresql-typed] 24 | import Data.Semigroup (Semigroup(..))
325.15 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
325.15 s
[postgresql-typed]
325.15 s
[postgresql-typed] Database/PostgreSQL/Typed/Range.hs:230:3: warning : [ -Wnoncanonical-monoid-instances ]
325.15 s
[postgresql-typed] Noncanonical ‘mappend’ definition detected
325.15 s
[postgresql-typed] in the instance declaration for ‘Monoid (Range a)’.
325.15 s
[postgresql-typed] ‘mappend’ will eventually be removed in favour of ‘(<>)’
325.15 s
[postgresql-typed] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
325.15 s
[postgresql-typed] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
325.15 s
[postgresql-typed] |
325.15 s
[postgresql-typed] 230 | mappend = union
325.15 s
[postgresql-typed] | ^^^^^^^^^^^^^^^
325.57 s
[cryptostore] shrinking RPATHs of ELF executables and libraries in /nix/store/2kirhgyqy5zcfy1dcmva83rig58h8wi5-cryptostore-0.4.0.0-doc
325.58 s
[cryptostore] checking for references to /build/ in /nix/store/2kirhgyqy5zcfy1dcmva83rig58h8wi5-cryptostore-0.4.0.0-doc...
325.61 s
[cryptostore] patching script interpreter paths in /nix/store/2kirhgyqy5zcfy1dcmva83rig58h8wi5-cryptostore-0.4.0.0-doc
325.70 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/2kirhgyqy5zcfy1dcmva83rig58h8wi5-cryptostore-0.4.0.0-doc /nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0
325.91 s
[post-build-hook] copying 2 paths...
325.91 s
[post-build-hook] copying path '/nix/store/2kirhgyqy5zcfy1dcmva83rig58h8wi5-cryptostore-0.4.0.0-doc' to 'https://cache.staging.nix-ci.com'...
327.15 s
[post-build-hook] copying path '/nix/store/3kxx1k5sbx5mkdcpn38q4c8djyxl2rhx-cryptostore-0.4.0.0' to 'https://cache.staging.nix-ci.com'...
335.86 s
[post-build-hook] copying 2 paths...
335.87 s
[post-build-hook] copying path '/nix/store/fjblwc3mlpk2al1ar5dqi5fvdjmkf1nf-cryptostore-0.4.0.0.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
336.01 s
[post-build-hook] copying path '/nix/store/dsiwhji96nbnb9975jybghb3mq68mfhy-cryptostore-0.4.0.0.drv' to 'https://cache.staging.nix-ci.com'...
336.27 s
Progress: 49 of 72 built (3 building)
336.32 s
Building jwt
336.32 s
[openapi3] 5% ( 6 /109) in 'Data.OpenApi.Lens'
336.32 s
[openapi3] Missing documentation for:
336.32 s
[openapi3] HasComponents (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasExternalDocs (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasInfo (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasOpenapi (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasPaths (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasSecurity (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasServers (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasTags (src/Data/OpenApi/Lens.hs:29)
336.32 s
[openapi3] HasCallbacks (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasExamples (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasHeaders (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasLinks (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasParameters (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasRequestBodies (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasResponses (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasSchemas (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasSecuritySchemes (src/Data/OpenApi/Lens.hs:30)
336.32 s
[openapi3] HasDescription (src/Data/OpenApi/Lens.hs:31)
336.33 s
[openapi3] HasUrl (src/Data/OpenApi/Lens.hs:31)
336.33 s
[openapi3] HasVariables (src/Data/OpenApi/Lens.hs:31)
336.33 s
[openapi3] HasContent (src/Data/OpenApi/Lens.hs:32)
336.33 s
[openapi3] HasRequired (src/Data/OpenApi/Lens.hs:32)
336.33 s
[openapi3] HasEncoding (src/Data/OpenApi/Lens.hs:33)
336.33 s
[openapi3] HasExample (src/Data/OpenApi/Lens.hs:33)
336.33 s
[openapi3] HasSchema (src/Data/OpenApi/Lens.hs:33)
336.33 s
[openapi3] HasContact (src/Data/OpenApi/Lens.hs:34)
336.33 s
[openapi3] HasLicense (src/Data/OpenApi/Lens.hs:34)
336.33 s
[openapi3] HasTermsOfService (src/Data/OpenApi/Lens.hs:34)
336.33 s
[openapi3] HasTitle (src/Data/OpenApi/Lens.hs:34)
336.33 s
[openapi3] HasVersion (src/Data/OpenApi/Lens.hs:34)
336.33 s
[openapi3] HasEmail (src/Data/OpenApi/Lens.hs:35)
336.33 s
[openapi3] HasName (src/Data/OpenApi/Lens.hs:35)
336.33 s
[openapi3] HasDelete (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasGet (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasHead (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasOptions (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasPatch (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasPost (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasPut (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasSummary (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasTrace (src/Data/OpenApi/Lens.hs:37)
336.33 s
[openapi3] HasDeprecated (src/Data/OpenApi/Lens.hs:39)
336.33 s
[openapi3] HasOperationId (src/Data/OpenApi/Lens.hs:39)
336.33 s
[openapi3] HasRequestBody (src/Data/OpenApi/Lens.hs:39)
336.33 s
[openapi3] HasAllowEmptyValue (src/Data/OpenApi/Lens.hs:40)
336.33 s
[openapi3] HasAllowReserved (src/Data/OpenApi/Lens.hs:40)
336.33 s
[openapi3] HasExplode (src/Data/OpenApi/Lens.hs:40)
336.33 s
[openapi3] HasIn (src/Data/OpenApi/Lens.hs:40)
336.33 s
[openapi3] HasStyle (src/Data/OpenApi/Lens.hs:40)
336.33 s
[openapi3] HasAdditionalProperties (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasAllOf (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasAnyOf (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasDefault (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasDiscriminator (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasEnum (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasExclusiveMaximum (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasExclusiveMinimum (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasFormat (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasItems (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMaxItems (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMaxLength (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMaxProperties (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMaximum (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMinItems (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMinLength (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMinProperties (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMinimum (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasMultipleOf (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasNot (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasNullable (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasOneOf (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasPattern (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasProperties (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasReadOnly (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasType (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasUniqueItems (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasWriteOnly (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasXml (src/Data/OpenApi/Lens.hs:42)
336.33 s
[openapi3] HasAttribute (src/Data/OpenApi/Lens.hs:44)
336.33 s
[openapi3] HasNamespace (src/Data/OpenApi/Lens.hs:44)
336.33 s
[openapi3] HasPrefix (src/Data/OpenApi/Lens.hs:44)
336.33 s
[openapi3] HasWrapped (src/Data/OpenApi/Lens.hs:44)
336.33 s
[openapi3] HasAuthorizationUrl (src/Data/OpenApi/Lens.hs:49)
336.33 s
[openapi3] HasTokenUrl (src/Data/OpenApi/Lens.hs:50)
336.33 s
[openapi3] HasAuthorizationCode (src/Data/OpenApi/Lens.hs:54)
336.33 s
[openapi3] HasClientCredentials (src/Data/OpenApi/Lens.hs:54)
336.33 s
[openapi3] HasImplicit (src/Data/OpenApi/Lens.hs:54)
336.33 s
[crypton-connection] Phase: checkPhase
336.33 s
[crypton-connection] Package has no test suites.
336.33 s
[crypton-connection] Phase: haddockPhase
336.33 s
[crypton-connection] Preprocessing library for crypton-connection-0.4.5..
336.33 s
[crypton-connection] Running Haddock on library for crypton-connection-0.4.5..
336.33 s
[crypton-connection] Warning: The documentation for the following packages are not installed. No
336.33 s
[crypton-connection] links will be generated to these packages: vector-0.13.2.0
336.33 s
[crypton-connection] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
336.33 s
[crypton-connection] 50% ( 1 / 2) in 'Network.Connection.Internal'
336.33 s
[crypton-connection] Missing documentation for:
336.33 s
[crypton-connection] Module header
336.33 s
[crypton-connection] Warning: 'ClientParams' is out of scope.
336.33 s
[crypton-connection] If you qualify the identifier, haddock can try to link it anyway.
336.33 s
[crypton-connection] Warning: 'isEOFError' is out of scope.
336.33 s
[crypton-connection] If you qualify the identifier, haddock can try to link it anyway.
336.33 s
[crypton-connection] 93% ( 30 / 32) in 'Network.Connection'
336.33 s
[crypton-connection] Missing documentation for:
336.33 s
[crypton-connection] SockSettings (Network/Connection/Types.hs:66)
336.33 s
[crypton-connection] connectionSessionManager (Network/Connection.hs:98)
336.33 s
[crypton-connection] Warning: Network.Connection: could not find link destinations for:
336.33 s
[crypton-connection] - Network.Connection.Types.ConnectionID
336.33 s
[crypton-connection] - Network.Connection.Types.HostName
336.33 s
[crypton-connection] - Network.Connection.Manager
336.33 s
[crypton-connection] Documentation created: dist/doc/html/crypton-connection/,
336.33 s
[crypton-connection] dist/doc/html/crypton-connection/crypton-connection.txt
336.33 s
[crypton-connection] Phase: installPhase
336.33 s
[crypton-connection] Installing library in /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
336.33 s
[crypton-connection] Phase: fixupPhase
336.33 s
[crypton-connection] shrinking RPATHs of ELF executables and libraries in /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5
336.33 s
[crypton-connection] shrinking /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHScrypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW-ghc9.6.7.so
336.33 s
[crypton-connection] checking for references to /build/ in /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5...
336.33 s
[crypton-connection] patching script interpreter paths in /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5
336.33 s
[crypton-connection] stripping (with command strip and flags -S -p) in /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5/lib
336.33 s
[crypton-connection] shrinking RPATHs of ELF executables and libraries in /nix/store/fi689h4a9i9w6x8q83ii7l749szgzvph-crypton-connection-0.4.5-doc
336.33 s
[crypton-connection] checking for references to /build/ in /nix/store/fi689h4a9i9w6x8q83ii7l749szgzvph-crypton-connection-0.4.5-doc...
336.33 s
[crypton-connection] patching script interpreter paths in /nix/store/fi689h4a9i9w6x8q83ii7l749szgzvph-crypton-connection-0.4.5-doc
336.33 s
[postgresql-typed] [ 5 of 17] Compiling Database.PostgreSQL.Typed.Inet ( Database/PostgreSQL/Typed/Inet.hs, dist/build/Database/PostgreSQL/Typed/Inet.o, dist/build/Database/PostgreSQL/Typed/Inet.dyn_o )
336.33 s
[postgresql-typed] [ 6 of 17] Compiling Database.PostgreSQL.Typed.Dynamic ( Database/PostgreSQL/Typed/Dynamic.hs, dist/build/Database/PostgreSQL/Typed/Dynamic.o, dist/build/Database/PostgreSQL/Typed/Dynamic.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Dynamic.hs:36:1: warning : [ -Wunused-imports ]
336.33 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
336.33 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
336.33 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 36 | import Data.Monoid ((<>))
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
336.33 s
[postgresql-typed] [ 7 of 17] Compiling Database.PostgreSQL.Typed.Protocol ( Database/PostgreSQL/Typed/Protocol.hs, dist/build/Database/PostgreSQL/Typed/Protocol.o, dist/build/Database/PostgreSQL/Typed/Protocol.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:96:1: warning : [ -Wunused-imports ]
336.33 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
336.33 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
336.33 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 96 | import Data.Monoid ((<>))
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:127:1: warning : [ -Wunused-imports ]
336.33 s
[postgresql-typed] The import of ‘IOError, ioError’
336.33 s
[postgresql-typed] from module ‘System.IO.Error’ is redundant
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 127 | import System.IO.Error (IOError, mkIOError, eofErrorType, ioError, ioeSetErrorString)
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:682:7: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
336.33 s
[postgresql-typed] Pattern match is redundant
336.33 s
[postgresql-typed] In a case alternative: _ -> ...
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 682 | _ -> Net.AF_UNSPEC })
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^
336.33 s
[postgresql-typed] [ 8 of 17] Compiling Database.PostgreSQL.Typed.TypeCache ( Database/PostgreSQL/Typed/TypeCache.hs, dist/build/Database/PostgreSQL/Typed/TypeCache.o, dist/build/Database/PostgreSQL/Typed/TypeCache.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/TypeCache.hs:44:29: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
336.33 s
[postgresql-typed] Pattern match(es) are non-exhaustive
336.33 s
[postgresql-typed] In a lambda abstraction:
336.33 s
[postgresql-typed] Patterns of type ‘[Database.PostgreSQL.Typed.Types.PGValue]’ not matched:
336.33 s
[postgresql-typed] []
336.33 s
[postgresql-typed] [_]
336.33 s
[postgresql-typed] (_:_:_:_)
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 44 | IntMap.fromAscList . map (\[to, tn] -> (fromIntegral (pgDecodeRep to :: OID), pgDecodeRep tn) ) .
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
336.33 s
[postgresql-typed] [ 9 of 17] Compiling Database.PostgreSQL.Typed.TH ( Database/PostgreSQL/Typed/TH.hs, dist/build/Database/PostgreSQL/Typed/TH.o, dist/build/Database/PostgreSQL/Typed/TH.dyn_o )
336.33 s
[postgresql-typed] [10 of 17] Compiling Database.PostgreSQL.Typed.Relation ( Database/PostgreSQL/Typed/Relation.hs, dist/build/Database/PostgreSQL/Typed/Relation.o, dist/build/Database/PostgreSQL/Typed/Relation.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Relation.hs:63:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
336.33 s
[postgresql-typed] Pattern match(es) are non-exhaustive
336.33 s
[postgresql-typed] In a lambda abstraction:
336.33 s
[postgresql-typed] Patterns of type ‘[PGValue]’ not matched:
336.33 s
[openapi3] HasPassword (src/Data/OpenApi/Lens.hs:54)
336.33 s
[openapi3] HasContentType (src/Data/OpenApi/Lens.hs:56)
336.33 s
[openapi3] HasExternalValue (src/Data/OpenApi/Lens.hs:57)
336.33 s
[openapi3] HasValue (src/Data/OpenApi/Lens.hs:57)
336.33 s
[openapi3] HasMapping (src/Data/OpenApi/Lens.hs:58)
336.33 s
[openapi3] HasPropertyName (src/Data/OpenApi/Lens.hs:58)
336.33 s
[openapi3] HasOperationRef (src/Data/OpenApi/Lens.hs:59)
336.33 s
[openapi3] HasServer (src/Data/OpenApi/Lens.hs:59)
336.33 s
[openapi3] _SecuritySchemeOpenIdConnect (src/Data/OpenApi/Lens.hs:63)
336.33 s
[openapi3] _SecuritySchemeOAuth2 (src/Data/OpenApi/Lens.hs:63)
336.33 s
[openapi3] _SecuritySchemeApiKey (src/Data/OpenApi/Lens.hs:63)
336.33 s
[openapi3] _SecuritySchemeHttp (src/Data/OpenApi/Lens.hs:63)
336.33 s
[openapi3] _Inline (src/Data/OpenApi/Lens.hs:65)
336.33 s
[openapi3] _Ref (src/Data/OpenApi/Lens.hs:65)
336.33 s
[openapi3] _OpenApiItemsArray (src/Data/OpenApi/Lens.hs:69)
336.33 s
[openapi3] _OpenApiItemsObject (src/Data/OpenApi/Lens.hs:78)
336.33 s
[postgresql-typed] []
336.33 s
[postgresql-typed] [_]
336.33 s
[postgresql-typed] [_, _]
336.33 s
[postgresql-typed] [_, _, _]
336.33 s
[postgresql-typed] ...
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 63 | cl <- mapM (\[to, cn, ct, cnn] -> do
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^...
336.33 s
[postgresql-typed] [11 of 17] Compiling Database.PostgreSQL.Typed.Query ( Database/PostgreSQL/Typed/Query.hs, dist/build/Database/PostgreSQL/Typed/Query.o, dist/build/Database/PostgreSQL/Typed/Query.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Query.hs:160:29: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
336.33 s
[postgresql-typed] Pattern match(es) are non-exhaustive
336.33 s
[postgresql-typed] In a pattern binding: Patterns of type ‘[[Char]]’ not matched: []
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 160 | spl (c:s) = (c:h):t where h:t = spl s
336.33 s
[postgresql-typed] | ^^^^^^^^^^^
336.33 s
[postgresql-typed] [12 of 17] Compiling Database.PostgreSQL.Typed.TemplatePG ( Database/PostgreSQL/Typed/TemplatePG.hs, dist/build/Database/PostgreSQL/Typed/TemplatePG.o, dist/build/Database/PostgreSQL/Typed/TemplatePG.dyn_o )
336.33 s
[postgresql-typed] [13 of 17] Compiling Database.PostgreSQL.Typed ( Database/PostgreSQL/Typed.hs, dist/build/Database/PostgreSQL/Typed.o, dist/build/Database/PostgreSQL/Typed.dyn_o )
336.33 s
[postgresql-typed] [14 of 17] Compiling Database.PostgreSQL.Typed.Enum ( Database/PostgreSQL/Typed/Enum.hs, dist/build/Database/PostgreSQL/Typed/Enum.o, dist/build/Database/PostgreSQL/Typed/Enum.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Enum.hs:64:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
336.33 s
[postgresql-typed] Pattern match(es) are non-exhaustive
336.33 s
[postgresql-typed] In a lambda abstraction:
336.33 s
[postgresql-typed] Patterns of type ‘[PGValue]’ not matched:
336.33 s
[postgresql-typed] []
336.33 s
[postgresql-typed] [_]
336.33 s
[postgresql-typed] (_:_:_:_)
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 64 | vals <- map (\([eo, v]) -> (pgDecodeRep eo, pgDecodeRep v) ) . snd
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
336.33 s
[postgresql-typed] [15 of 17] Compiling Database.PostgreSQL.Typed.Array ( Database/PostgreSQL/Typed/Array.hs, dist/build/Database/PostgreSQL/Typed/Array.o, dist/build/Database/PostgreSQL/Typed/Array.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/Array.hs:27:1: warning : [ -Wunused-imports ]
336.33 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
336.33 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
336.33 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 27 | import Data.Monoid ((<>))
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
336.33 s
[postgresql-typed] [16 of 17] Compiling Paths_postgresql_typed ( dist/build/autogen/Paths_postgresql_typed.hs, dist/build/Paths_postgresql_typed.o, dist/build/Paths_postgresql_typed.dyn_o )
336.33 s
[postgresql-typed] [17 of 17] Compiling Database.PostgreSQL.Typed.HDBC ( Database/PostgreSQL/Typed/HDBC.hs, dist/build/Database/PostgreSQL/Typed/HDBC.o, dist/build/Database/PostgreSQL/Typed/HDBC.dyn_o )
336.33 s
[postgresql-typed]
336.33 s
[postgresql-typed] Database/PostgreSQL/Typed/HDBC.hs:233:10: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
336.33 s
[postgresql-typed] Pattern match(es) are non-exhaustive
336.33 s
[postgresql-typed] In a lambda abstraction:
336.33 s
[postgresql-typed] Patterns of type ‘[PGValue]’ not matched:
336.33 s
[postgresql-typed] []
336.33 s
[postgresql-typed] [_]
336.33 s
[postgresql-typed] [_, _]
336.33 s
[postgresql-typed] [_, _, _]
336.33 s
[postgresql-typed] ...
336.33 s
[postgresql-typed] |
336.33 s
[postgresql-typed] 233 | map (\[attname, attrelid, attnum, atttypid, attlen, atttypmod, attnotnull] ->
336.33 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
336.33 s
[postgresql-typed] [ 1 of 17] Compiling Database.PostgreSQL.Typed.ErrCodes ( Database/PostgreSQL/Typed/ErrCodes.hs, dist/build/Database/PostgreSQL/Typed/ErrCodes.p_o )
336.33 s
[postgresql-typed] [ 2 of 17] Compiling Database.PostgreSQL.Typed.SQLToken ( Database/PostgreSQL/Typed/SQLToken.hs, dist/build/Database/PostgreSQL/Typed/SQLToken.p_o )
336.34 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/fi689h4a9i9w6x8q83ii7l749szgzvph-crypton-connection-0.4.5-doc /nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5
336.54 s
[post-build-hook] copying 2 paths...
336.54 s
[post-build-hook] copying path '/nix/store/fi689h4a9i9w6x8q83ii7l749szgzvph-crypton-connection-0.4.5-doc' to 'https://cache.staging.nix-ci.com'...
336.79 s
[post-build-hook] copying path '/nix/store/ij5ki7mi1xgwxb5x6z72kann150cr0dp-crypton-connection-0.4.5' to 'https://cache.staging.nix-ci.com'...
337.65 s
[post-build-hook] copying 1 paths...
337.65 s
[post-build-hook] copying path '/nix/store/rfi2d5rzjmm19qiq55aziclm9xdgkx43-crypton-connection-0.4.5.drv' to 'https://cache.staging.nix-ci.com'...
337.89 s
Progress: 50 of 72 built (3 building)
337.96 s
Building http-client-tls
337.96 s
[openapi3] 100% ( 1 / 1) in 'Data.OpenApi.Optics'
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.96 s
[openapi3] The use of ‘~’ without TypeOperators
337.96 s
[openapi3] will become an error in a future GHC release.
337.96 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.96 s
[openapi3] |
337.96 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.96 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.96 s
[openapi3]
337.96 s
[postgresql-typed] [ 3 of 17] Compiling Database.PostgreSQL.Typed.Types ( Database/PostgreSQL/Typed/Types.hs, dist/build/Database/PostgreSQL/Typed/Types.p_o )
337.96 s
[postgresql-typed]
337.96 s
[postgresql-typed] Database/PostgreSQL/Typed/Types.hs:69:1: warning : [ -Wunused-imports ]
337.96 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
337.96 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
337.96 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
337.96 s
[postgresql-typed] |
337.96 s
[postgresql-typed] 69 | import Data.Monoid ((<>))
337.96 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Types.hs:167:19: warning : [ GHC-39567 ] [ -Wstar-is-type ]
337.97 s
[postgresql-typed] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
337.97 s
[postgresql-typed] relies on the StarIsType extension, which will become
337.97 s
[postgresql-typed] deprecated in the future.
337.97 s
[postgresql-typed] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 167 | type PGVal t :: *
337.97 s
[postgresql-typed] | ^
337.97 s
[postgresql-typed] [ 4 of 17] Compiling Database.PostgreSQL.Typed.Range ( Database/PostgreSQL/Typed/Range.hs, dist/build/Database/PostgreSQL/Typed/Range.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Range.hs:24:1: warning : [ -Wunused-imports ]
337.97 s
[postgresql-typed] The import of ‘Data.Semigroup’ is redundant
337.97 s
[postgresql-typed] except perhaps to import instances from ‘Data.Semigroup’
337.97 s
[postgresql-typed] To import instances alone, use: import Data.Semigroup()
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 24 | import Data.Semigroup (Semigroup(..))
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Range.hs:230:3: warning : [ -Wnoncanonical-monoid-instances ]
337.97 s
[postgresql-typed] Noncanonical ‘mappend’ definition detected
337.97 s
[postgresql-typed] in the instance declaration for ‘Monoid (Range a)’.
337.97 s
[postgresql-typed] ‘mappend’ will eventually be removed in favour of ‘(<>)’
337.97 s
[postgresql-typed] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
337.97 s
[postgresql-typed] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 230 | mappend = union
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed] [ 5 of 17] Compiling Database.PostgreSQL.Typed.Inet ( Database/PostgreSQL/Typed/Inet.hs, dist/build/Database/PostgreSQL/Typed/Inet.p_o )
337.97 s
[postgresql-typed] [ 6 of 17] Compiling Database.PostgreSQL.Typed.Dynamic ( Database/PostgreSQL/Typed/Dynamic.hs, dist/build/Database/PostgreSQL/Typed/Dynamic.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Dynamic.hs:36:1: warning : [ -Wunused-imports ]
337.97 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
337.97 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
337.97 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 36 | import Data.Monoid ((<>))
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed] [ 7 of 17] Compiling Database.PostgreSQL.Typed.Protocol ( Database/PostgreSQL/Typed/Protocol.hs, dist/build/Database/PostgreSQL/Typed/Protocol.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:96:1: warning : [ -Wunused-imports ]
337.97 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
337.97 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
337.97 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 96 | import Data.Monoid ((<>))
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:127:1: warning : [ -Wunused-imports ]
337.97 s
[postgresql-typed] The import of ‘IOError, ioError’
337.97 s
[jwt] Phase: setupCompilerEnvironmentPhase
337.97 s
[jwt] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
337.97 s
[jwt] Phase: unpackPhase
337.97 s
[jwt] unpacking source archive /nix/store/6xraz1l7hxi9snxbzx1kqs7ipi2ahj65-jwt-0.11.0.tar.gz
337.97 s
[jwt] source root is jwt-0.11.0
337.97 s
[jwt] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "jwt-0.11.0/tests/src/Web/JWTTests.hs"
337.97 s
[jwt] Phase: patchPhase
337.97 s
[jwt] Replace Cabal file with edited version from mirror://hackage/jwt-0.11.0/revision/1.cabal.
337.97 s
[jwt] Phase: compileBuildDriverPhase
337.97 s
[jwt] setupCompileFlags: -package-db=/build/tmp.ctUZak8GLk/setup-package.conf.d -threaded
337.97 s
[jwt] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.ctUZak8GLk/Main.o )
337.97 s
[jwt] [2 of 2] Linking Setup
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[postgresql-typed] from module ‘System.IO.Error’ is redundant
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 127 | import System.IO.Error (IOError, mkIOError, eofErrorType, ioError, ioeSetErrorString)
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:682:7: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
337.97 s
[postgresql-typed] Pattern match is redundant
337.97 s
[postgresql-typed] In a case alternative: _ -> ...
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 682 | _ -> Net.AF_UNSPEC })
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed] [ 8 of 17] Compiling Database.PostgreSQL.Typed.TypeCache ( Database/PostgreSQL/Typed/TypeCache.hs, dist/build/Database/PostgreSQL/Typed/TypeCache.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/TypeCache.hs:44:29: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
337.97 s
[postgresql-typed] Pattern match(es) are non-exhaustive
337.97 s
[postgresql-typed] In a lambda abstraction:
337.97 s
[postgresql-typed] Patterns of type ‘[Database.PostgreSQL.Typed.Types.PGValue]’ not matched:
337.97 s
[postgresql-typed] []
337.97 s
[postgresql-typed] [_]
337.97 s
[postgresql-typed] (_:_:_:_)
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 44 | IntMap.fromAscList . map (\[to, tn] -> (fromIntegral (pgDecodeRep to :: OID), pgDecodeRep tn) ) .
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed] [ 9 of 17] Compiling Database.PostgreSQL.Typed.TH ( Database/PostgreSQL/Typed/TH.hs, dist/build/Database/PostgreSQL/Typed/TH.p_o )
337.97 s
[postgresql-typed] [10 of 17] Compiling Database.PostgreSQL.Typed.Relation ( Database/PostgreSQL/Typed/Relation.hs, dist/build/Database/PostgreSQL/Typed/Relation.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Relation.hs:63:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
337.97 s
[postgresql-typed] Pattern match(es) are non-exhaustive
337.97 s
[postgresql-typed] In a lambda abstraction:
337.97 s
[postgresql-typed] Patterns of type ‘[PGValue]’ not matched:
337.97 s
[postgresql-typed] []
337.97 s
[postgresql-typed] [_]
337.97 s
[postgresql-typed] [_, _]
337.97 s
[postgresql-typed] [_, _, _]
337.97 s
[postgresql-typed] ...
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 63 | cl <- mapM (\[to, cn, ct, cnn] -> do
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^...
337.97 s
[postgresql-typed] [11 of 17] Compiling Database.PostgreSQL.Typed.Query ( Database/PostgreSQL/Typed/Query.hs, dist/build/Database/PostgreSQL/Typed/Query.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Query.hs:160:29: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
337.97 s
[postgresql-typed] Pattern match(es) are non-exhaustive
337.97 s
[postgresql-typed] In a pattern binding: Patterns of type ‘[[Char]]’ not matched: []
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 160 | spl (c:s) = (c:h):t where h:t = spl s
337.97 s
[postgresql-typed] | ^^^^^^^^^^^
337.97 s
[postgresql-typed] [12 of 17] Compiling Database.PostgreSQL.Typed.TemplatePG ( Database/PostgreSQL/Typed/TemplatePG.hs, dist/build/Database/PostgreSQL/Typed/TemplatePG.p_o )
337.97 s
[postgresql-typed] [13 of 17] Compiling Database.PostgreSQL.Typed ( Database/PostgreSQL/Typed.hs, dist/build/Database/PostgreSQL/Typed.p_o )
337.97 s
[postgresql-typed] [14 of 17] Compiling Database.PostgreSQL.Typed.Enum ( Database/PostgreSQL/Typed/Enum.hs, dist/build/Database/PostgreSQL/Typed/Enum.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Enum.hs:64:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
337.97 s
[postgresql-typed] Pattern match(es) are non-exhaustive
337.97 s
[postgresql-typed] In a lambda abstraction:
337.97 s
[postgresql-typed] Patterns of type ‘[PGValue]’ not matched:
337.97 s
[postgresql-typed] []
337.97 s
[postgresql-typed] [_]
337.97 s
[postgresql-typed] (_:_:_:_)
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 64 | vals <- map (\([eo, v]) -> (pgDecodeRep eo, pgDecodeRep v) ) . snd
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:114:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 114 | makeFieldLabels ''OpenApi
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed] [15 of 17] Compiling Database.PostgreSQL.Typed.Array ( Database/PostgreSQL/Typed/Array.hs, dist/build/Database/PostgreSQL/Typed/Array.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/Array.hs:27:1: warning : [ -Wunused-imports ]
337.97 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
337.97 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
337.97 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 27 | import Data.Monoid ((<>))
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[postgresql-typed] [16 of 17] Compiling Paths_postgresql_typed ( dist/build/autogen/Paths_postgresql_typed.hs, dist/build/Paths_postgresql_typed.p_o )
337.97 s
[postgresql-typed] [17 of 17] Compiling Database.PostgreSQL.Typed.HDBC ( Database/PostgreSQL/Typed/HDBC.hs, dist/build/Database/PostgreSQL/Typed/HDBC.p_o )
337.97 s
[postgresql-typed]
337.97 s
[postgresql-typed] Database/PostgreSQL/Typed/HDBC.hs:233:10: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
337.97 s
[postgresql-typed] Pattern match(es) are non-exhaustive
337.97 s
[postgresql-typed] In a lambda abstraction:
337.97 s
[postgresql-typed] Patterns of type ‘[PGValue]’ not matched:
337.97 s
[postgresql-typed] []
337.97 s
[postgresql-typed] [_]
337.97 s
[postgresql-typed] [_, _]
337.97 s
[postgresql-typed] [_, _, _]
337.97 s
[postgresql-typed] ...
337.97 s
[postgresql-typed] |
337.97 s
[postgresql-typed] 233 | map (\[attname, attrelid, attnum, atttypid, attlen, atttypmod, attnotnull] ->
337.97 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 115 | makeFieldLabels ''Components
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 115 | makeFieldLabels ''Components
337.97 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.97 s
[openapi3]
337.97 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.97 s
[openapi3] The use of ‘~’ without TypeOperators
337.97 s
[openapi3] will become an error in a future GHC release.
337.97 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.97 s
[openapi3] |
337.97 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:115:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 115 | makeFieldLabels ''Components
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 116 | makeFieldLabels ''Server
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 116 | makeFieldLabels ''Server
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.98 s
[openapi3] 116 | makeFieldLabels ''Server
337.98 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.98 s
[openapi3]
337.98 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.98 s
[openapi3] The use of ‘~’ without TypeOperators
337.98 s
[openapi3] will become an error in a future GHC release.
337.98 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.98 s
[openapi3] |
337.99 s
[openapi3] 116 | makeFieldLabels ''Server
337.99 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.99 s
[openapi3]
337.99 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.99 s
[openapi3] The use of ‘~’ without TypeOperators
337.99 s
[openapi3] will become an error in a future GHC release.
337.99 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.99 s
[openapi3] |
337.99 s
[openapi3] 116 | makeFieldLabels ''Server
337.99 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.99 s
[openapi3]
337.99 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.99 s
[openapi3] The use of ‘~’ without TypeOperators
337.99 s
[openapi3] will become an error in a future GHC release.
337.99 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.99 s
[openapi3] |
337.99 s
[openapi3] 116 | makeFieldLabels ''Server
337.99 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.99 s
[openapi3]
337.99 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.99 s
[openapi3] The use of ‘~’ without TypeOperators
337.99 s
[openapi3] will become an error in a future GHC release.
337.99 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.99 s
[openapi3] |
337.99 s
[openapi3] 116 | makeFieldLabels ''Server
337.99 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.99 s
[openapi3]
337.99 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.99 s
[openapi3] The use of ‘~’ without TypeOperators
337.99 s
[openapi3] will become an error in a future GHC release.
337.99 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.99 s
[openapi3] |
337.99 s
[openapi3] 116 | makeFieldLabels ''Server
337.99 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.99 s
[openapi3]
337.99 s
[openapi3] src/Data/OpenApi/Optics.hs:116:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.99 s
[openapi3] The use of ‘~’ without TypeOperators
337.99 s
[openapi3] will become an error in a future GHC release.
337.99 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.99 s
[openapi3] |
337.99 s
[openapi3] 116 | makeFieldLabels ''Server
337.99 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
337.99 s
[openapi3]
337.99 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.99 s
[openapi3] The use of ‘~’ without TypeOperators
337.99 s
[openapi3] will become an error in a future GHC release.
337.99 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.99 s
[openapi3] |
337.99 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
337.99 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337.99 s
[openapi3]
337.99 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
337.99 s
[openapi3] The use of ‘~’ without TypeOperators
337.99 s
[openapi3] will become an error in a future GHC release.
337.99 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
337.99 s
[openapi3] |
337.99 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.00 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.00 s
[openapi3] The use of ‘~’ without TypeOperators
338.00 s
[openapi3] will become an error in a future GHC release.
338.00 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.00 s
[openapi3] |
338.00 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.00 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.00 s
[openapi3] The use of ‘~’ without TypeOperators
338.00 s
[openapi3] will become an error in a future GHC release.
338.00 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.00 s
[openapi3] |
338.00 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.00 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.00 s
[openapi3] The use of ‘~’ without TypeOperators
338.00 s
[openapi3] will become an error in a future GHC release.
338.00 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.00 s
[openapi3] |
338.00 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.00 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.00 s
[openapi3] The use of ‘~’ without TypeOperators
338.00 s
[openapi3] will become an error in a future GHC release.
338.00 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.00 s
[openapi3] |
338.00 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.00 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.00 s
[openapi3] The use of ‘~’ without TypeOperators
338.00 s
[openapi3] will become an error in a future GHC release.
338.00 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.00 s
[openapi3] |
338.00 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.00 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.00 s
[openapi3] The use of ‘~’ without TypeOperators
338.00 s
[openapi3] will become an error in a future GHC release.
338.00 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.00 s
[openapi3] |
338.00 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.00 s
[openapi3] src/Data/OpenApi/Optics.hs:117:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.00 s
[openapi3] The use of ‘~’ without TypeOperators
338.00 s
[openapi3] will become an error in a future GHC release.
338.00 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.00 s
[openapi3] |
338.00 s
[openapi3] 117 | makeFieldLabels ''ServerVariable
338.00 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.00 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.01 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.01 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.01 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.01 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.01 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.01 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.01 s
[openapi3]
338.01 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.01 s
[openapi3] The use of ‘~’ without TypeOperators
338.01 s
[openapi3] will become an error in a future GHC release.
338.01 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.01 s
[openapi3] |
338.01 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.01 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:118:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.02 s
[openapi3] 118 | makeFieldLabels ''RequestBody
338.02 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.02 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.02 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.02 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.02 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.02 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.02 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.02 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.02 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.02 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.02 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.02 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.02 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.02 s
[openapi3]
338.02 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.02 s
[openapi3] The use of ‘~’ without TypeOperators
338.02 s
[openapi3] will become an error in a future GHC release.
338.02 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.02 s
[openapi3] |
338.03 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.03 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.03 s
[openapi3] The use of ‘~’ without TypeOperators
338.03 s
[openapi3] will become an error in a future GHC release.
338.03 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.03 s
[openapi3] |
338.03 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.03 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.03 s
[openapi3] The use of ‘~’ without TypeOperators
338.03 s
[openapi3] will become an error in a future GHC release.
338.03 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.03 s
[openapi3] |
338.03 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.03 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.03 s
[openapi3] The use of ‘~’ without TypeOperators
338.03 s
[openapi3] will become an error in a future GHC release.
338.03 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.03 s
[openapi3] |
338.03 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.03 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.03 s
[openapi3] The use of ‘~’ without TypeOperators
338.03 s
[openapi3] will become an error in a future GHC release.
338.03 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.03 s
[openapi3] |
338.03 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.03 s
[openapi3] src/Data/OpenApi/Optics.hs:119:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.03 s
[openapi3] The use of ‘~’ without TypeOperators
338.03 s
[openapi3] will become an error in a future GHC release.
338.03 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.03 s
[openapi3] |
338.03 s
[openapi3] 119 | makeFieldLabels ''MediaTypeObject
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.03 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.03 s
[openapi3] The use of ‘~’ without TypeOperators
338.03 s
[openapi3] will become an error in a future GHC release.
338.03 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.03 s
[openapi3] |
338.03 s
[openapi3] 120 | makeFieldLabels ''Info
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.03 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.03 s
[openapi3] The use of ‘~’ without TypeOperators
338.03 s
[openapi3] will become an error in a future GHC release.
338.03 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.03 s
[openapi3] |
338.03 s
[openapi3] 120 | makeFieldLabels ''Info
338.03 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.03 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.04 s
[openapi3] will become an error in a future GHC release.
338.04 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.04 s
[openapi3] |
338.04 s
[openapi3] 120 | makeFieldLabels ''Info
338.04 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.04 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.04 s
[openapi3] will become an error in a future GHC release.
338.04 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.04 s
[openapi3] |
338.04 s
[openapi3] 120 | makeFieldLabels ''Info
338.04 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.04 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.04 s
[openapi3] will become an error in a future GHC release.
338.04 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.04 s
[openapi3] |
338.04 s
[openapi3] 120 | makeFieldLabels ''Info
338.04 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.04 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.04 s
[openapi3] will become an error in a future GHC release.
338.04 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.04 s
[openapi3] |
338.04 s
[openapi3] 120 | makeFieldLabels ''Info
338.04 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.04 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.04 s
[openapi3] will become an error in a future GHC release.
338.04 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.04 s
[openapi3] |
338.04 s
[openapi3] 120 | makeFieldLabels ''Info
338.04 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.04 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.04 s
[openapi3] will become an error in a future GHC release.
338.04 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.04 s
[openapi3] |
338.04 s
[openapi3] 120 | makeFieldLabels ''Info
338.04 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.04 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.04 s
[openapi3] will become an error in a future GHC release.
338.04 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.04 s
[openapi3] |
338.04 s
[openapi3] 120 | makeFieldLabels ''Info
338.04 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.04 s
[openapi3]
338.04 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.04 s
[openapi3] The use of ‘~’ without TypeOperators
338.05 s
[openapi3] will become an error in a future GHC release.
338.05 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.05 s
[openapi3] |
338.05 s
[openapi3] 120 | makeFieldLabels ''Info
338.05 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.05 s
[openapi3]
338.05 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.05 s
[openapi3] The use of ‘~’ without TypeOperators
338.05 s
[openapi3] will become an error in a future GHC release.
338.05 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.05 s
[openapi3] |
338.05 s
[openapi3] 120 | makeFieldLabels ''Info
338.05 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.05 s
[openapi3]
338.05 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.05 s
[openapi3] The use of ‘~’ without TypeOperators
338.05 s
[openapi3] will become an error in a future GHC release.
338.05 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.05 s
[openapi3] |
338.05 s
[openapi3] 120 | makeFieldLabels ''Info
338.05 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.05 s
[openapi3]
338.05 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.05 s
[openapi3] The use of ‘~’ without TypeOperators
338.05 s
[openapi3] will become an error in a future GHC release.
338.05 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.05 s
[openapi3] |
338.05 s
[openapi3] 120 | makeFieldLabels ''Info
338.05 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.05 s
[openapi3]
338.05 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.05 s
[openapi3] The use of ‘~’ without TypeOperators
338.05 s
[openapi3] will become an error in a future GHC release.
338.05 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.05 s
[openapi3] |
338.05 s
[openapi3] 120 | makeFieldLabels ''Info
338.05 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.05 s
[openapi3]
338.05 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.05 s
[openapi3] The use of ‘~’ without TypeOperators
338.05 s
[openapi3] will become an error in a future GHC release.
338.05 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.05 s
[openapi3] |
338.05 s
[openapi3] 120 | makeFieldLabels ''Info
338.05 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.05 s
[openapi3]
338.06 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.06 s
[openapi3] The use of ‘~’ without TypeOperators
338.06 s
[openapi3] will become an error in a future GHC release.
338.06 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.06 s
[openapi3] |
338.06 s
[openapi3] 120 | makeFieldLabels ''Info
338.06 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.06 s
[openapi3]
338.06 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.06 s
[openapi3] The use of ‘~’ without TypeOperators
338.06 s
[openapi3] will become an error in a future GHC release.
338.06 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.06 s
[openapi3] |
338.06 s
[openapi3] 120 | makeFieldLabels ''Info
338.06 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.06 s
[openapi3]
338.06 s
[openapi3] src/Data/OpenApi/Optics.hs:120:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.06 s
[openapi3] The use of ‘~’ without TypeOperators
338.06 s
[openapi3] will become an error in a future GHC release.
338.06 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.06 s
[openapi3] |
338.06 s
[openapi3] 120 | makeFieldLabels ''Info
338.06 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.06 s
[openapi3]
338.06 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.06 s
[openapi3] The use of ‘~’ without TypeOperators
338.06 s
[openapi3] will become an error in a future GHC release.
338.06 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.06 s
[openapi3] |
338.06 s
[openapi3] 121 | makeFieldLabels ''Contact
338.06 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.06 s
[openapi3]
338.06 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.06 s
[openapi3] The use of ‘~’ without TypeOperators
338.06 s
[openapi3] will become an error in a future GHC release.
338.06 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.06 s
[openapi3] |
338.06 s
[openapi3] 121 | makeFieldLabels ''Contact
338.06 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.06 s
[openapi3]
338.06 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.06 s
[openapi3] The use of ‘~’ without TypeOperators
338.06 s
[openapi3] will become an error in a future GHC release.
338.06 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.06 s
[openapi3] |
338.06 s
[openapi3] 121 | makeFieldLabels ''Contact
338.06 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.06 s
[openapi3]
338.07 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.07 s
[openapi3] The use of ‘~’ without TypeOperators
338.07 s
[openapi3] will become an error in a future GHC release.
338.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.07 s
[openapi3] |
338.07 s
[openapi3] 121 | makeFieldLabels ''Contact
338.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.07 s
[openapi3]
338.07 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.07 s
[openapi3] The use of ‘~’ without TypeOperators
338.07 s
[openapi3] will become an error in a future GHC release.
338.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.07 s
[openapi3] |
338.07 s
[openapi3] 121 | makeFieldLabels ''Contact
338.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.07 s
[openapi3]
338.07 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.07 s
[openapi3] The use of ‘~’ without TypeOperators
338.07 s
[openapi3] will become an error in a future GHC release.
338.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.07 s
[openapi3] |
338.07 s
[openapi3] 121 | makeFieldLabels ''Contact
338.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.07 s
[openapi3]
338.07 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.07 s
[openapi3] The use of ‘~’ without TypeOperators
338.07 s
[openapi3] will become an error in a future GHC release.
338.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.07 s
[openapi3] |
338.07 s
[openapi3] 121 | makeFieldLabels ''Contact
338.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.07 s
[openapi3]
338.07 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.07 s
[openapi3] The use of ‘~’ without TypeOperators
338.07 s
[openapi3] will become an error in a future GHC release.
338.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.07 s
[openapi3] |
338.07 s
[openapi3] 121 | makeFieldLabels ''Contact
338.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.07 s
[openapi3]
338.07 s
[openapi3] src/Data/OpenApi/Optics.hs:121:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.07 s
[openapi3] The use of ‘~’ without TypeOperators
338.07 s
[openapi3] will become an error in a future GHC release.
338.07 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.07 s
[openapi3] |
338.07 s
[openapi3] 121 | makeFieldLabels ''Contact
338.07 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.07 s
[openapi3]
338.08 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.08 s
[openapi3] The use of ‘~’ without TypeOperators
338.08 s
[openapi3] will become an error in a future GHC release.
338.08 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.08 s
[openapi3] |
338.08 s
[openapi3] 122 | makeFieldLabels ''License
338.08 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.08 s
[openapi3]
338.08 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.08 s
[openapi3] The use of ‘~’ without TypeOperators
338.08 s
[openapi3] will become an error in a future GHC release.
338.08 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.08 s
[openapi3] |
338.08 s
[openapi3] 122 | makeFieldLabels ''License
338.08 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.08 s
[openapi3]
338.08 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.08 s
[openapi3] The use of ‘~’ without TypeOperators
338.08 s
[openapi3] will become an error in a future GHC release.
338.08 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.08 s
[openapi3] |
338.08 s
[openapi3] 122 | makeFieldLabels ''License
338.08 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.08 s
[openapi3]
338.08 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.08 s
[openapi3] The use of ‘~’ without TypeOperators
338.08 s
[openapi3] will become an error in a future GHC release.
338.08 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.08 s
[openapi3] |
338.08 s
[openapi3] 122 | makeFieldLabels ''License
338.08 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.08 s
[openapi3]
338.08 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.08 s
[openapi3] The use of ‘~’ without TypeOperators
338.08 s
[openapi3] will become an error in a future GHC release.
338.08 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.08 s
[openapi3] |
338.08 s
[openapi3] 122 | makeFieldLabels ''License
338.08 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.08 s
[openapi3]
338.08 s
[openapi3] src/Data/OpenApi/Optics.hs:122:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.08 s
[openapi3] The use of ‘~’ without TypeOperators
338.08 s
[openapi3] will become an error in a future GHC release.
338.08 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.08 s
[openapi3] |
338.08 s
[openapi3] 122 | makeFieldLabels ''License
338.08 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.09 s
[openapi3]
338.09 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.09 s
[openapi3] The use of ‘~’ without TypeOperators
338.09 s
[openapi3] will become an error in a future GHC release.
338.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.09 s
[openapi3] |
338.09 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.09 s
[openapi3]
338.09 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.09 s
[openapi3] The use of ‘~’ without TypeOperators
338.09 s
[openapi3] will become an error in a future GHC release.
338.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.09 s
[openapi3] |
338.09 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.09 s
[openapi3]
338.09 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.09 s
[openapi3] The use of ‘~’ without TypeOperators
338.09 s
[openapi3] will become an error in a future GHC release.
338.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.09 s
[openapi3] |
338.09 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.09 s
[openapi3]
338.09 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.09 s
[openapi3] The use of ‘~’ without TypeOperators
338.09 s
[openapi3] will become an error in a future GHC release.
338.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.09 s
[openapi3] |
338.09 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.09 s
[openapi3]
338.09 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.09 s
[openapi3] The use of ‘~’ without TypeOperators
338.09 s
[openapi3] will become an error in a future GHC release.
338.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.09 s
[openapi3] |
338.09 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.09 s
[openapi3]
338.09 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.09 s
[openapi3] The use of ‘~’ without TypeOperators
338.09 s
[openapi3] will become an error in a future GHC release.
338.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.09 s
[openapi3] |
338.09 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.09 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.09 s
[openapi3]
338.09 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.09 s
[openapi3] The use of ‘~’ without TypeOperators
338.09 s
[openapi3] will become an error in a future GHC release.
338.09 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.09 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.10 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.10 s
[openapi3] The use of ‘~’ without TypeOperators
338.10 s
[openapi3] will become an error in a future GHC release.
338.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.10 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.10 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.10 s
[openapi3] The use of ‘~’ without TypeOperators
338.10 s
[openapi3] will become an error in a future GHC release.
338.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.10 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.10 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.10 s
[openapi3] The use of ‘~’ without TypeOperators
338.10 s
[openapi3] will become an error in a future GHC release.
338.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.10 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.10 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.10 s
[openapi3] The use of ‘~’ without TypeOperators
338.10 s
[openapi3] will become an error in a future GHC release.
338.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.10 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.10 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.10 s
[openapi3] The use of ‘~’ without TypeOperators
338.10 s
[openapi3] will become an error in a future GHC release.
338.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.10 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.10 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.10 s
[openapi3] The use of ‘~’ without TypeOperators
338.10 s
[openapi3] will become an error in a future GHC release.
338.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.10 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.10 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.10 s
[openapi3] The use of ‘~’ without TypeOperators
338.10 s
[openapi3] will become an error in a future GHC release.
338.10 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.10 s
[openapi3] |
338.10 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.10 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.10 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.11 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.11 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.11 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.11 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.11 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.11 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.11 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.11 s
[openapi3]
338.11 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.11 s
[openapi3] The use of ‘~’ without TypeOperators
338.11 s
[openapi3] will become an error in a future GHC release.
338.11 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.11 s
[openapi3] |
338.11 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.12 s
[openapi3]
338.12 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.12 s
[openapi3] The use of ‘~’ without TypeOperators
338.12 s
[openapi3] will become an error in a future GHC release.
338.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.12 s
[openapi3] |
338.12 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.12 s
[openapi3]
338.12 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.12 s
[openapi3] The use of ‘~’ without TypeOperators
338.12 s
[openapi3] will become an error in a future GHC release.
338.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.12 s
[openapi3] |
338.12 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.12 s
[openapi3]
338.12 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.12 s
[openapi3] The use of ‘~’ without TypeOperators
338.12 s
[openapi3] will become an error in a future GHC release.
338.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.12 s
[openapi3] |
338.12 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.12 s
[openapi3]
338.12 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.12 s
[openapi3] The use of ‘~’ without TypeOperators
338.12 s
[openapi3] will become an error in a future GHC release.
338.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.12 s
[openapi3] |
338.12 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.12 s
[openapi3]
338.12 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.12 s
[openapi3] The use of ‘~’ without TypeOperators
338.12 s
[openapi3] will become an error in a future GHC release.
338.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.12 s
[openapi3] |
338.12 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.12 s
[openapi3]
338.12 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.12 s
[openapi3] The use of ‘~’ without TypeOperators
338.12 s
[openapi3] will become an error in a future GHC release.
338.12 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.12 s
[openapi3] |
338.12 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.12 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.12 s
[openapi3]
338.12 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.13 s
[openapi3] The use of ‘~’ without TypeOperators
338.13 s
[openapi3] will become an error in a future GHC release.
338.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.13 s
[openapi3] |
338.13 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.13 s
[openapi3]
338.13 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.13 s
[openapi3] The use of ‘~’ without TypeOperators
338.13 s
[openapi3] will become an error in a future GHC release.
338.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.13 s
[openapi3] |
338.13 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.13 s
[openapi3]
338.13 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.13 s
[openapi3] The use of ‘~’ without TypeOperators
338.13 s
[openapi3] will become an error in a future GHC release.
338.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.13 s
[openapi3] |
338.13 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.13 s
[openapi3]
338.13 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.13 s
[openapi3] The use of ‘~’ without TypeOperators
338.13 s
[openapi3] will become an error in a future GHC release.
338.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.13 s
[openapi3] |
338.13 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.13 s
[openapi3]
338.13 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.13 s
[openapi3] The use of ‘~’ without TypeOperators
338.13 s
[openapi3] will become an error in a future GHC release.
338.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.13 s
[openapi3] |
338.13 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.13 s
[openapi3]
338.13 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.13 s
[openapi3] The use of ‘~’ without TypeOperators
338.13 s
[openapi3] will become an error in a future GHC release.
338.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.13 s
[openapi3] |
338.13 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.13 s
[openapi3]
338.13 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.13 s
[openapi3] The use of ‘~’ without TypeOperators
338.13 s
[openapi3] will become an error in a future GHC release.
338.13 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.13 s
[openapi3] |
338.13 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.13 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.13 s
[openapi3]
338.14 s
[openapi3] src/Data/OpenApi/Optics.hs:123:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.14 s
[openapi3] The use of ‘~’ without TypeOperators
338.14 s
[openapi3] will become an error in a future GHC release.
338.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.14 s
[openapi3] |
338.14 s
[openapi3] 123 | makeFieldLabels ''PathItem
338.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.14 s
[openapi3]
338.14 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.14 s
[openapi3] The use of ‘~’ without TypeOperators
338.14 s
[openapi3] will become an error in a future GHC release.
338.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.14 s
[openapi3] |
338.14 s
[openapi3] 124 | makeFieldLabels ''Tag
338.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.14 s
[openapi3]
338.14 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.14 s
[openapi3] The use of ‘~’ without TypeOperators
338.14 s
[openapi3] will become an error in a future GHC release.
338.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.14 s
[openapi3] |
338.14 s
[openapi3] 124 | makeFieldLabels ''Tag
338.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.14 s
[openapi3]
338.14 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.14 s
[openapi3] The use of ‘~’ without TypeOperators
338.14 s
[openapi3] will become an error in a future GHC release.
338.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.14 s
[openapi3] |
338.14 s
[openapi3] 124 | makeFieldLabels ''Tag
338.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.14 s
[openapi3]
338.14 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.14 s
[openapi3] The use of ‘~’ without TypeOperators
338.14 s
[openapi3] will become an error in a future GHC release.
338.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.14 s
[openapi3] |
338.14 s
[openapi3] 124 | makeFieldLabels ''Tag
338.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.14 s
[openapi3]
338.14 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.14 s
[openapi3] The use of ‘~’ without TypeOperators
338.14 s
[openapi3] will become an error in a future GHC release.
338.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.14 s
[openapi3] |
338.14 s
[openapi3] 124 | makeFieldLabels ''Tag
338.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.14 s
[openapi3]
338.14 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.14 s
[openapi3] The use of ‘~’ without TypeOperators
338.14 s
[openapi3] will become an error in a future GHC release.
338.14 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.14 s
[openapi3] |
338.14 s
[openapi3] 124 | makeFieldLabels ''Tag
338.14 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.14 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 124 | makeFieldLabels ''Tag
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 124 | makeFieldLabels ''Tag
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:124:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 124 | makeFieldLabels ''Tag
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 125 | makeFieldLabels ''Operation
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 125 | makeFieldLabels ''Operation
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 125 | makeFieldLabels ''Operation
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 125 | makeFieldLabels ''Operation
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.15 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.15 s
[openapi3] The use of ‘~’ without TypeOperators
338.15 s
[openapi3] will become an error in a future GHC release.
338.15 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.15 s
[openapi3] |
338.15 s
[openapi3] 125 | makeFieldLabels ''Operation
338.15 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.15 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.16 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.16 s
[openapi3] The use of ‘~’ without TypeOperators
338.16 s
[openapi3] will become an error in a future GHC release.
338.16 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.16 s
[openapi3] |
338.16 s
[openapi3] 125 | makeFieldLabels ''Operation
338.16 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.16 s
[openapi3]
338.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.17 s
[openapi3] The use of ‘~’ without TypeOperators
338.17 s
[openapi3] will become an error in a future GHC release.
338.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.17 s
[openapi3] |
338.17 s
[openapi3] 125 | makeFieldLabels ''Operation
338.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.17 s
[openapi3]
338.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.17 s
[openapi3] The use of ‘~’ without TypeOperators
338.17 s
[openapi3] will become an error in a future GHC release.
338.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.17 s
[openapi3] |
338.17 s
[openapi3] 125 | makeFieldLabels ''Operation
338.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.17 s
[openapi3]
338.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.17 s
[openapi3] The use of ‘~’ without TypeOperators
338.17 s
[openapi3] will become an error in a future GHC release.
338.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.17 s
[openapi3] |
338.17 s
[openapi3] 125 | makeFieldLabels ''Operation
338.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.17 s
[openapi3]
338.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.17 s
[openapi3] The use of ‘~’ without TypeOperators
338.17 s
[openapi3] will become an error in a future GHC release.
338.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.17 s
[openapi3] |
338.17 s
[openapi3] 125 | makeFieldLabels ''Operation
338.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.17 s
[openapi3]
338.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.17 s
[openapi3] The use of ‘~’ without TypeOperators
338.17 s
[openapi3] will become an error in a future GHC release.
338.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.17 s
[openapi3] |
338.17 s
[openapi3] 125 | makeFieldLabels ''Operation
338.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.17 s
[openapi3]
338.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.17 s
[openapi3] The use of ‘~’ without TypeOperators
338.17 s
[openapi3] will become an error in a future GHC release.
338.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.17 s
[openapi3] |
338.17 s
[openapi3] 125 | makeFieldLabels ''Operation
338.17 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.17 s
[openapi3]
338.17 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.17 s
[openapi3] The use of ‘~’ without TypeOperators
338.17 s
[openapi3] will become an error in a future GHC release.
338.17 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.17 s
[openapi3] |
338.17 s
[openapi3] 125 | makeFieldLabels ''Operation
338.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.18 s
[openapi3]
338.18 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.18 s
[openapi3] The use of ‘~’ without TypeOperators
338.18 s
[openapi3] will become an error in a future GHC release.
338.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.18 s
[openapi3] |
338.18 s
[openapi3] 125 | makeFieldLabels ''Operation
338.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.18 s
[openapi3]
338.18 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.18 s
[openapi3] The use of ‘~’ without TypeOperators
338.18 s
[openapi3] will become an error in a future GHC release.
338.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.18 s
[openapi3] |
338.18 s
[openapi3] 125 | makeFieldLabels ''Operation
338.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.18 s
[openapi3]
338.18 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.18 s
[openapi3] The use of ‘~’ without TypeOperators
338.18 s
[openapi3] will become an error in a future GHC release.
338.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.18 s
[openapi3] |
338.18 s
[openapi3] 125 | makeFieldLabels ''Operation
338.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.18 s
[openapi3]
338.18 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.18 s
[openapi3] The use of ‘~’ without TypeOperators
338.18 s
[openapi3] will become an error in a future GHC release.
338.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.18 s
[openapi3] |
338.18 s
[openapi3] 125 | makeFieldLabels ''Operation
338.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.18 s
[openapi3]
338.18 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.18 s
[openapi3] The use of ‘~’ without TypeOperators
338.18 s
[openapi3] will become an error in a future GHC release.
338.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.18 s
[openapi3] |
338.18 s
[openapi3] 125 | makeFieldLabels ''Operation
338.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.18 s
[openapi3]
338.18 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.18 s
[openapi3] The use of ‘~’ without TypeOperators
338.18 s
[openapi3] will become an error in a future GHC release.
338.18 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.18 s
[openapi3] |
338.18 s
[openapi3] 125 | makeFieldLabels ''Operation
338.18 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.18 s
[openapi3]
338.18 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.18 s
[openapi3] The use of ‘~’ without TypeOperators
338.18 s
[openapi3] will become an error in a future GHC release.
338.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.19 s
[openapi3] |
338.19 s
[openapi3] 125 | makeFieldLabels ''Operation
338.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.19 s
[openapi3]
338.19 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.19 s
[openapi3] The use of ‘~’ without TypeOperators
338.19 s
[openapi3] will become an error in a future GHC release.
338.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.19 s
[openapi3] |
338.19 s
[openapi3] 125 | makeFieldLabels ''Operation
338.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.19 s
[openapi3]
338.19 s
[http-client-tls] Phase: setupCompilerEnvironmentPhase
338.19 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.19 s
[openapi3] The use of ‘~’ without TypeOperators
338.19 s
[openapi3] will become an error in a future GHC release.
338.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.19 s
[openapi3] |
338.19 s
[openapi3] 125 | makeFieldLabels ''Operation
338.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.19 s
[openapi3]
338.19 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.19 s
[openapi3] The use of ‘~’ without TypeOperators
338.19 s
[openapi3] will become an error in a future GHC release.
338.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.19 s
[openapi3] |
338.19 s
[openapi3] 125 | makeFieldLabels ''Operation
338.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.19 s
[openapi3]
338.19 s
[http-client-tls] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
338.19 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.19 s
[openapi3] The use of ‘~’ without TypeOperators
338.19 s
[openapi3] will become an error in a future GHC release.
338.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.19 s
[openapi3] |
338.19 s
[openapi3] 125 | makeFieldLabels ''Operation
338.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.19 s
[openapi3]
338.19 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.19 s
[openapi3] The use of ‘~’ without TypeOperators
338.19 s
[openapi3] will become an error in a future GHC release.
338.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.19 s
[openapi3] |
338.19 s
[openapi3] 125 | makeFieldLabels ''Operation
338.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.19 s
[openapi3]
338.19 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.19 s
[openapi3] The use of ‘~’ without TypeOperators
338.19 s
[openapi3] will become an error in a future GHC release.
338.19 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.19 s
[openapi3] |
338.19 s
[openapi3] 125 | makeFieldLabels ''Operation
338.19 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.19 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.20 s
[openapi3] |
338.20 s
[openapi3] 125 | makeFieldLabels ''Operation
338.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.20 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.20 s
[openapi3] |
338.20 s
[openapi3] 125 | makeFieldLabels ''Operation
338.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.20 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:125:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.20 s
[openapi3] |
338.20 s
[openapi3] 125 | makeFieldLabels ''Operation
338.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.20 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.20 s
[openapi3] |
338.20 s
[openapi3] 126 | makeFieldLabels ''Param
338.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.20 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.20 s
[openapi3] |
338.20 s
[openapi3] 126 | makeFieldLabels ''Param
338.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.20 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.20 s
[openapi3] |
338.20 s
[openapi3] 126 | makeFieldLabels ''Param
338.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.20 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.20 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.20 s
[openapi3] |
338.20 s
[openapi3] 126 | makeFieldLabels ''Param
338.20 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.20 s
[openapi3]
338.20 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.20 s
[openapi3] The use of ‘~’ without TypeOperators
338.20 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.21 s
[openapi3] |
338.21 s
[openapi3] 126 | makeFieldLabels ''Param
338.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.21 s
[openapi3]
338.21 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.21 s
[openapi3] The use of ‘~’ without TypeOperators
338.21 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.21 s
[openapi3] |
338.21 s
[openapi3] 126 | makeFieldLabels ''Param
338.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.21 s
[openapi3]
338.21 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.21 s
[openapi3] The use of ‘~’ without TypeOperators
338.21 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.21 s
[openapi3] |
338.21 s
[openapi3] 126 | makeFieldLabels ''Param
338.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.21 s
[openapi3]
338.21 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.21 s
[openapi3] The use of ‘~’ without TypeOperators
338.21 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.21 s
[openapi3] |
338.21 s
[openapi3] 126 | makeFieldLabels ''Param
338.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.21 s
[openapi3]
338.21 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.21 s
[openapi3] The use of ‘~’ without TypeOperators
338.21 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.21 s
[openapi3] |
338.21 s
[openapi3] 126 | makeFieldLabels ''Param
338.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.21 s
[openapi3]
338.21 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.21 s
[openapi3] The use of ‘~’ without TypeOperators
338.21 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.21 s
[openapi3] |
338.21 s
[openapi3] 126 | makeFieldLabels ''Param
338.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.21 s
[openapi3]
338.21 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.21 s
[openapi3] The use of ‘~’ without TypeOperators
338.21 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.21 s
[openapi3] |
338.21 s
[openapi3] 126 | makeFieldLabels ''Param
338.21 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.21 s
[openapi3]
338.21 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.21 s
[openapi3] The use of ‘~’ without TypeOperators
338.21 s
[openapi3] will become an error in a future GHC release.
338.21 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.22 s
[openapi3]
338.22 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.22 s
[openapi3] The use of ‘~’ without TypeOperators
338.22 s
[openapi3] will become an error in a future GHC release.
338.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.22 s
[openapi3]
338.22 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.22 s
[openapi3] The use of ‘~’ without TypeOperators
338.22 s
[openapi3] will become an error in a future GHC release.
338.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.22 s
[openapi3]
338.22 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.22 s
[openapi3] The use of ‘~’ without TypeOperators
338.22 s
[openapi3] will become an error in a future GHC release.
338.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.22 s
[openapi3]
338.22 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.22 s
[openapi3] The use of ‘~’ without TypeOperators
338.22 s
[openapi3] will become an error in a future GHC release.
338.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.22 s
[openapi3]
338.22 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.22 s
[openapi3] The use of ‘~’ without TypeOperators
338.22 s
[openapi3] will become an error in a future GHC release.
338.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.22 s
[openapi3]
338.22 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.22 s
[openapi3] The use of ‘~’ without TypeOperators
338.22 s
[openapi3] will become an error in a future GHC release.
338.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.22 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.22 s
[openapi3]
338.22 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.22 s
[openapi3] The use of ‘~’ without TypeOperators
338.22 s
[openapi3] will become an error in a future GHC release.
338.22 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.22 s
[openapi3] |
338.22 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.23 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.23 s
[openapi3] The use of ‘~’ without TypeOperators
338.23 s
[openapi3] will become an error in a future GHC release.
338.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.23 s
[openapi3] |
338.23 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.23 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.23 s
[openapi3] The use of ‘~’ without TypeOperators
338.23 s
[openapi3] will become an error in a future GHC release.
338.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.23 s
[openapi3] |
338.23 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.23 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.23 s
[openapi3] The use of ‘~’ without TypeOperators
338.23 s
[openapi3] will become an error in a future GHC release.
338.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.23 s
[openapi3] |
338.23 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.23 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.23 s
[openapi3] The use of ‘~’ without TypeOperators
338.23 s
[openapi3] will become an error in a future GHC release.
338.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.23 s
[openapi3] |
338.23 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.23 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.23 s
[openapi3] The use of ‘~’ without TypeOperators
338.23 s
[openapi3] will become an error in a future GHC release.
338.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.23 s
[openapi3] |
338.23 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.23 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.23 s
[openapi3] The use of ‘~’ without TypeOperators
338.23 s
[openapi3] will become an error in a future GHC release.
338.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.23 s
[openapi3] |
338.23 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.23 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.23 s
[openapi3] The use of ‘~’ without TypeOperators
338.23 s
[openapi3] will become an error in a future GHC release.
338.23 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.23 s
[openapi3] |
338.23 s
[openapi3] 126 | makeFieldLabels ''Param
338.23 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.23 s
[openapi3]
338.24 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.24 s
[openapi3] The use of ‘~’ without TypeOperators
338.24 s
[openapi3] will become an error in a future GHC release.
338.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.24 s
[openapi3] |
338.24 s
[openapi3] 126 | makeFieldLabels ''Param
338.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.24 s
[openapi3]
338.24 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.24 s
[openapi3] The use of ‘~’ without TypeOperators
338.24 s
[openapi3] will become an error in a future GHC release.
338.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.24 s
[openapi3] |
338.24 s
[openapi3] 126 | makeFieldLabels ''Param
338.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.24 s
[openapi3]
338.24 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.24 s
[openapi3] The use of ‘~’ without TypeOperators
338.24 s
[openapi3] will become an error in a future GHC release.
338.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.24 s
[openapi3] |
338.24 s
[openapi3] 126 | makeFieldLabels ''Param
338.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.24 s
[openapi3]
338.24 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.24 s
[openapi3] The use of ‘~’ without TypeOperators
338.24 s
[openapi3] will become an error in a future GHC release.
338.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.24 s
[openapi3] |
338.24 s
[openapi3] 126 | makeFieldLabels ''Param
338.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.24 s
[openapi3]
338.24 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.24 s
[openapi3] The use of ‘~’ without TypeOperators
338.24 s
[openapi3] will become an error in a future GHC release.
338.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.24 s
[openapi3] |
338.24 s
[openapi3] 126 | makeFieldLabels ''Param
338.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.24 s
[openapi3]
338.24 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.24 s
[openapi3] The use of ‘~’ without TypeOperators
338.24 s
[openapi3] will become an error in a future GHC release.
338.24 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.24 s
[openapi3] |
338.24 s
[openapi3] 126 | makeFieldLabels ''Param
338.24 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.24 s
[openapi3]
338.25 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.25 s
[openapi3] The use of ‘~’ without TypeOperators
338.25 s
[openapi3] will become an error in a future GHC release.
338.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.25 s
[openapi3] |
338.25 s
[openapi3] 126 | makeFieldLabels ''Param
338.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.25 s
[openapi3]
338.25 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.25 s
[openapi3] The use of ‘~’ without TypeOperators
338.25 s
[openapi3] will become an error in a future GHC release.
338.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.25 s
[openapi3] |
338.25 s
[openapi3] 126 | makeFieldLabels ''Param
338.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.25 s
[openapi3]
338.25 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.25 s
[openapi3] The use of ‘~’ without TypeOperators
338.25 s
[openapi3] will become an error in a future GHC release.
338.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.25 s
[openapi3] |
338.25 s
[openapi3] 126 | makeFieldLabels ''Param
338.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.25 s
[openapi3]
338.25 s
[openapi3] src/Data/OpenApi/Optics.hs:126:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.25 s
[openapi3] The use of ‘~’ without TypeOperators
338.25 s
[openapi3] will become an error in a future GHC release.
338.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.25 s
[openapi3] |
338.25 s
[openapi3] 126 | makeFieldLabels ''Param
338.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^
338.25 s
[openapi3]
338.25 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.25 s
[openapi3] The use of ‘~’ without TypeOperators
338.25 s
[openapi3] will become an error in a future GHC release.
338.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.25 s
[openapi3] |
338.25 s
[openapi3] 127 | makeFieldLabels ''Header
338.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.25 s
[openapi3]
338.25 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.25 s
[openapi3] The use of ‘~’ without TypeOperators
338.25 s
[openapi3] will become an error in a future GHC release.
338.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.25 s
[openapi3] |
338.25 s
[openapi3] 127 | makeFieldLabels ''Header
338.25 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.25 s
[openapi3]
338.25 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.25 s
[openapi3] The use of ‘~’ without TypeOperators
338.25 s
[openapi3] will become an error in a future GHC release.
338.25 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.25 s
[openapi3] |
338.26 s
[openapi3] 127 | makeFieldLabels ''Header
338.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.26 s
[openapi3]
338.26 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.26 s
[openapi3] The use of ‘~’ without TypeOperators
338.26 s
[openapi3] will become an error in a future GHC release.
338.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.26 s
[openapi3] |
338.26 s
[openapi3] 127 | makeFieldLabels ''Header
338.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.26 s
[openapi3]
338.26 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.26 s
[openapi3] The use of ‘~’ without TypeOperators
338.26 s
[openapi3] will become an error in a future GHC release.
338.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.26 s
[openapi3] |
338.26 s
[openapi3] 127 | makeFieldLabels ''Header
338.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.26 s
[openapi3]
338.26 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.26 s
[openapi3] The use of ‘~’ without TypeOperators
338.26 s
[openapi3] will become an error in a future GHC release.
338.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.26 s
[openapi3] |
338.26 s
[openapi3] 127 | makeFieldLabels ''Header
338.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.26 s
[openapi3]
338.26 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.26 s
[openapi3] The use of ‘~’ without TypeOperators
338.26 s
[openapi3] will become an error in a future GHC release.
338.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.26 s
[openapi3] |
338.26 s
[openapi3] 127 | makeFieldLabels ''Header
338.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.26 s
[openapi3]
338.26 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.26 s
[openapi3] The use of ‘~’ without TypeOperators
338.26 s
[openapi3] will become an error in a future GHC release.
338.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.26 s
[openapi3] |
338.26 s
[openapi3] 127 | makeFieldLabels ''Header
338.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.26 s
[openapi3]
338.26 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.26 s
[openapi3] The use of ‘~’ without TypeOperators
338.26 s
[openapi3] will become an error in a future GHC release.
338.26 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.26 s
[openapi3] |
338.26 s
[openapi3] 127 | makeFieldLabels ''Header
338.26 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.26 s
[openapi3]
338.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.27 s
[openapi3] The use of ‘~’ without TypeOperators
338.27 s
[openapi3] will become an error in a future GHC release.
338.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.27 s
[openapi3] |
338.27 s
[openapi3] 127 | makeFieldLabels ''Header
338.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.27 s
[openapi3]
338.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.27 s
[openapi3] The use of ‘~’ without TypeOperators
338.27 s
[openapi3] will become an error in a future GHC release.
338.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.27 s
[openapi3] |
338.27 s
[openapi3] 127 | makeFieldLabels ''Header
338.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.27 s
[openapi3]
338.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.27 s
[openapi3] The use of ‘~’ without TypeOperators
338.27 s
[openapi3] will become an error in a future GHC release.
338.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.27 s
[openapi3] |
338.27 s
[openapi3] 127 | makeFieldLabels ''Header
338.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.27 s
[openapi3]
338.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.27 s
[openapi3] The use of ‘~’ without TypeOperators
338.27 s
[openapi3] will become an error in a future GHC release.
338.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.27 s
[openapi3] |
338.27 s
[openapi3] 127 | makeFieldLabels ''Header
338.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.27 s
[openapi3]
338.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.27 s
[openapi3] The use of ‘~’ without TypeOperators
338.27 s
[openapi3] will become an error in a future GHC release.
338.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.27 s
[openapi3] |
338.27 s
[openapi3] 127 | makeFieldLabels ''Header
338.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.27 s
[openapi3]
338.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.27 s
[openapi3] The use of ‘~’ without TypeOperators
338.27 s
[openapi3] will become an error in a future GHC release.
338.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.27 s
[openapi3] |
338.27 s
[openapi3] 127 | makeFieldLabels ''Header
338.27 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.27 s
[openapi3]
338.27 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.27 s
[openapi3] The use of ‘~’ without TypeOperators
338.27 s
[openapi3] will become an error in a future GHC release.
338.27 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.27 s
[openapi3] |
338.28 s
[openapi3] 127 | makeFieldLabels ''Header
338.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.28 s
[openapi3]
338.28 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.28 s
[openapi3] The use of ‘~’ without TypeOperators
338.28 s
[openapi3] will become an error in a future GHC release.
338.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.28 s
[openapi3] |
338.28 s
[openapi3] 127 | makeFieldLabels ''Header
338.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.28 s
[openapi3]
338.28 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.28 s
[openapi3] The use of ‘~’ without TypeOperators
338.28 s
[openapi3] will become an error in a future GHC release.
338.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.28 s
[openapi3] |
338.28 s
[openapi3] 127 | makeFieldLabels ''Header
338.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.28 s
[openapi3]
338.28 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.28 s
[openapi3] The use of ‘~’ without TypeOperators
338.28 s
[openapi3] will become an error in a future GHC release.
338.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.28 s
[openapi3] |
338.28 s
[openapi3] 127 | makeFieldLabels ''Header
338.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.28 s
[openapi3]
338.28 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.28 s
[openapi3] The use of ‘~’ without TypeOperators
338.28 s
[openapi3] will become an error in a future GHC release.
338.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.28 s
[openapi3] |
338.28 s
[openapi3] 127 | makeFieldLabels ''Header
338.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.28 s
[openapi3]
338.28 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.28 s
[openapi3] The use of ‘~’ without TypeOperators
338.28 s
[openapi3] will become an error in a future GHC release.
338.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.28 s
[openapi3] |
338.28 s
[openapi3] 127 | makeFieldLabels ''Header
338.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.28 s
[openapi3]
338.28 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.28 s
[openapi3] The use of ‘~’ without TypeOperators
338.28 s
[openapi3] will become an error in a future GHC release.
338.28 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.28 s
[openapi3] |
338.28 s
[openapi3] 127 | makeFieldLabels ''Header
338.28 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.28 s
[openapi3]
338.28 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.29 s
[openapi3] The use of ‘~’ without TypeOperators
338.29 s
[openapi3] will become an error in a future GHC release.
338.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.29 s
[openapi3] |
338.29 s
[openapi3] 127 | makeFieldLabels ''Header
338.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.29 s
[openapi3]
338.29 s
[openapi3] src/Data/OpenApi/Optics.hs:127:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.29 s
[openapi3] The use of ‘~’ without TypeOperators
338.29 s
[openapi3] will become an error in a future GHC release.
338.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.29 s
[openapi3] |
338.29 s
[openapi3] 127 | makeFieldLabels ''Header
338.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.29 s
[openapi3]
338.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.29 s
[openapi3] The use of ‘~’ without TypeOperators
338.29 s
[openapi3] will become an error in a future GHC release.
338.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.29 s
[openapi3] |
338.29 s
[openapi3] 128 | makeFieldLabels ''Schema
338.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.29 s
[openapi3]
338.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.29 s
[openapi3] The use of ‘~’ without TypeOperators
338.29 s
[openapi3] will become an error in a future GHC release.
338.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.29 s
[openapi3] |
338.29 s
[openapi3] 128 | makeFieldLabels ''Schema
338.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.29 s
[openapi3]
338.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.29 s
[openapi3] The use of ‘~’ without TypeOperators
338.29 s
[openapi3] will become an error in a future GHC release.
338.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.29 s
[openapi3] |
338.29 s
[openapi3] 128 | makeFieldLabels ''Schema
338.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.29 s
[openapi3]
338.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.29 s
[openapi3] The use of ‘~’ without TypeOperators
338.29 s
[openapi3] will become an error in a future GHC release.
338.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.29 s
[openapi3] |
338.29 s
[openapi3] 128 | makeFieldLabels ''Schema
338.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.29 s
[openapi3]
338.29 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.29 s
[openapi3] The use of ‘~’ without TypeOperators
338.29 s
[openapi3] will become an error in a future GHC release.
338.29 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.29 s
[openapi3] |
338.29 s
[openapi3] 128 | makeFieldLabels ''Schema
338.29 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.29 s
[openapi3]
338.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.30 s
[openapi3] The use of ‘~’ without TypeOperators
338.30 s
[openapi3] will become an error in a future GHC release.
338.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.30 s
[openapi3] |
338.30 s
[openapi3] 128 | makeFieldLabels ''Schema
338.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.30 s
[openapi3]
338.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.30 s
[openapi3] The use of ‘~’ without TypeOperators
338.30 s
[openapi3] will become an error in a future GHC release.
338.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.30 s
[openapi3] |
338.30 s
[openapi3] 128 | makeFieldLabels ''Schema
338.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.30 s
[openapi3]
338.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.30 s
[openapi3] The use of ‘~’ without TypeOperators
338.30 s
[openapi3] will become an error in a future GHC release.
338.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.30 s
[openapi3] |
338.30 s
[openapi3] 128 | makeFieldLabels ''Schema
338.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.30 s
[openapi3]
338.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.30 s
[openapi3] The use of ‘~’ without TypeOperators
338.30 s
[openapi3] will become an error in a future GHC release.
338.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.30 s
[openapi3] |
338.30 s
[openapi3] 128 | makeFieldLabels ''Schema
338.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.30 s
[openapi3]
338.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.30 s
[openapi3] The use of ‘~’ without TypeOperators
338.30 s
[openapi3] will become an error in a future GHC release.
338.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.30 s
[openapi3] |
338.30 s
[openapi3] 128 | makeFieldLabels ''Schema
338.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.30 s
[openapi3]
338.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.30 s
[openapi3] The use of ‘~’ without TypeOperators
338.30 s
[openapi3] will become an error in a future GHC release.
338.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.30 s
[openapi3] |
338.30 s
[openapi3] 128 | makeFieldLabels ''Schema
338.30 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.30 s
[openapi3]
338.30 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.30 s
[openapi3] The use of ‘~’ without TypeOperators
338.30 s
[openapi3] will become an error in a future GHC release.
338.30 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.30 s
[openapi3] |
338.30 s
[openapi3] 128 | makeFieldLabels ''Schema
338.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.31 s
[openapi3]
338.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.31 s
[openapi3] The use of ‘~’ without TypeOperators
338.31 s
[openapi3] will become an error in a future GHC release.
338.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.31 s
[openapi3] |
338.31 s
[openapi3] 128 | makeFieldLabels ''Schema
338.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.31 s
[openapi3]
338.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.31 s
[openapi3] The use of ‘~’ without TypeOperators
338.31 s
[openapi3] will become an error in a future GHC release.
338.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.31 s
[openapi3] |
338.31 s
[openapi3] 128 | makeFieldLabels ''Schema
338.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.31 s
[openapi3]
338.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.31 s
[openapi3] The use of ‘~’ without TypeOperators
338.31 s
[openapi3] will become an error in a future GHC release.
338.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.31 s
[openapi3] |
338.31 s
[openapi3] 128 | makeFieldLabels ''Schema
338.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.31 s
[openapi3]
338.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.31 s
[openapi3] The use of ‘~’ without TypeOperators
338.31 s
[openapi3] will become an error in a future GHC release.
338.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.31 s
[openapi3] |
338.31 s
[openapi3] 128 | makeFieldLabels ''Schema
338.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.31 s
[openapi3]
338.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.31 s
[openapi3] The use of ‘~’ without TypeOperators
338.31 s
[openapi3] will become an error in a future GHC release.
338.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.31 s
[openapi3] |
338.31 s
[openapi3] 128 | makeFieldLabels ''Schema
338.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.31 s
[openapi3]
338.31 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.31 s
[openapi3] The use of ‘~’ without TypeOperators
338.31 s
[openapi3] will become an error in a future GHC release.
338.31 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.31 s
[openapi3] |
338.31 s
[openapi3] 128 | makeFieldLabels ''Schema
338.31 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.32 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.32 s
[openapi3] The use of ‘~’ without TypeOperators
338.32 s
[openapi3] will become an error in a future GHC release.
338.32 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.32 s
[openapi3] |
338.32 s
[openapi3] 128 | makeFieldLabels ''Schema
338.32 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.32 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.33 s
[openapi3] will become an error in a future GHC release.
338.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.33 s
[openapi3] |
338.33 s
[openapi3] 128 | makeFieldLabels ''Schema
338.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.33 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.33 s
[openapi3] will become an error in a future GHC release.
338.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.33 s
[openapi3] |
338.33 s
[openapi3] 128 | makeFieldLabels ''Schema
338.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.33 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.33 s
[openapi3] will become an error in a future GHC release.
338.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.33 s
[openapi3] |
338.33 s
[openapi3] 128 | makeFieldLabels ''Schema
338.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.33 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.33 s
[openapi3] will become an error in a future GHC release.
338.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.33 s
[openapi3] |
338.33 s
[openapi3] 128 | makeFieldLabels ''Schema
338.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.33 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.33 s
[openapi3] will become an error in a future GHC release.
338.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.33 s
[openapi3] |
338.33 s
[openapi3] 128 | makeFieldLabels ''Schema
338.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.33 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.33 s
[openapi3] will become an error in a future GHC release.
338.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.33 s
[openapi3] |
338.33 s
[openapi3] 128 | makeFieldLabels ''Schema
338.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.33 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.33 s
[openapi3] will become an error in a future GHC release.
338.33 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.33 s
[openapi3] |
338.33 s
[openapi3] 128 | makeFieldLabels ''Schema
338.33 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.33 s
[openapi3]
338.33 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.33 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.34 s
[openapi3]
338.34 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.34 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.34 s
[openapi3]
338.34 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.34 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.34 s
[openapi3]
338.34 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.34 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.34 s
[openapi3]
338.34 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.34 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.34 s
[openapi3]
338.34 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.34 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.34 s
[openapi3]
338.34 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.34 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.34 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.34 s
[openapi3]
338.34 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.34 s
[openapi3] The use of ‘~’ without TypeOperators
338.34 s
[openapi3] will become an error in a future GHC release.
338.34 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.34 s
[openapi3] |
338.34 s
[openapi3] 128 | makeFieldLabels ''Schema
338.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.35 s
[openapi3]
338.35 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.35 s
[openapi3] The use of ‘~’ without TypeOperators
338.35 s
[openapi3] will become an error in a future GHC release.
338.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.35 s
[openapi3] |
338.35 s
[openapi3] 128 | makeFieldLabels ''Schema
338.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.35 s
[openapi3]
338.35 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.35 s
[openapi3] The use of ‘~’ without TypeOperators
338.35 s
[openapi3] will become an error in a future GHC release.
338.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.35 s
[openapi3] |
338.35 s
[openapi3] 128 | makeFieldLabels ''Schema
338.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.35 s
[openapi3]
338.35 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.35 s
[openapi3] The use of ‘~’ without TypeOperators
338.35 s
[openapi3] will become an error in a future GHC release.
338.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.35 s
[openapi3] |
338.35 s
[openapi3] 128 | makeFieldLabels ''Schema
338.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.35 s
[openapi3]
338.35 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.35 s
[openapi3] The use of ‘~’ without TypeOperators
338.35 s
[openapi3] will become an error in a future GHC release.
338.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.35 s
[openapi3] |
338.35 s
[openapi3] 128 | makeFieldLabels ''Schema
338.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.35 s
[openapi3]
338.35 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.35 s
[openapi3] The use of ‘~’ without TypeOperators
338.35 s
[openapi3] will become an error in a future GHC release.
338.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.35 s
[openapi3] |
338.35 s
[openapi3] 128 | makeFieldLabels ''Schema
338.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.35 s
[openapi3]
338.35 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.35 s
[openapi3] The use of ‘~’ without TypeOperators
338.35 s
[openapi3] will become an error in a future GHC release.
338.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.35 s
[openapi3] |
338.35 s
[openapi3] 128 | makeFieldLabels ''Schema
338.35 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.35 s
[openapi3]
338.35 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.35 s
[openapi3] The use of ‘~’ without TypeOperators
338.35 s
[openapi3] will become an error in a future GHC release.
338.35 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.35 s
[openapi3] |
338.35 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.36 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.36 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.36 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.36 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.36 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.36 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.36 s
[openapi3] 128 | makeFieldLabels ''Schema
338.36 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.36 s
[openapi3]
338.36 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.36 s
[openapi3] The use of ‘~’ without TypeOperators
338.36 s
[openapi3] will become an error in a future GHC release.
338.36 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.36 s
[openapi3] |
338.37 s
[jwt] Phase: updateAutotoolsGnuConfigScriptsPhase
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.37 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.37 s
[openapi3] The use of ‘~’ without TypeOperators
338.37 s
[openapi3] will become an error in a future GHC release.
338.37 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.37 s
[openapi3] |
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.37 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.37 s
[openapi3] The use of ‘~’ without TypeOperators
338.37 s
[openapi3] will become an error in a future GHC release.
338.37 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.37 s
[openapi3] |
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.37 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.37 s
[openapi3] The use of ‘~’ without TypeOperators
338.37 s
[openapi3] will become an error in a future GHC release.
338.37 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.37 s
[openapi3] |
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.37 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.37 s
[openapi3] The use of ‘~’ without TypeOperators
338.37 s
[openapi3] will become an error in a future GHC release.
338.37 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.37 s
[openapi3] |
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.37 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.37 s
[openapi3] The use of ‘~’ without TypeOperators
338.37 s
[openapi3] will become an error in a future GHC release.
338.37 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.37 s
[openapi3] |
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.37 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.37 s
[openapi3] The use of ‘~’ without TypeOperators
338.37 s
[openapi3] will become an error in a future GHC release.
338.37 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.37 s
[openapi3] |
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.37 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.37 s
[openapi3] The use of ‘~’ without TypeOperators
338.37 s
[openapi3] will become an error in a future GHC release.
338.37 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.37 s
[openapi3] |
338.37 s
[openapi3] 128 | makeFieldLabels ''Schema
338.37 s
[jwt] Phase: configurePhase
338.37 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.37 s
[openapi3]
338.38 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.38 s
[openapi3] The use of ‘~’ without TypeOperators
338.38 s
[openapi3] will become an error in a future GHC release.
338.38 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.38 s
[openapi3] |
338.38 s
[openapi3] 128 | makeFieldLabels ''Schema
338.38 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.38 s
[openapi3]
338.38 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.38 s
[openapi3] The use of ‘~’ without TypeOperators
338.38 s
[openapi3] will become an error in a future GHC release.
338.38 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.38 s
[openapi3] |
338.38 s
[openapi3] 128 | makeFieldLabels ''Schema
338.38 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.38 s
[openapi3]
338.38 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.38 s
[openapi3] The use of ‘~’ without TypeOperators
338.38 s
[openapi3] will become an error in a future GHC release.
338.38 s
[jwt] configureFlags: --verbose --prefix=/nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/q1incizcl146qf729y8fjsyxzbmf0ynd-jwt-0.11.0-doc/share/doc/jwt-0.11.0 --with-gcc=gcc --package-db=/build/tmp.ctUZak8GLk/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
338.38 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.38 s
[openapi3] |
338.38 s
[openapi3] 128 | makeFieldLabels ''Schema
338.38 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.38 s
[openapi3]
338.38 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.38 s
[openapi3] The use of ‘~’ without TypeOperators
338.38 s
[openapi3] will become an error in a future GHC release.
338.38 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.38 s
[openapi3] |
338.38 s
[openapi3] 128 | makeFieldLabels ''Schema
338.38 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.38 s
[openapi3]
338.38 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.38 s
[openapi3] The use of ‘~’ without TypeOperators
338.38 s
[openapi3] will become an error in a future GHC release.
338.38 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.38 s
[openapi3] |
338.38 s
[openapi3] 128 | makeFieldLabels ''Schema
338.38 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.38 s
[openapi3]
338.38 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.38 s
[openapi3] The use of ‘~’ without TypeOperators
338.38 s
[openapi3] will become an error in a future GHC release.
338.38 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.38 s
[openapi3] |
338.38 s
[openapi3] 128 | makeFieldLabels ''Schema
338.38 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.38 s
[openapi3]
338.38 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.38 s
[openapi3] The use of ‘~’ without TypeOperators
338.38 s
[openapi3] will become an error in a future GHC release.
338.38 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.38 s
[openapi3] |
338.38 s
[openapi3] 128 | makeFieldLabels ''Schema
338.38 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.38 s
[openapi3]
338.39 s
[jwt] Using Parsec parser
338.39 s
[jwt] Warning: jwt.cabal:16:28: Packages with 'cabal-version: 1.12' or later should
338.39 s
[jwt] specify a specific version of the Cabal spec of the form 'cabal-version: x.y'.
338.39 s
[jwt] Use 'cabal-version: 1.16'.
338.39 s
[jwt] Configuring jwt-0.11.0...
338.39 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.39 s
[openapi3] The use of ‘~’ without TypeOperators
338.39 s
[openapi3] will become an error in a future GHC release.
338.39 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.39 s
[openapi3] |
338.39 s
[openapi3] 128 | makeFieldLabels ''Schema
338.39 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.39 s
[openapi3]
338.39 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.39 s
[openapi3] The use of ‘~’ without TypeOperators
338.39 s
[openapi3] will become an error in a future GHC release.
338.39 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.39 s
[openapi3] |
338.39 s
[openapi3] 128 | makeFieldLabels ''Schema
338.39 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.39 s
[openapi3]
338.39 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.39 s
[openapi3] The use of ‘~’ without TypeOperators
338.39 s
[openapi3] will become an error in a future GHC release.
338.39 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.39 s
[openapi3] |
338.39 s
[openapi3] 128 | makeFieldLabels ''Schema
338.39 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.39 s
[openapi3]
338.39 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.39 s
[openapi3] The use of ‘~’ without TypeOperators
338.39 s
[openapi3] will become an error in a future GHC release.
338.39 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.39 s
[openapi3] |
338.39 s
[openapi3] 128 | makeFieldLabels ''Schema
338.39 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.39 s
[openapi3]
338.39 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.39 s
[openapi3] The use of ‘~’ without TypeOperators
338.39 s
[openapi3] will become an error in a future GHC release.
338.39 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.39 s
[openapi3] |
338.39 s
[openapi3] 128 | makeFieldLabels ''Schema
338.39 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.39 s
[openapi3]
338.39 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.39 s
[openapi3] The use of ‘~’ without TypeOperators
338.39 s
[openapi3] will become an error in a future GHC release.
338.39 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.39 s
[openapi3] |
338.39 s
[openapi3] 128 | makeFieldLabels ''Schema
338.39 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.39 s
[openapi3]
338.39 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.39 s
[openapi3] The use of ‘~’ without TypeOperators
338.39 s
[openapi3] will become an error in a future GHC release.
338.39 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.39 s
[openapi3] |
338.39 s
[openapi3] 128 | makeFieldLabels ''Schema
338.40 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.40 s
[openapi3]
338.40 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.40 s
[openapi3] The use of ‘~’ without TypeOperators
338.40 s
[openapi3] will become an error in a future GHC release.
338.40 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.40 s
[openapi3] |
338.40 s
[openapi3] 128 | makeFieldLabels ''Schema
338.40 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.40 s
[openapi3]
338.40 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.40 s
[openapi3] The use of ‘~’ without TypeOperators
338.40 s
[openapi3] will become an error in a future GHC release.
338.40 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.40 s
[openapi3] |
338.40 s
[openapi3] 128 | makeFieldLabels ''Schema
338.40 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.40 s
[openapi3]
338.40 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.40 s
[openapi3] The use of ‘~’ without TypeOperators
338.40 s
[openapi3] will become an error in a future GHC release.
338.40 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.40 s
[openapi3] |
338.40 s
[openapi3] 128 | makeFieldLabels ''Schema
338.40 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.40 s
[openapi3]
338.40 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.40 s
[openapi3] The use of ‘~’ without TypeOperators
338.40 s
[openapi3] will become an error in a future GHC release.
338.40 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.40 s
[openapi3] |
338.40 s
[openapi3] 128 | makeFieldLabels ''Schema
338.40 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.40 s
[openapi3]
338.40 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.40 s
[openapi3] The use of ‘~’ without TypeOperators
338.40 s
[openapi3] will become an error in a future GHC release.
338.40 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.40 s
[openapi3] |
338.40 s
[openapi3] 128 | makeFieldLabels ''Schema
338.40 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.40 s
[openapi3]
338.40 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.40 s
[openapi3] The use of ‘~’ without TypeOperators
338.40 s
[openapi3] will become an error in a future GHC release.
338.40 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.40 s
[openapi3] |
338.40 s
[openapi3] 128 | makeFieldLabels ''Schema
338.40 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.40 s
[openapi3]
338.41 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.41 s
[openapi3] The use of ‘~’ without TypeOperators
338.41 s
[openapi3] will become an error in a future GHC release.
338.41 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.41 s
[openapi3] |
338.41 s
[openapi3] 128 | makeFieldLabels ''Schema
338.41 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.41 s
[openapi3]
338.41 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.41 s
[openapi3] The use of ‘~’ without TypeOperators
338.41 s
[openapi3] will become an error in a future GHC release.
338.41 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.41 s
[openapi3] |
338.41 s
[openapi3] 128 | makeFieldLabels ''Schema
338.41 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.41 s
[openapi3]
338.41 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.41 s
[openapi3] The use of ‘~’ without TypeOperators
338.41 s
[openapi3] will become an error in a future GHC release.
338.41 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.41 s
[openapi3] |
338.41 s
[openapi3] 128 | makeFieldLabels ''Schema
338.41 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.41 s
[openapi3]
338.41 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.41 s
[openapi3] The use of ‘~’ without TypeOperators
338.41 s
[openapi3] will become an error in a future GHC release.
338.41 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.41 s
[openapi3] |
338.41 s
[openapi3] 128 | makeFieldLabels ''Schema
338.41 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.41 s
[openapi3]
338.41 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.41 s
[openapi3] The use of ‘~’ without TypeOperators
338.41 s
[openapi3] will become an error in a future GHC release.
338.41 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.41 s
[openapi3] |
338.41 s
[openapi3] 128 | makeFieldLabels ''Schema
338.41 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.41 s
[openapi3]
338.41 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.41 s
[openapi3] The use of ‘~’ without TypeOperators
338.41 s
[openapi3] will become an error in a future GHC release.
338.41 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.41 s
[openapi3] |
338.41 s
[openapi3] 128 | makeFieldLabels ''Schema
338.41 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.41 s
[openapi3]
338.41 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.41 s
[openapi3] The use of ‘~’ without TypeOperators
338.41 s
[openapi3] will become an error in a future GHC release.
338.41 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.41 s
[openapi3] |
338.41 s
[openapi3] 128 | makeFieldLabels ''Schema
338.41 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.41 s
[openapi3]
338.42 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.42 s
[openapi3] The use of ‘~’ without TypeOperators
338.42 s
[openapi3] will become an error in a future GHC release.
338.42 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.42 s
[openapi3] |
338.42 s
[openapi3] 128 | makeFieldLabels ''Schema
338.42 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.42 s
[openapi3]
338.42 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.42 s
[openapi3] The use of ‘~’ without TypeOperators
338.42 s
[openapi3] will become an error in a future GHC release.
338.42 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.42 s
[openapi3] |
338.42 s
[openapi3] 128 | makeFieldLabels ''Schema
338.42 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.42 s
[openapi3]
338.42 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.42 s
[openapi3] The use of ‘~’ without TypeOperators
338.42 s
[openapi3] will become an error in a future GHC release.
338.42 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.42 s
[openapi3] |
338.42 s
[openapi3] 128 | makeFieldLabels ''Schema
338.42 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.42 s
[openapi3]
338.42 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.42 s
[openapi3] The use of ‘~’ without TypeOperators
338.42 s
[openapi3] will become an error in a future GHC release.
338.42 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.42 s
[openapi3] |
338.42 s
[openapi3] 128 | makeFieldLabels ''Schema
338.42 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.42 s
[openapi3]
338.42 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.42 s
[openapi3] The use of ‘~’ without TypeOperators
338.42 s
[openapi3] will become an error in a future GHC release.
338.42 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.42 s
[openapi3] |
338.42 s
[openapi3] 128 | makeFieldLabels ''Schema
338.42 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.42 s
[openapi3]
338.42 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.42 s
[openapi3] The use of ‘~’ without TypeOperators
338.42 s
[openapi3] will become an error in a future GHC release.
338.42 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.42 s
[openapi3] |
338.42 s
[openapi3] 128 | makeFieldLabels ''Schema
338.42 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.42 s
[openapi3]
338.42 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.42 s
[openapi3] The use of ‘~’ without TypeOperators
338.42 s
[openapi3] will become an error in a future GHC release.
338.42 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.42 s
[openapi3] |
338.42 s
[openapi3] 128 | makeFieldLabels ''Schema
338.42 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.42 s
[openapi3]
338.43 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.43 s
[openapi3] The use of ‘~’ without TypeOperators
338.43 s
[openapi3] will become an error in a future GHC release.
338.43 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.43 s
[openapi3] |
338.43 s
[openapi3] 128 | makeFieldLabels ''Schema
338.43 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.43 s
[openapi3]
338.43 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.43 s
[openapi3] The use of ‘~’ without TypeOperators
338.43 s
[openapi3] will become an error in a future GHC release.
338.43 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.43 s
[openapi3] |
338.43 s
[openapi3] 128 | makeFieldLabels ''Schema
338.43 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.43 s
[openapi3]
338.43 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.43 s
[openapi3] The use of ‘~’ without TypeOperators
338.43 s
[openapi3] will become an error in a future GHC release.
338.43 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.43 s
[openapi3] |
338.43 s
[openapi3] 128 | makeFieldLabels ''Schema
338.43 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.43 s
[openapi3]
338.43 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.43 s
[openapi3] The use of ‘~’ without TypeOperators
338.43 s
[openapi3] will become an error in a future GHC release.
338.43 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.43 s
[openapi3] |
338.43 s
[openapi3] 128 | makeFieldLabels ''Schema
338.43 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.43 s
[openapi3]
338.43 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.43 s
[openapi3] The use of ‘~’ without TypeOperators
338.43 s
[openapi3] will become an error in a future GHC release.
338.43 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.43 s
[openapi3] |
338.43 s
[openapi3] 128 | makeFieldLabels ''Schema
338.43 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.43 s
[openapi3]
338.43 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.43 s
[openapi3] The use of ‘~’ without TypeOperators
338.43 s
[openapi3] will become an error in a future GHC release.
338.43 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.43 s
[openapi3] |
338.43 s
[openapi3] 128 | makeFieldLabels ''Schema
338.43 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.43 s
[openapi3]
338.43 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.43 s
[openapi3] The use of ‘~’ without TypeOperators
338.43 s
[openapi3] will become an error in a future GHC release.
338.43 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.43 s
[openapi3] |
338.44 s
[openapi3] 128 | makeFieldLabels ''Schema
338.44 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.44 s
[openapi3]
338.44 s
[openapi3] src/Data/OpenApi/Optics.hs:128:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.44 s
[openapi3] The use of ‘~’ without TypeOperators
338.44 s
[openapi3] will become an error in a future GHC release.
338.44 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.44 s
[openapi3] |
338.44 s
[openapi3] 128 | makeFieldLabels ''Schema
338.44 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^
338.44 s
[openapi3]
338.44 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.44 s
[openapi3] The use of ‘~’ without TypeOperators
338.44 s
[openapi3] will become an error in a future GHC release.
338.44 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.44 s
[openapi3] |
338.44 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
338.44 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.44 s
[openapi3]
338.44 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.44 s
[openapi3] The use of ‘~’ without TypeOperators
338.44 s
[openapi3] will become an error in a future GHC release.
338.44 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.44 s
[openapi3] |
338.44 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
338.44 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.44 s
[openapi3]
338.44 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.44 s
[openapi3] The use of ‘~’ without TypeOperators
338.44 s
[openapi3] will become an error in a future GHC release.
338.44 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.44 s
[openapi3] |
338.44 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
338.44 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.44 s
[openapi3]
338.44 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.44 s
[openapi3] The use of ‘~’ without TypeOperators
338.44 s
[openapi3] will become an error in a future GHC release.
338.44 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.44 s
[openapi3] |
338.44 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
338.44 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.44 s
[openapi3]
338.44 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.44 s
[openapi3] The use of ‘~’ without TypeOperators
338.44 s
[openapi3] will become an error in a future GHC release.
338.44 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.44 s
[openapi3] |
338.44 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
338.44 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.44 s
[openapi3]
338.45 s
[openapi3] src/Data/OpenApi/Optics.hs:129:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.45 s
[openapi3] The use of ‘~’ without TypeOperators
338.45 s
[openapi3] will become an error in a future GHC release.
338.45 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.45 s
[openapi3] |
338.45 s
[openapi3] 129 | makeFieldLabels ''NamedSchema
338.45 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.45 s
[openapi3]
338.45 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.45 s
[openapi3] The use of ‘~’ without TypeOperators
338.45 s
[openapi3] will become an error in a future GHC release.
338.45 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.45 s
[openapi3] |
338.45 s
[openapi3] 130 | makeFieldLabels ''Xml
338.45 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.45 s
[openapi3]
338.45 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.45 s
[openapi3] The use of ‘~’ without TypeOperators
338.45 s
[openapi3] will become an error in a future GHC release.
338.45 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.45 s
[openapi3] |
338.45 s
[openapi3] 130 | makeFieldLabels ''Xml
338.45 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.45 s
[openapi3]
338.45 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.45 s
[openapi3] The use of ‘~’ without TypeOperators
338.45 s
[openapi3] will become an error in a future GHC release.
338.45 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.45 s
[openapi3] |
338.45 s
[openapi3] 130 | makeFieldLabels ''Xml
338.45 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.45 s
[openapi3]
338.45 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.45 s
[openapi3] The use of ‘~’ without TypeOperators
338.45 s
[openapi3] will become an error in a future GHC release.
338.45 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.45 s
[openapi3] |
338.45 s
[openapi3] 130 | makeFieldLabels ''Xml
338.45 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.45 s
[openapi3]
338.45 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.45 s
[openapi3] The use of ‘~’ without TypeOperators
338.45 s
[openapi3] will become an error in a future GHC release.
338.45 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.45 s
[openapi3] |
338.45 s
[openapi3] 130 | makeFieldLabels ''Xml
338.45 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.45 s
[openapi3]
338.45 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.45 s
[openapi3] The use of ‘~’ without TypeOperators
338.45 s
[openapi3] will become an error in a future GHC release.
338.45 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.45 s
[openapi3] |
338.45 s
[openapi3] 130 | makeFieldLabels ''Xml
338.46 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.46 s
[openapi3]
338.46 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.46 s
[openapi3] The use of ‘~’ without TypeOperators
338.46 s
[openapi3] will become an error in a future GHC release.
338.46 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.46 s
[openapi3] |
338.46 s
[openapi3] 130 | makeFieldLabels ''Xml
338.46 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.46 s
[openapi3]
338.46 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.46 s
[openapi3] The use of ‘~’ without TypeOperators
338.46 s
[openapi3] will become an error in a future GHC release.
338.46 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.46 s
[openapi3] |
338.46 s
[openapi3] 130 | makeFieldLabels ''Xml
338.46 s
[http-client-tls] Phase: unpackPhase
338.46 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.46 s
[openapi3]
338.46 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.46 s
[openapi3] The use of ‘~’ without TypeOperators
338.46 s
[openapi3] will become an error in a future GHC release.
338.46 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.46 s
[openapi3] |
338.46 s
[openapi3] 130 | makeFieldLabels ''Xml
338.46 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.46 s
[openapi3]
338.46 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.46 s
[openapi3] The use of ‘~’ without TypeOperators
338.46 s
[openapi3] will become an error in a future GHC release.
338.46 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.46 s
[openapi3] |
338.46 s
[openapi3] 130 | makeFieldLabels ''Xml
338.46 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.46 s
[openapi3]
338.46 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.46 s
[openapi3] The use of ‘~’ without TypeOperators
338.46 s
[openapi3] will become an error in a future GHC release.
338.46 s
[http-client-tls] unpacking source archive /nix/store/vjm21c2wpq3457531wdvc8qpgfwagk5r-http-client-tls-0.3.6.4.tar.gz
338.46 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.46 s
[openapi3] |
338.46 s
[openapi3] 130 | makeFieldLabels ''Xml
338.46 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.46 s
[openapi3]
338.46 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.46 s
[openapi3] The use of ‘~’ without TypeOperators
338.46 s
[openapi3] will become an error in a future GHC release.
338.46 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.46 s
[openapi3] |
338.46 s
[openapi3] 130 | makeFieldLabels ''Xml
338.46 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.46 s
[openapi3]
338.46 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.46 s
[openapi3] The use of ‘~’ without TypeOperators
338.47 s
[openapi3] will become an error in a future GHC release.
338.47 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.47 s
[openapi3] |
338.47 s
[openapi3] 130 | makeFieldLabels ''Xml
338.47 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.47 s
[openapi3]
338.47 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.47 s
[openapi3] The use of ‘~’ without TypeOperators
338.47 s
[openapi3] will become an error in a future GHC release.
338.47 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.47 s
[openapi3] |
338.47 s
[openapi3] 130 | makeFieldLabels ''Xml
338.47 s
[http-client-tls] source root is http-client-tls-0.3.6.4
338.47 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.47 s
[openapi3]
338.47 s
[openapi3] src/Data/OpenApi/Optics.hs:130:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.47 s
[openapi3] The use of ‘~’ without TypeOperators
338.47 s
[openapi3] will become an error in a future GHC release.
338.47 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.47 s
[openapi3] |
338.47 s
[openapi3] 130 | makeFieldLabels ''Xml
338.47 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^
338.47 s
[openapi3]
338.47 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.47 s
[openapi3] The use of ‘~’ without TypeOperators
338.47 s
[openapi3] will become an error in a future GHC release.
338.47 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.47 s
[openapi3] |
338.47 s
[openapi3] 131 | makeFieldLabels ''Responses
338.47 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.47 s
[openapi3]
338.47 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.47 s
[openapi3] The use of ‘~’ without TypeOperators
338.47 s
[openapi3] will become an error in a future GHC release.
338.47 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.47 s
[openapi3] |
338.47 s
[http-client-tls] setting SOURCE_DATE_EPOCH to timestamp 1730015331 of file "http-client-tls-0.3.6.4/ChangeLog.md"
338.47 s
[openapi3] 131 | makeFieldLabels ''Responses
338.47 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.47 s
[openapi3]
338.47 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.47 s
[openapi3] The use of ‘~’ without TypeOperators
338.47 s
[openapi3] will become an error in a future GHC release.
338.47 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.47 s
[openapi3] |
338.47 s
[openapi3] 131 | makeFieldLabels ''Responses
338.47 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.47 s
[openapi3]
338.48 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.48 s
[openapi3] The use of ‘~’ without TypeOperators
338.48 s
[openapi3] will become an error in a future GHC release.
338.48 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.48 s
[openapi3] |
338.48 s
[openapi3] 131 | makeFieldLabels ''Responses
338.48 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.48 s
[openapi3]
338.48 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.48 s
[openapi3] The use of ‘~’ without TypeOperators
338.48 s
[openapi3] will become an error in a future GHC release.
338.48 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.48 s
[openapi3] |
338.48 s
[openapi3] 131 | makeFieldLabels ''Responses
338.48 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.48 s
[openapi3]
338.48 s
[http-client-tls] Phase: patchPhase
338.48 s
[openapi3] src/Data/OpenApi/Optics.hs:131:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.48 s
[openapi3] The use of ‘~’ without TypeOperators
338.48 s
[openapi3] will become an error in a future GHC release.
338.48 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.48 s
[openapi3] |
338.48 s
[openapi3] 131 | makeFieldLabels ''Responses
338.48 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.48 s
[openapi3]
338.48 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.48 s
[openapi3] The use of ‘~’ without TypeOperators
338.48 s
[openapi3] will become an error in a future GHC release.
338.48 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.48 s
[openapi3] |
338.48 s
[openapi3] 132 | makeFieldLabels ''Response
338.48 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.48 s
[openapi3]
338.48 s
[http-client-tls] Replace Cabal file with edited version from mirror://hackage/http-client-tls-0.3.6.4/revision/2.cabal.
338.48 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.48 s
[openapi3] The use of ‘~’ without TypeOperators
338.48 s
[openapi3] will become an error in a future GHC release.
338.48 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.48 s
[openapi3] |
338.48 s
[openapi3] 132 | makeFieldLabels ''Response
338.48 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.48 s
[openapi3]
338.48 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.48 s
[openapi3] The use of ‘~’ without TypeOperators
338.48 s
[openapi3] will become an error in a future GHC release.
338.48 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.48 s
[openapi3] |
338.48 s
[openapi3] 132 | makeFieldLabels ''Response
338.48 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.48 s
[openapi3]
338.49 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.49 s
[openapi3] The use of ‘~’ without TypeOperators
338.49 s
[openapi3] will become an error in a future GHC release.
338.49 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.49 s
[openapi3] |
338.49 s
[openapi3] 132 | makeFieldLabels ''Response
338.49 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.49 s
[openapi3]
338.49 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.49 s
[openapi3] The use of ‘~’ without TypeOperators
338.49 s
[openapi3] will become an error in a future GHC release.
338.49 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.49 s
[openapi3] |
338.49 s
[openapi3] 132 | makeFieldLabels ''Response
338.49 s
[http-client-tls] Run jailbreak-cabal to lift version restrictions on build inputs.
338.49 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.49 s
[openapi3]
338.49 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.49 s
[openapi3] The use of ‘~’ without TypeOperators
338.49 s
[openapi3] will become an error in a future GHC release.
338.49 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.49 s
[openapi3] |
338.49 s
[openapi3] 132 | makeFieldLabels ''Response
338.49 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.49 s
[openapi3]
338.49 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.49 s
[openapi3] The use of ‘~’ without TypeOperators
338.49 s
[openapi3] will become an error in a future GHC release.
338.49 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.49 s
[openapi3] |
338.49 s
[openapi3] 132 | makeFieldLabels ''Response
338.49 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.49 s
[openapi3]
338.49 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.49 s
[openapi3] The use of ‘~’ without TypeOperators
338.49 s
[openapi3] will become an error in a future GHC release.
338.49 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.49 s
[openapi3] |
338.49 s
[openapi3] 132 | makeFieldLabels ''Response
338.49 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.49 s
[openapi3]
338.49 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.49 s
[openapi3] The use of ‘~’ without TypeOperators
338.49 s
[openapi3] will become an error in a future GHC release.
338.49 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.49 s
[openapi3] |
338.49 s
[openapi3] 132 | makeFieldLabels ''Response
338.49 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.49 s
[openapi3]
338.49 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.50 s
[openapi3] The use of ‘~’ without TypeOperators
338.50 s
[openapi3] will become an error in a future GHC release.
338.50 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.50 s
[openapi3] |
338.50 s
[openapi3] 132 | makeFieldLabels ''Response
338.50 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.50 s
[openapi3]
338.50 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.50 s
[openapi3] The use of ‘~’ without TypeOperators
338.50 s
[openapi3] will become an error in a future GHC release.
338.50 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.50 s
[openapi3] |
338.50 s
[openapi3] 132 | makeFieldLabels ''Response
338.50 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.50 s
[openapi3]
338.50 s
[openapi3] src/Data/OpenApi/Optics.hs:132:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.50 s
[openapi3] The use of ‘~’ without TypeOperators
338.50 s
[openapi3] will become an error in a future GHC release.
338.50 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.50 s
[openapi3] |
338.50 s
[openapi3] 132 | makeFieldLabels ''Response
338.50 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.50 s
[openapi3]
338.50 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.50 s
[openapi3] The use of ‘~’ without TypeOperators
338.50 s
[openapi3] will become an error in a future GHC release.
338.50 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.50 s
[openapi3] |
338.50 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
338.50 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.50 s
[openapi3]
338.50 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.50 s
[openapi3] The use of ‘~’ without TypeOperators
338.50 s
[openapi3] will become an error in a future GHC release.
338.50 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.50 s
[openapi3] |
338.50 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
338.50 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.50 s
[openapi3]
338.50 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.50 s
[openapi3] The use of ‘~’ without TypeOperators
338.50 s
[openapi3] will become an error in a future GHC release.
338.50 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.50 s
[openapi3] |
338.50 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
338.50 s
[http-client-tls] Phase: compileBuildDriverPhase
338.50 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.50 s
[openapi3]
338.50 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.50 s
[openapi3] The use of ‘~’ without TypeOperators
338.50 s
[openapi3] will become an error in a future GHC release.
338.50 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.50 s
[openapi3] |
338.50 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
338.50 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.50 s
[openapi3]
338.51 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.51 s
[openapi3] The use of ‘~’ without TypeOperators
338.51 s
[openapi3] will become an error in a future GHC release.
338.51 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.51 s
[openapi3] |
338.51 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
338.51 s
[http-client-tls] setupCompileFlags: -package-db=/build/tmp.IscSv4F4Lr/setup-package.conf.d -threaded
338.51 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.51 s
[openapi3]
338.51 s
[openapi3] src/Data/OpenApi/Optics.hs:133:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.51 s
[openapi3] The use of ‘~’ without TypeOperators
338.51 s
[openapi3] will become an error in a future GHC release.
338.51 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.51 s
[openapi3] |
338.51 s
[openapi3] 133 | makeFieldLabels ''SecurityScheme
338.51 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.51 s
[openapi3]
338.51 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.51 s
[openapi3] The use of ‘~’ without TypeOperators
338.51 s
[openapi3] will become an error in a future GHC release.
338.51 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.51 s
[openapi3] |
338.51 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
338.51 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.51 s
[openapi3]
338.51 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.51 s
[openapi3] The use of ‘~’ without TypeOperators
338.51 s
[openapi3] will become an error in a future GHC release.
338.51 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.51 s
[openapi3] |
338.51 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
338.51 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.51 s
[openapi3]
338.51 s
[openapi3] src/Data/OpenApi/Optics.hs:135:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.51 s
[openapi3] The use of ‘~’ without TypeOperators
338.51 s
[openapi3] will become an error in a future GHC release.
338.51 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.51 s
[openapi3] |
338.51 s
[openapi3] 135 | makeFieldLabels ''OAuth2ImplicitFlow
338.51 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.51 s
[openapi3]
338.51 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.51 s
[openapi3] The use of ‘~’ without TypeOperators
338.51 s
[openapi3] will become an error in a future GHC release.
338.51 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.51 s
[openapi3] |
338.51 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
338.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.52 s
[openapi3]
338.52 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.52 s
[openapi3] The use of ‘~’ without TypeOperators
338.52 s
[openapi3] will become an error in a future GHC release.
338.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.52 s
[openapi3] |
338.52 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
338.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.52 s
[openapi3]
338.52 s
[openapi3] src/Data/OpenApi/Optics.hs:136:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.52 s
[openapi3] The use of ‘~’ without TypeOperators
338.52 s
[openapi3] will become an error in a future GHC release.
338.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.52 s
[openapi3] |
338.52 s
[openapi3] 136 | makeFieldLabels ''OAuth2PasswordFlow
338.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.52 s
[openapi3]
338.52 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.52 s
[openapi3] The use of ‘~’ without TypeOperators
338.52 s
[openapi3] will become an error in a future GHC release.
338.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.52 s
[openapi3] |
338.52 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
338.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.52 s
[openapi3]
338.52 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.52 s
[openapi3] The use of ‘~’ without TypeOperators
338.52 s
[openapi3] will become an error in a future GHC release.
338.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.52 s
[openapi3] |
338.52 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
338.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.52 s
[openapi3]
338.52 s
[openapi3] src/Data/OpenApi/Optics.hs:137:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.52 s
[openapi3] The use of ‘~’ without TypeOperators
338.52 s
[openapi3] will become an error in a future GHC release.
338.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.52 s
[openapi3] |
338.52 s
[openapi3] 137 | makeFieldLabels ''OAuth2ClientCredentialsFlow
338.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.52 s
[openapi3]
338.52 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.52 s
[openapi3] The use of ‘~’ without TypeOperators
338.52 s
[openapi3] will become an error in a future GHC release.
338.52 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.52 s
[openapi3] |
338.52 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
338.52 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.52 s
[openapi3]
338.53 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.53 s
[openapi3] The use of ‘~’ without TypeOperators
338.53 s
[openapi3] will become an error in a future GHC release.
338.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.53 s
[openapi3] |
338.53 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
338.53 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.53 s
[openapi3]
338.53 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.53 s
[openapi3] The use of ‘~’ without TypeOperators
338.53 s
[openapi3] will become an error in a future GHC release.
338.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.53 s
[openapi3] |
338.53 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
338.53 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.53 s
[openapi3]
338.53 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.53 s
[openapi3] The use of ‘~’ without TypeOperators
338.53 s
[openapi3] will become an error in a future GHC release.
338.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.53 s
[openapi3] |
338.53 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
338.53 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.53 s
[openapi3]
338.53 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.53 s
[openapi3] The use of ‘~’ without TypeOperators
338.53 s
[openapi3] will become an error in a future GHC release.
338.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.53 s
[openapi3] |
338.53 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
338.53 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.53 s
[openapi3]
338.53 s
[openapi3] src/Data/OpenApi/Optics.hs:138:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.53 s
[openapi3] The use of ‘~’ without TypeOperators
338.53 s
[openapi3] will become an error in a future GHC release.
338.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.53 s
[openapi3] |
338.53 s
[openapi3] 138 | makeFieldLabels ''OAuth2AuthorizationCodeFlow
338.53 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.53 s
[openapi3]
338.53 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.53 s
[openapi3] The use of ‘~’ without TypeOperators
338.53 s
[openapi3] will become an error in a future GHC release.
338.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.53 s
[openapi3] |
338.53 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.53 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.53 s
[openapi3]
338.53 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.53 s
[openapi3] The use of ‘~’ without TypeOperators
338.53 s
[openapi3] will become an error in a future GHC release.
338.53 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.53 s
[openapi3] |
338.53 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.54 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.54 s
[openapi3]
338.54 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.54 s
[openapi3] The use of ‘~’ without TypeOperators
338.54 s
[openapi3] will become an error in a future GHC release.
338.54 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.54 s
[openapi3] |
338.54 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.54 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.54 s
[openapi3]
338.54 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.54 s
[openapi3] The use of ‘~’ without TypeOperators
338.54 s
[openapi3] will become an error in a future GHC release.
338.54 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.54 s
[openapi3] |
338.54 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.54 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.54 s
[openapi3]
338.54 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.54 s
[openapi3] The use of ‘~’ without TypeOperators
338.54 s
[openapi3] will become an error in a future GHC release.
338.54 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.54 s
[openapi3] |
338.54 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.54 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.54 s
[openapi3]
338.54 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.54 s
[openapi3] The use of ‘~’ without TypeOperators
338.54 s
[openapi3] will become an error in a future GHC release.
338.54 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.54 s
[openapi3] |
338.54 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.54 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.54 s
[openapi3]
338.54 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.54 s
[openapi3] The use of ‘~’ without TypeOperators
338.54 s
[openapi3] will become an error in a future GHC release.
338.54 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.54 s
[openapi3] |
338.54 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.54 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.54 s
[openapi3]
338.54 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.54 s
[openapi3] The use of ‘~’ without TypeOperators
338.54 s
[openapi3] will become an error in a future GHC release.
338.54 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.54 s
[openapi3] |
338.54 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.54 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.54 s
[openapi3]
338.54 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.54 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.55 s
[openapi3]
338.55 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.55 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.55 s
[openapi3]
338.55 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.55 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.55 s
[openapi3]
338.55 s
[openapi3] src/Data/OpenApi/Optics.hs:140:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.55 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 140 | makeFieldLabels ''OAuth2Flows
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.55 s
[openapi3]
338.55 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.55 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.55 s
[openapi3]
338.55 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.55 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.55 s
[openapi3]
338.55 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.55 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.55 s
[openapi3]
338.55 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.55 s
[openapi3] The use of ‘~’ without TypeOperators
338.55 s
[openapi3] will become an error in a future GHC release.
338.55 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.55 s
[openapi3] |
338.55 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
338.55 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
338.56 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:141:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 141 | makeFieldLabels ''ExternalDocs
338.56 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.56 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.56 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.56 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.56 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.56 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.56 s
[openapi3]
338.56 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.56 s
[openapi3] The use of ‘~’ without TypeOperators
338.56 s
[openapi3] will become an error in a future GHC release.
338.56 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.56 s
[openapi3] |
338.56 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.57 s
[http-client-tls] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.IscSv4F4Lr/Main.o )
338.57 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.57 s
[openapi3] The use of ‘~’ without TypeOperators
338.57 s
[openapi3] will become an error in a future GHC release.
338.57 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.57 s
[openapi3] |
338.57 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.57 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.57 s
[openapi3] The use of ‘~’ without TypeOperators
338.57 s
[openapi3] will become an error in a future GHC release.
338.57 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.57 s
[openapi3] |
338.57 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.57 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.57 s
[openapi3] The use of ‘~’ without TypeOperators
338.57 s
[openapi3] will become an error in a future GHC release.
338.57 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.57 s
[openapi3] |
338.57 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.57 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.57 s
[openapi3] The use of ‘~’ without TypeOperators
338.57 s
[openapi3] will become an error in a future GHC release.
338.57 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.57 s
[openapi3] |
338.57 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.57 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.57 s
[openapi3] The use of ‘~’ without TypeOperators
338.57 s
[openapi3] will become an error in a future GHC release.
338.57 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.57 s
[openapi3] |
338.57 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.57 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.57 s
[openapi3] The use of ‘~’ without TypeOperators
338.57 s
[openapi3] will become an error in a future GHC release.
338.57 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.57 s
[openapi3] |
338.57 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.57 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.57 s
[openapi3] The use of ‘~’ without TypeOperators
338.57 s
[openapi3] will become an error in a future GHC release.
338.57 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.57 s
[openapi3] |
338.57 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.57 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.57 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.58 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.58 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:142:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 142 | makeFieldLabels ''Encoding
338.58 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
338.58 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 143 | makeFieldLabels ''Example
338.58 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.58 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 143 | makeFieldLabels ''Example
338.58 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.58 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 143 | makeFieldLabels ''Example
338.58 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.58 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 143 | makeFieldLabels ''Example
338.58 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.58 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 143 | makeFieldLabels ''Example
338.58 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.58 s
[openapi3]
338.58 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.58 s
[openapi3] The use of ‘~’ without TypeOperators
338.58 s
[openapi3] will become an error in a future GHC release.
338.58 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.58 s
[openapi3] |
338.58 s
[openapi3] 143 | makeFieldLabels ''Example
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.59 s
[openapi3] 143 | makeFieldLabels ''Example
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.59 s
[openapi3] 143 | makeFieldLabels ''Example
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.59 s
[openapi3] 143 | makeFieldLabels ''Example
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.59 s
[openapi3] 143 | makeFieldLabels ''Example
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.59 s
[openapi3] 143 | makeFieldLabels ''Example
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:143:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.59 s
[openapi3] 143 | makeFieldLabels ''Example
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.59 s
[openapi3] 144 | makeFieldLabels ''Discriminator
338.59 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.59 s
[openapi3]
338.59 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.59 s
[openapi3] The use of ‘~’ without TypeOperators
338.59 s
[openapi3] will become an error in a future GHC release.
338.59 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.59 s
[openapi3] |
338.60 s
[openapi3] 144 | makeFieldLabels ''Discriminator
338.60 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.60 s
[openapi3]
338.60 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.60 s
[openapi3] The use of ‘~’ without TypeOperators
338.60 s
[openapi3] will become an error in a future GHC release.
338.60 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.60 s
[openapi3] |
338.60 s
[openapi3] 144 | makeFieldLabels ''Discriminator
338.60 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.60 s
[openapi3]
338.60 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.60 s
[openapi3] The use of ‘~’ without TypeOperators
338.60 s
[openapi3] will become an error in a future GHC release.
338.60 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.60 s
[openapi3] |
338.60 s
[openapi3] 144 | makeFieldLabels ''Discriminator
338.60 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.60 s
[openapi3]
338.60 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.60 s
[openapi3] The use of ‘~’ without TypeOperators
338.60 s
[openapi3] will become an error in a future GHC release.
338.60 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.60 s
[openapi3] |
338.60 s
[openapi3] 144 | makeFieldLabels ''Discriminator
338.60 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.60 s
[openapi3]
338.60 s
[openapi3] src/Data/OpenApi/Optics.hs:144:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.60 s
[openapi3] The use of ‘~’ without TypeOperators
338.60 s
[openapi3] will become an error in a future GHC release.
338.60 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.60 s
[openapi3] |
338.60 s
[openapi3] 144 | makeFieldLabels ''Discriminator
338.60 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.60 s
[openapi3]
338.60 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.60 s
[openapi3] The use of ‘~’ without TypeOperators
338.60 s
[openapi3] will become an error in a future GHC release.
338.60 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.60 s
[openapi3] |
338.60 s
[openapi3] 145 | makeFieldLabels ''Link
338.60 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.60 s
[openapi3]
338.60 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.60 s
[openapi3] The use of ‘~’ without TypeOperators
338.60 s
[openapi3] will become an error in a future GHC release.
338.60 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.60 s
[openapi3] |
338.60 s
[openapi3] 145 | makeFieldLabels ''Link
338.60 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.60 s
[openapi3]
338.60 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.60 s
[openapi3] The use of ‘~’ without TypeOperators
338.60 s
[openapi3] will become an error in a future GHC release.
338.60 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.60 s
[openapi3] |
338.61 s
[openapi3] 145 | makeFieldLabels ''Link
338.61 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.61 s
[openapi3]
338.61 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.61 s
[openapi3] The use of ‘~’ without TypeOperators
338.61 s
[openapi3] will become an error in a future GHC release.
338.61 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.61 s
[openapi3] |
338.61 s
[openapi3] 145 | makeFieldLabels ''Link
338.61 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.61 s
[openapi3]
338.61 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.61 s
[openapi3] The use of ‘~’ without TypeOperators
338.61 s
[openapi3] will become an error in a future GHC release.
338.61 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.61 s
[openapi3] |
338.61 s
[openapi3] 145 | makeFieldLabels ''Link
338.61 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.61 s
[openapi3]
338.61 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.61 s
[openapi3] The use of ‘~’ without TypeOperators
338.61 s
[openapi3] will become an error in a future GHC release.
338.61 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.61 s
[openapi3] |
338.61 s
[openapi3] 145 | makeFieldLabels ''Link
338.61 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.61 s
[openapi3]
338.61 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.61 s
[openapi3] The use of ‘~’ without TypeOperators
338.61 s
[openapi3] will become an error in a future GHC release.
338.61 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.61 s
[openapi3] |
338.61 s
[openapi3] 145 | makeFieldLabels ''Link
338.61 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.61 s
[openapi3]
338.61 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.61 s
[openapi3] The use of ‘~’ without TypeOperators
338.61 s
[openapi3] will become an error in a future GHC release.
338.61 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.61 s
[openapi3] |
338.61 s
[openapi3] 145 | makeFieldLabels ''Link
338.61 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.61 s
[openapi3]
338.61 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.61 s
[openapi3] The use of ‘~’ without TypeOperators
338.61 s
[openapi3] will become an error in a future GHC release.
338.61 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.61 s
[openapi3] |
338.61 s
[openapi3] 145 | makeFieldLabels ''Link
338.61 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.61 s
[openapi3]
338.61 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.61 s
[openapi3] The use of ‘~’ without TypeOperators
338.61 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.62 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.62 s
[openapi3]
338.62 s
[openapi3] src/Data/OpenApi/Optics.hs:145:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.62 s
[openapi3] The use of ‘~’ without TypeOperators
338.62 s
[openapi3] will become an error in a future GHC release.
338.62 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.62 s
[openapi3] |
338.62 s
[openapi3] 145 | makeFieldLabels ''Link
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.63 s
[http-client-tls] [2 of 2] Linking Setup
338.63 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.63 s
[openapi3] The use of ‘~’ without TypeOperators
338.63 s
[openapi3] will become an error in a future GHC release.
338.63 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.63 s
[openapi3] |
338.63 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.63 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.63 s
[openapi3] The use of ‘~’ without TypeOperators
338.63 s
[openapi3] will become an error in a future GHC release.
338.63 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.63 s
[openapi3] |
338.63 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.63 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.63 s
[openapi3] The use of ‘~’ without TypeOperators
338.63 s
[openapi3] will become an error in a future GHC release.
338.63 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.63 s
[openapi3] |
338.63 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.63 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.63 s
[openapi3] The use of ‘~’ without TypeOperators
338.63 s
[openapi3] will become an error in a future GHC release.
338.63 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.63 s
[openapi3] |
338.63 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.63 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.63 s
[openapi3] The use of ‘~’ without TypeOperators
338.63 s
[openapi3] will become an error in a future GHC release.
338.63 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.63 s
[openapi3] |
338.63 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.63 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.63 s
[openapi3] The use of ‘~’ without TypeOperators
338.63 s
[openapi3] will become an error in a future GHC release.
338.63 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.63 s
[openapi3] |
338.63 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.63 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.63 s
[openapi3] The use of ‘~’ without TypeOperators
338.63 s
[openapi3] will become an error in a future GHC release.
338.63 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.63 s
[openapi3] |
338.63 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.63 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.63 s
[openapi3]
338.64 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.64 s
[openapi3] The use of ‘~’ without TypeOperators
338.64 s
[openapi3] will become an error in a future GHC release.
338.64 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.64 s
[openapi3] |
338.64 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.64 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.64 s
[openapi3]
338.64 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.64 s
[openapi3] The use of ‘~’ without TypeOperators
338.64 s
[openapi3] will become an error in a future GHC release.
338.64 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.64 s
[openapi3] |
338.64 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.64 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.64 s
[openapi3]
338.64 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.64 s
[openapi3] The use of ‘~’ without TypeOperators
338.64 s
[openapi3] will become an error in a future GHC release.
338.64 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.64 s
[openapi3] |
338.64 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.64 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.64 s
[openapi3]
338.64 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.64 s
[openapi3] The use of ‘~’ without TypeOperators
338.64 s
[openapi3] will become an error in a future GHC release.
338.64 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.64 s
[openapi3] |
338.64 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.64 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.64 s
[openapi3]
338.64 s
[openapi3] src/Data/OpenApi/Optics.hs:149:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.64 s
[openapi3] The use of ‘~’ without TypeOperators
338.64 s
[openapi3] will become an error in a future GHC release.
338.64 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.64 s
[openapi3] |
338.64 s
[openapi3] 149 | makePrismLabels ''SecuritySchemeType
338.64 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.64 s
[openapi3]
338.64 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.64 s
[openapi3] The use of ‘~’ without TypeOperators
338.64 s
[openapi3] will become an error in a future GHC release.
338.64 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.64 s
[openapi3] |
338.64 s
[openapi3] 150 | makePrismLabels ''Referenced
338.64 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.64 s
[openapi3]
338.65 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.65 s
[openapi3] The use of ‘~’ without TypeOperators
338.65 s
[openapi3] will become an error in a future GHC release.
338.65 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.65 s
[openapi3] |
338.65 s
[openapi3] 150 | makePrismLabels ''Referenced
338.65 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.65 s
[openapi3]
338.65 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.65 s
[openapi3] The use of ‘~’ without TypeOperators
338.65 s
[openapi3] will become an error in a future GHC release.
338.65 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.65 s
[openapi3] |
338.65 s
[openapi3] 150 | makePrismLabels ''Referenced
338.65 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.65 s
[openapi3]
338.65 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.65 s
[openapi3] The use of ‘~’ without TypeOperators
338.65 s
[openapi3] will become an error in a future GHC release.
338.65 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.65 s
[openapi3] |
338.65 s
[openapi3] 150 | makePrismLabels ''Referenced
338.65 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.65 s
[openapi3]
338.65 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.65 s
[openapi3] The use of ‘~’ without TypeOperators
338.65 s
[openapi3] will become an error in a future GHC release.
338.65 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.65 s
[openapi3] |
338.65 s
[openapi3] 150 | makePrismLabels ''Referenced
338.65 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.65 s
[openapi3]
338.65 s
[openapi3] src/Data/OpenApi/Optics.hs:150:1: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.65 s
[openapi3] The use of ‘~’ without TypeOperators
338.65 s
[openapi3] will become an error in a future GHC release.
338.65 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.65 s
[openapi3] |
338.65 s
[openapi3] 150 | makePrismLabels ''Referenced
338.65 s
[openapi3] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338.65 s
[openapi3]
338.65 s
[openapi3] src/Data/OpenApi/Optics.hs:155:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.65 s
[openapi3] The use of ‘~’ without TypeOperators
338.65 s
[openapi3] will become an error in a future GHC release.
338.65 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.65 s
[openapi3] |
338.65 s
[openapi3] 155 | ( a ~ [Referenced Schema]
338.65 s
[openapi3] | ^
338.65 s
[openapi3]
338.65 s
[openapi3] src/Data/OpenApi/Optics.hs:156:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.65 s
[openapi3] The use of ‘~’ without TypeOperators
338.65 s
[openapi3] will become an error in a future GHC release.
338.65 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.65 s
[openapi3] |
338.65 s
[openapi3] 156 | , b ~ [Referenced Schema]
338.65 s
[openapi3] | ^
338.65 s
[openapi3]
338.66 s
[openapi3] src/Data/OpenApi/Optics.hs:167:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.66 s
[openapi3] The use of ‘~’ without TypeOperators
338.66 s
[openapi3] will become an error in a future GHC release.
338.66 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.66 s
[openapi3] |
338.66 s
[openapi3] 167 | ( a ~ Referenced Schema
338.66 s
[openapi3] | ^
338.66 s
[openapi3]
338.66 s
[openapi3] src/Data/OpenApi/Optics.hs:168:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.66 s
[openapi3] The use of ‘~’ without TypeOperators
338.66 s
[openapi3] will become an error in a future GHC release.
338.66 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.66 s
[openapi3] |
338.66 s
[openapi3] 168 | , b ~ Referenced Schema
338.66 s
[openapi3] | ^
338.66 s
[openapi3]
338.66 s
[openapi3] src/Data/OpenApi/Optics.hs:204:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.66 s
[openapi3] The use of ‘~’ without TypeOperators
338.66 s
[openapi3] will become an error in a future GHC release.
338.66 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.66 s
[openapi3] |
338.66 s
[openapi3] 204 | ( a ~ Maybe OpenApiType
338.66 s
[openapi3] | ^
338.66 s
[openapi3]
338.66 s
[openapi3] src/Data/OpenApi/Optics.hs:205:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.66 s
[openapi3] The use of ‘~’ without TypeOperators
338.66 s
[openapi3] will become an error in a future GHC release.
338.66 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.66 s
[openapi3] |
338.66 s
[openapi3] 205 | , b ~ Maybe OpenApiType
338.66 s
[openapi3] | ^
338.66 s
[openapi3]
338.66 s
[openapi3] src/Data/OpenApi/Optics.hs:213:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.66 s
[openapi3] The use of ‘~’ without TypeOperators
338.66 s
[openapi3] will become an error in a future GHC release.
338.66 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.66 s
[openapi3] |
338.66 s
[openapi3] 213 | ( a ~ Maybe Value, b ~ Maybe Value
338.66 s
[openapi3] | ^
338.66 s
[openapi3]
338.66 s
[openapi3] src/Data/OpenApi/Optics.hs:213:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.66 s
[openapi3] The use of ‘~’ without TypeOperators
338.66 s
[openapi3] will become an error in a future GHC release.
338.66 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.66 s
[openapi3] |
338.66 s
[openapi3] 213 | ( a ~ Maybe Value, b ~ Maybe Value
338.66 s
[openapi3] | ^
338.66 s
[openapi3]
338.66 s
[openapi3] src/Data/OpenApi/Optics.hs:221:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.66 s
[openapi3] The use of ‘~’ without TypeOperators
338.66 s
[openapi3] will become an error in a future GHC release.
338.66 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 221 | ( a ~ Maybe Format, b ~ Maybe Format
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:221:25: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.67 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 221 | ( a ~ Maybe Format, b ~ Maybe Format
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:229:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.67 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 229 | ( a ~ Maybe OpenApiItems
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:230:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.67 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 230 | , b ~ Maybe OpenApiItems
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:238:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.67 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 238 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:238:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.67 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 238 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:246:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.67 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 246 | ( a ~ Maybe Bool, b ~ Maybe Bool
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:246:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.67 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.67 s
[openapi3] |
338.67 s
[openapi3] 246 | ( a ~ Maybe Bool, b ~ Maybe Bool
338.67 s
[openapi3] | ^
338.67 s
[openapi3]
338.67 s
[openapi3] src/Data/OpenApi/Optics.hs:254:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.67 s
[openapi3] The use of ‘~’ without TypeOperators
338.67 s
[openapi3] will become an error in a future GHC release.
338.68 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.68 s
[openapi3] |
338.68 s
[openapi3] 254 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
338.68 s
[openapi3] | ^
338.68 s
[openapi3]
338.68 s
[openapi3] src/Data/OpenApi/Optics.hs:254:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.68 s
[openapi3] The use of ‘~’ without TypeOperators
338.68 s
[openapi3] will become an error in a future GHC release.
338.68 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.68 s
[openapi3] |
338.68 s
[openapi3] 254 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
338.68 s
[openapi3] | ^
338.68 s
[openapi3]
338.68 s
[openapi3] src/Data/OpenApi/Optics.hs:262:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.68 s
[openapi3] The use of ‘~’ without TypeOperators
338.68 s
[openapi3] will become an error in a future GHC release.
338.68 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.68 s
[openapi3] |
338.68 s
[openapi3] 262 | ( a ~ Maybe Bool, b ~ Maybe Bool
338.68 s
[openapi3] | ^
338.68 s
[openapi3]
338.68 s
[openapi3] src/Data/OpenApi/Optics.hs:262:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.68 s
[openapi3] The use of ‘~’ without TypeOperators
338.68 s
[openapi3] will become an error in a future GHC release.
338.68 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.68 s
[openapi3] |
338.68 s
[openapi3] 262 | ( a ~ Maybe Bool, b ~ Maybe Bool
338.68 s
[openapi3] | ^
338.68 s
[openapi3]
338.68 s
[openapi3] src/Data/OpenApi/Optics.hs:270:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.68 s
[openapi3] The use of ‘~’ without TypeOperators
338.68 s
[openapi3] will become an error in a future GHC release.
338.68 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.68 s
[openapi3] |
338.68 s
[openapi3] 270 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.68 s
[openapi3] | ^
338.68 s
[openapi3]
338.68 s
[openapi3] src/Data/OpenApi/Optics.hs:270:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.68 s
[openapi3] The use of ‘~’ without TypeOperators
338.68 s
[openapi3] will become an error in a future GHC release.
338.68 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.68 s
[openapi3] |
338.68 s
[openapi3] 270 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.68 s
[openapi3] | ^
338.68 s
[openapi3]
338.68 s
[openapi3] src/Data/OpenApi/Optics.hs:278:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.68 s
[openapi3] The use of ‘~’ without TypeOperators
338.68 s
[openapi3] will become an error in a future GHC release.
338.68 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.68 s
[openapi3] |
338.68 s
[openapi3] 278 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.68 s
[openapi3] | ^
338.68 s
[openapi3]
338.68 s
[openapi3] src/Data/OpenApi/Optics.hs:278:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.69 s
[openapi3] The use of ‘~’ without TypeOperators
338.69 s
[openapi3] will become an error in a future GHC release.
338.69 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.69 s
[openapi3] |
338.69 s
[openapi3] 278 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.69 s
[openapi3] | ^
338.69 s
[openapi3]
338.69 s
[openapi3] src/Data/OpenApi/Optics.hs:286:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.69 s
[openapi3] The use of ‘~’ without TypeOperators
338.69 s
[openapi3] will become an error in a future GHC release.
338.69 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.69 s
[openapi3] |
338.69 s
[openapi3] 286 | ( a ~ Maybe Text, b ~ Maybe Text
338.69 s
[openapi3] | ^
338.69 s
[openapi3]
338.69 s
[openapi3] src/Data/OpenApi/Optics.hs:286:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.69 s
[openapi3] The use of ‘~’ without TypeOperators
338.69 s
[openapi3] will become an error in a future GHC release.
338.69 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.69 s
[openapi3] |
338.69 s
[openapi3] 286 | ( a ~ Maybe Text, b ~ Maybe Text
338.69 s
[openapi3] | ^
338.69 s
[openapi3]
338.69 s
[openapi3] src/Data/OpenApi/Optics.hs:294:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.69 s
[openapi3] The use of ‘~’ without TypeOperators
338.69 s
[openapi3] will become an error in a future GHC release.
338.69 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.69 s
[openapi3] |
338.69 s
[openapi3] 294 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.69 s
[openapi3] | ^
338.69 s
[openapi3]
338.69 s
[openapi3] src/Data/OpenApi/Optics.hs:294:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.69 s
[openapi3] The use of ‘~’ without TypeOperators
338.69 s
[openapi3] will become an error in a future GHC release.
338.69 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.69 s
[openapi3] |
338.69 s
[openapi3] 294 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.69 s
[openapi3] | ^
338.69 s
[openapi3]
338.69 s
[openapi3] src/Data/OpenApi/Optics.hs:302:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.69 s
[openapi3] The use of ‘~’ without TypeOperators
338.69 s
[openapi3] will become an error in a future GHC release.
338.69 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.69 s
[openapi3] |
338.69 s
[openapi3] 302 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.69 s
[openapi3] | ^
338.69 s
[openapi3]
338.69 s
[openapi3] src/Data/OpenApi/Optics.hs:302:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.69 s
[openapi3] The use of ‘~’ without TypeOperators
338.69 s
[openapi3] will become an error in a future GHC release.
338.69 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.69 s
[openapi3] |
338.69 s
[openapi3] 302 | ( a ~ Maybe Integer, b ~ Maybe Integer
338.69 s
[openapi3] | ^
338.69 s
[openapi3]
338.70 s
[openapi3] src/Data/OpenApi/Optics.hs:310:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.70 s
[openapi3] The use of ‘~’ without TypeOperators
338.70 s
[openapi3] will become an error in a future GHC release.
338.70 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.70 s
[openapi3] |
338.70 s
[openapi3] 310 | ( a ~ Maybe Bool, b ~ Maybe Bool
338.70 s
[openapi3] | ^
338.70 s
[openapi3]
338.70 s
[openapi3] src/Data/OpenApi/Optics.hs:310:23: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.70 s
[openapi3] The use of ‘~’ without TypeOperators
338.70 s
[openapi3] will become an error in a future GHC release.
338.70 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.70 s
[openapi3] |
338.70 s
[openapi3] 310 | ( a ~ Maybe Bool, b ~ Maybe Bool
338.70 s
[openapi3] | ^
338.70 s
[openapi3]
338.70 s
[openapi3] src/Data/OpenApi/Optics.hs:318:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.70 s
[openapi3] The use of ‘~’ without TypeOperators
338.70 s
[openapi3] will become an error in a future GHC release.
338.70 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.70 s
[openapi3] |
338.70 s
[openapi3] 318 | ( a ~ Maybe [Value], b ~ Maybe [Value]
338.70 s
[openapi3] | ^
338.70 s
[openapi3]
338.70 s
[openapi3] src/Data/OpenApi/Optics.hs:318:26: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.70 s
[openapi3] The use of ‘~’ without TypeOperators
338.70 s
[openapi3] will become an error in a future GHC release.
338.70 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.70 s
[openapi3] |
338.70 s
[openapi3] 318 | ( a ~ Maybe [Value], b ~ Maybe [Value]
338.70 s
[openapi3] | ^
338.70 s
[openapi3]
338.70 s
[openapi3] src/Data/OpenApi/Optics.hs:326:7: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.70 s
[openapi3] The use of ‘~’ without TypeOperators
338.70 s
[openapi3] will become an error in a future GHC release.
338.70 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.70 s
[openapi3] |
338.70 s
[openapi3] 326 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
338.70 s
[openapi3] | ^
338.70 s
[openapi3]
338.70 s
[openapi3] src/Data/OpenApi/Optics.hs:326:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
338.70 s
[openapi3] The use of ‘~’ without TypeOperators
338.70 s
[openapi3] will become an error in a future GHC release.
338.70 s
[openapi3] Suggested fix: Perhaps you intended to use TypeOperators
338.70 s
[openapi3] |
338.70 s
[openapi3] 326 | ( a ~ Maybe Scientific, b ~ Maybe Scientific
338.70 s
[openapi3] | ^
338.71 s
[openapi3] Warning: 'ToParamSchema' is out of scope.
338.71 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
338.71 s
[openapi3] Warning: 'ToSchema' is out of scope.
338.71 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
338.72 s
[openapi3] 100% ( 4 / 4) in 'Data.OpenApi.SchemaOptions'
338.78 s
[jwt] Dependency aeson >=0.7: using aeson-2.2.3.0
338.78 s
[jwt] Dependency base >=4.8 && <5: using base-4.18.3.0
338.78 s
[jwt] Dependency bytestring >=0.10: using bytestring-0.11.5.4
338.78 s
[jwt] Dependency containers >=0.5: using containers-0.6.7
338.78 s
[jwt] Dependency cryptonite >=0.6: using cryptonite-0.30
338.78 s
[jwt] Dependency cryptostore >=0.2: using cryptostore-0.4.0.0
338.78 s
[jwt] Dependency http-types >=0.8: using http-types-0.12.4
338.78 s
[jwt] Dependency memory >=0.8: using memory-0.18.0
338.78 s
[jwt] Dependency network-uri: using network-uri-2.6.4.2
338.78 s
[jwt] Dependency scientific >=0.2: using scientific-0.3.8.0
338.78 s
[jwt] Dependency semigroups >=0.15.4: using semigroups-0.20
338.78 s
[jwt] Dependency text >=0.11: using text-2.0.2
338.78 s
[jwt] Dependency time >=1.1: using time-1.12.2
338.78 s
[jwt] Dependency unordered-containers >=0.2: using unordered-containers-0.2.20.1
338.78 s
[jwt] Dependency vector >=0.7.1: using vector-0.13.2.0
338.78 s
[jwt] Dependency x509: using x509-1.7.7
338.78 s
[jwt] Dependency x509-store: using x509-store-1.6.9
338.79 s
[openapi3] Warning: 'Generic' is ambiguous. It is defined
338.79 s
[openapi3] * in ‘Data.Text.Lazy.Builder.RealFloat’
338.79 s
[openapi3] * in ‘GHC.Generics’
338.79 s
[openapi3] You may be able to disambiguate the identifier by qualifying it or
338.79 s
[openapi3] by specifying the type/value namespace explicitly.
338.79 s
[openapi3] Defaulting to the one defined in ‘Data.Text.Lazy.Builder.RealFloat’
338.79 s
[openapi3] 53% ( 7 / 13) in 'Data.OpenApi.Internal.ParamSchema'
338.79 s
[openapi3] Missing documentation for:
338.79 s
[openapi3] Module header
338.79 s
[openapi3] timeParamSchema (src/Data/OpenApi/Internal/ParamSchema.hs:196)
338.79 s
[openapi3] ToParamSchemaByteStringError (src/Data/OpenApi/Internal/ParamSchema.hs:247)
338.79 s
[openapi3] GToParamSchema (src/Data/OpenApi/Internal/ParamSchema.hs:316)
338.79 s
[openapi3] GEnumParamSchema (src/Data/OpenApi/Internal/ParamSchema.hs:334)
338.79 s
[openapi3] Proxy3 (src/Data/OpenApi/Internal/ParamSchema.hs:350)
338.83 s
[openapi3]
338.83 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:316:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
338.83 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
338.83 s
[openapi3] relies on the StarIsType extension, which will become
338.83 s
[openapi3] deprecated in the future.
338.83 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
338.83 s
[openapi3] |
338.83 s
[openapi3] 316 | class GToParamSchema (f :: * -> *) where
338.83 s
[openapi3] | ^
338.83 s
[openapi3]
338.83 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:316:33: warning : [ GHC-39567 ] [ -Wstar-is-type ]
338.83 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
338.83 s
[openapi3] relies on the StarIsType extension, which will become
338.83 s
[openapi3] deprecated in the future.
338.83 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
338.83 s
[openapi3] |
338.83 s
[openapi3] 316 | class GToParamSchema (f :: * -> * ) where
338.83 s
[openapi3] | ^
338.83 s
[openapi3]
338.83 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:334:30: warning : [ GHC-39567 ] [ -Wstar-is-type ]
338.83 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
338.83 s
[openapi3] relies on the StarIsType extension, which will become
338.83 s
[openapi3] deprecated in the future.
338.83 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
338.83 s
[openapi3] |
338.83 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> *) where
338.83 s
[openapi3] | ^
338.83 s
[openapi3]
338.83 s
[openapi3] src/Data/OpenApi/Internal/ParamSchema.hs:334:35: warning : [ GHC-39567 ] [ -Wstar-is-type ]
338.83 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
338.83 s
[openapi3] relies on the StarIsType extension, which will become
338.83 s
[openapi3] deprecated in the future.
338.83 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
338.83 s
[openapi3] |
338.83 s
[openapi3] 334 | class GEnumParamSchema (f :: * -> * ) where
338.83 s
[openapi3] | ^
338.99 s
[openapi3] 100% ( 13 / 13) in 'Data.OpenApi.ParamSchema'
339.10 s
[jwt] Source component graph: component lib
339.10 s
[jwt] Configured component graph:
339.10 s
[jwt] component jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
339.10 s
[jwt] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
339.10 s
[jwt] include base-4.18.3.0
339.10 s
[jwt] include bytestring-0.11.5.4
339.10 s
[jwt] include containers-0.6.7
339.10 s
[jwt] include cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
339.10 s
[jwt] include cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
339.10 s
[jwt] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
339.10 s
[jwt] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
339.10 s
[jwt] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
339.10 s
[jwt] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
339.10 s
[jwt] include semigroups-0.20-LAQfCgSrqPwVEEIvDFpQu
339.10 s
[jwt] include text-2.0.2
339.10 s
[jwt] include time-1.12.2
339.10 s
[jwt] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
339.10 s
[jwt] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
339.10 s
[jwt] include x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
339.10 s
[jwt] include x509-store-1.6.9-5R21F33MuyrG8sVzGfNpst
339.10 s
[jwt] Linked component graph:
339.10 s
[jwt] unit jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
339.10 s
[jwt] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
339.10 s
[jwt] include base-4.18.3.0
339.10 s
[jwt] include bytestring-0.11.5.4
339.10 s
[jwt] include containers-0.6.7
339.10 s
[jwt] include cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
339.10 s
[jwt] include cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
339.10 s
[jwt] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
339.10 s
[jwt] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
339.10 s
[jwt] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
339.11 s
[jwt] include scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
339.11 s
[jwt] include semigroups-0.20-LAQfCgSrqPwVEEIvDFpQu
339.11 s
[jwt] include text-2.0.2
339.11 s
[jwt] include time-1.12.2
339.11 s
[jwt] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
339.11 s
[jwt] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
339.11 s
[jwt] include x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
339.11 s
[jwt] include x509-store-1.6.9-5R21F33MuyrG8sVzGfNpst
339.11 s
[jwt] Web.JWT=jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR:Web.JWT
339.11 s
[jwt] Ready component graph:
339.11 s
[jwt] definite jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
339.11 s
[jwt] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
339.11 s
[jwt] depends base-4.18.3.0
339.11 s
[jwt] depends bytestring-0.11.5.4
339.11 s
[jwt] depends containers-0.6.7
339.11 s
[jwt] depends cryptonite-0.30-GcMgk4Un6uVHKFf7v9EShh
339.11 s
[jwt] depends cryptostore-0.4.0.0-3zdFMrDay6CCJGbd9Bikf5
339.11 s
[jwt] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
339.11 s
[jwt] depends memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
339.11 s
[jwt] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
339.11 s
[jwt] depends scientific-0.3.8.0-FOrGyw7jA1i5To2VDVtr2u
339.11 s
[jwt] depends semigroups-0.20-LAQfCgSrqPwVEEIvDFpQu
339.11 s
[jwt] depends text-2.0.2
339.11 s
[jwt] depends time-1.12.2
339.11 s
[jwt] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
339.11 s
[jwt] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
339.11 s
[jwt] depends x509-1.7.7-ALwzgcBHS5K1DYy5qh4hmN
339.11 s
[jwt] depends x509-store-1.6.9-5R21F33MuyrG8sVzGfNpst
339.11 s
[jwt] Using Cabal-3.10.3.0 compiled by ghc-9.6
339.11 s
[jwt] Using compiler: ghc-9.6.7
339.11 s
[jwt] Using install prefix: /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0
339.11 s
[jwt] Executables installed in:
339.11 s
[jwt] /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/bin
339.11 s
[jwt] Libraries installed in:
339.11 s
[jwt] /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
339.11 s
[jwt] Dynamic Libraries installed in:
339.11 s
[jwt] /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
339.11 s
[jwt] Private executables installed in:
339.11 s
[jwt] /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/libexec/x86_64-linux-ghc-9.6.7/jwt-0.11.0
339.11 s
[jwt] Data files installed in:
339.11 s
[jwt] /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/share/x86_64-linux-ghc-9.6.7/jwt-0.11.0
339.11 s
[jwt] Documentation installed in:
339.11 s
[jwt] /nix/store/q1incizcl146qf729y8fjsyxzbmf0ynd-jwt-0.11.0-doc/share/doc/jwt-0.11.0
339.11 s
[jwt] Configuration files installed in:
339.11 s
[jwt] /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/etc
339.11 s
[jwt] No alex found
339.11 s
[jwt] Using ar found on system at:
339.11 s
[jwt] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
339.11 s
[jwt] No c2hs found
339.11 s
[jwt] No cpphs found
339.11 s
[jwt] No doctest found
339.11 s
[jwt] Using gcc version 14.3.0 given by user at:
339.11 s
[jwt] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
339.11 s
[jwt] Using ghc version 9.6.7 found on system at:
339.11 s
[jwt] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
339.11 s
[jwt] Using ghc-pkg version 9.6.7 found on system at:
339.11 s
[jwt] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
339.11 s
[jwt] No ghcjs found
339.11 s
[jwt] No ghcjs-pkg found
339.11 s
[jwt] No greencard found
339.11 s
[jwt] Using haddock version 2.29.2 found on system at:
339.11 s
[jwt] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
339.11 s
[jwt] No happy found
339.11 s
[jwt] Using haskell-suite found on system at: haskell-suite-dummy-location
339.11 s
[jwt] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
339.11 s
[jwt] No hmake found
339.11 s
[jwt] Using hpc version 0.68 found on system at:
339.11 s
[jwt] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
339.11 s
[jwt] Using hsc2hs version 0.68.9 found on system at:
339.11 s
[jwt] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
339.11 s
[jwt] Using hscolour version 1.25 found on system at:
339.11 s
[jwt] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
339.11 s
[jwt] No jhc found
339.11 s
[jwt] Using ld found on system at:
339.11 s
[jwt] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
339.11 s
[jwt] No pkg-config found
339.11 s
[jwt] Using runghc version 9.6.7 found on system at:
339.11 s
[jwt] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
339.11 s
[jwt] Using strip version 2.44 found on system at:
339.11 s
[jwt] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
339.11 s
[jwt] Using tar found on system at:
339.11 s
[jwt] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
339.11 s
[jwt] No uhc found
339.11 s
[openapi3] 55% ( 27 / 49) in 'Data.OpenApi.Internal.Schema'
339.11 s
[openapi3] Missing documentation for:
339.11 s
[openapi3] Module header
339.11 s
[openapi3] unnamed (src/Data/OpenApi/Internal/Schema.hs:82)
339.11 s
[openapi3] named (src/Data/OpenApi/Internal/Schema.hs:85)
339.11 s
[openapi3] plain (src/Data/OpenApi/Internal/Schema.hs:88)
339.11 s
[openapi3] unname (src/Data/OpenApi/Internal/Schema.hs:91)
339.11 s
[openapi3] rename (src/Data/OpenApi/Internal/Schema.hs:94)
339.11 s
[openapi3] GToSchema (src/Data/OpenApi/Internal/Schema.hs:590)
339.11 s
[openapi3] timeSchema (src/Data/OpenApi/Internal/Schema.hs:653)
339.11 s
[openapi3] ToSchemaByteStringError (src/Data/OpenApi/Internal/Schema.hs:690)
339.11 s
[openapi3] gdatatypeSchemaName (src/Data/OpenApi/Internal/Schema.hs:905)
339.11 s
[openapi3] nullarySchema (src/Data/OpenApi/Internal/Schema.hs:922)
339.11 s
[openapi3] gtoNamedSchema (src/Data/OpenApi/Internal/Schema.hs:927)
339.11 s
[openapi3] gdeclareSchema (src/Data/OpenApi/Internal/Schema.hs:930)
339.11 s
[openapi3] gdeclareSchemaRef (src/Data/OpenApi/Internal/Schema.hs:967)
339.11 s
[openapi3] appendItem (src/Data/OpenApi/Internal/Schema.hs:986)
339.11 s
[openapi3] withFieldSchema (src/Data/OpenApi/Internal/Schema.hs:991)
339.11 s
[openapi3] gdeclareNamedSumSchema (src/Data/OpenApi/Internal/Schema.hs:1032)
339.11 s
[openapi3] AllNullary (src/Data/OpenApi/Internal/Schema.hs:1047)
339.11 s
[openapi3] GSumToSchema (src/Data/OpenApi/Internal/Schema.hs:1049)
339.11 s
[openapi3] gsumConToSchema (src/Data/OpenApi/Internal/Schema.hs:1109)
339.11 s
[openapi3] Proxy2 (src/Data/OpenApi/Internal/Schema.hs:1128)
339.11 s
[openapi3] Proxy3 (src/Data/OpenApi/Internal/Schema.hs:1130)
339.39 s
[jwt] Phase: buildPhase
339.46 s
[openapi3]
339.46 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:590:23: warning : [ GHC-39567 ] [ -Wstar-is-type ]
339.46 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
339.46 s
[openapi3] relies on the StarIsType extension, which will become
339.46 s
[openapi3] deprecated in the future.
339.46 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
339.46 s
[openapi3] |
339.46 s
[openapi3] 590 | class GToSchema (f :: * -> *) where
339.46 s
[openapi3] | ^
339.46 s
[openapi3]
339.46 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:590:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
339.46 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
339.46 s
[openapi3] relies on the StarIsType extension, which will become
339.46 s
[openapi3] deprecated in the future.
339.46 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
339.46 s
[openapi3] |
339.46 s
[openapi3] 590 | class GToSchema (f :: * -> * ) where
339.46 s
[openapi3] | ^
339.46 s
[openapi3]
339.46 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:1049:26: warning : [ GHC-39567 ] [ -Wstar-is-type ]
339.46 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
339.46 s
[openapi3] relies on the StarIsType extension, which will become
339.46 s
[openapi3] deprecated in the future.
339.46 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
339.46 s
[openapi3] |
339.46 s
[openapi3] 1049 | class GSumToSchema (f :: * -> *) where
339.46 s
[openapi3] | ^
339.46 s
[openapi3]
339.46 s
[openapi3] src/Data/OpenApi/Internal/Schema.hs:1049:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
339.46 s
[openapi3] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
339.46 s
[openapi3] relies on the StarIsType extension, which will become
339.46 s
[openapi3] deprecated in the future.
339.46 s
[openapi3] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
339.46 s
[openapi3] |
339.46 s
[openapi3] 1049 | class GSumToSchema (f :: * -> * ) where
339.46 s
[openapi3] | ^
339.46 s
[jwt] Preprocessing library for jwt-0.11.0..
339.46 s
[jwt] Building library for jwt-0.11.0..
339.58 s
[jwt] [1 of 3] Compiling Data.ByteString.Extended ( src/Data/ByteString/Extended.hs, dist/build/Data/ByteString/Extended.o, dist/build/Data/ByteString/Extended.dyn_o )
339.67 s
[jwt] [2 of 3] Compiling Data.Text.Extended ( src/Data/Text/Extended.hs, dist/build/Data/Text/Extended.o, dist/build/Data/Text/Extended.dyn_o )
339.73 s
[jwt] [3 of 3] Compiling Web.JWT ( src/Web/JWT.hs, dist/build/Web/JWT.o, dist/build/Web/JWT.dyn_o )
340.04 s
[http-client-tls] Phase: updateAutotoolsGnuConfigScriptsPhase
340.05 s
[http-client-tls] Phase: configurePhase
340.06 s
[http-client-tls] configureFlags: --verbose --prefix=/nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z0179fchpfg9rmhr2sh07qnlcgclq0y4-http-client-tls-0.3.6.4-doc/share/doc/http-client-tls-0.3.6.4 --with-gcc=gcc --package-db=/build/tmp.IscSv4F4Lr/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
340.07 s
[http-client-tls] Using Parsec parser
340.07 s
[http-client-tls] Configuring http-client-tls-0.3.6.4...
340.75 s
[openapi3] Warning: 'ToParamSchema' is out of scope.
340.75 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.00 s
[openapi3] Warning: 'Schema' is out of scope.
341.53 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.53 s
[openapi3] Warning: 'ToJSON' is out of scope.
341.53 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.53 s
[openapi3] 100% ( 35 / 35) in 'Data.OpenApi.Schema'
341.53 s
[openapi3] 100% ( 17 / 17) in 'Data.OpenApi.Operation'
341.53 s
[http-client-tls] Dependency base: using base-4.18.3.0
341.53 s
[http-client-tls] Dependency bytestring: using bytestring-0.11.5.4
341.53 s
[http-client-tls] Dependency case-insensitive: using case-insensitive-1.2.1.0
341.53 s
[http-client-tls] Dependency containers: using containers-0.6.7
341.53 s
[http-client-tls] Dependency crypton: using crypton-1.0.4
341.53 s
[http-client-tls] Dependency crypton-connection: using crypton-connection-0.4.5
341.53 s
[http-client-tls] Dependency data-default: using data-default-0.8.0.1
341.53 s
[http-client-tls] Dependency exceptions: using exceptions-0.10.7
341.53 s
[http-client-tls] Dependency http-client: using http-client-0.7.19
341.53 s
[http-client-tls] Dependency http-types: using http-types-0.12.4
341.53 s
[http-client-tls] Dependency memory: using memory-0.18.0
341.54 s
[http-client-tls] Dependency network: using network-3.2.8.0
341.54 s
[http-client-tls] Dependency network-uri: using network-uri-2.6.4.2
341.54 s
[http-client-tls] Dependency text: using text-2.0.2
341.54 s
[http-client-tls] Dependency tls: using tls-2.1.8
341.54 s
[http-client-tls] Dependency transformers: using transformers-0.6.1.0
341.54 s
[openapi3] Warning: 'Value' is ambiguous. It is defined
341.54 s
[openapi3] * at src/Data/OpenApi/Internal.hs:555:5
341.54 s
[openapi3] * in ‘Data.Aeson.Types.Internal’
341.54 s
[openapi3] You may be able to disambiguate the identifier by qualifying it or
341.54 s
[openapi3] by specifying the type/value namespace explicitly.
341.54 s
[openapi3] Defaulting to the one defined at src/Data/OpenApi/Internal.hs:553:1
341.54 s
[openapi3] 65% ( 23 / 35) in 'Data.OpenApi.Internal.Schema.Validation'
341.54 s
[openapi3] Missing documentation for:
341.54 s
[openapi3] withConfig (src/Data/OpenApi/Internal/Schema/Validation.hs:261)
341.54 s
[openapi3] withSchema (src/Data/OpenApi/Internal/Schema/Validation.hs:264)
341.54 s
[openapi3] validateWithSchemaRef (src/Data/OpenApi/Internal/Schema/Validation.hs:304)
341.54 s
[openapi3] validateInteger (src/Data/OpenApi/Internal/Schema/Validation.hs:314)
341.54 s
[openapi3] validateNumber (src/Data/OpenApi/Internal/Schema/Validation.hs:320)
341.54 s
[openapi3] validateString (src/Data/OpenApi/Internal/Schema/Validation.hs:337)
341.54 s
[openapi3] validateArray (src/Data/OpenApi/Internal/Schema/Validation.hs:354)
341.54 s
[openapi3] validateObject (src/Data/OpenApi/Internal/Schema/Validation.hs:378)
341.54 s
[openapi3] validateEnum (src/Data/OpenApi/Internal/Schema/Validation.hs:430)
341.54 s
[openapi3] validateSchemaType (src/Data/OpenApi/Internal/Schema/Validation.hs:483)
341.54 s
[openapi3] validateParamSchemaType (src/Data/OpenApi/Internal/Schema/Validation.hs:517)
341.54 s
[openapi3] showType (src/Data/OpenApi/Internal/Schema/Validation.hs:532)
341.54 s
[openapi3] Warning: 'required' is out of scope.
341.54 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.54 s
[openapi3] Warning: 'Schema' is out of scope.
341.54 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.54 s
[openapi3] Warning: 'ToJSON' is out of scope.
341.54 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.54 s
[openapi3] Warning: 'ToSchema' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'Value' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] 100% ( 17 / 17) in 'Data.OpenApi.Schema.Validation'
341.55 s
[openapi3] Warning: 'Swagger' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'definitions' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'at' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'ParamSchema' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'ToHttpApiData' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'ToJSON' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'Generic' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'defaultTaggedObject' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] Warning: 'ObjectWithSingleField' is out of scope.
341.55 s
[openapi3] If you qualify the identifier, haddock can try to link it anyway.
341.55 s
[openapi3] 70% ( 63 / 89) in 'Data.OpenApi'
341.55 s
[openapi3] Missing documentation for:
341.55 s
[openapi3] ServerVariable (src/Data/OpenApi/Internal.hs:183)
341.55 s
[openapi3] OpenApiType (src/Data/OpenApi/Internal.hs:602)
341.55 s
[openapi3] Format (src/Data/OpenApi/Internal.hs:626)
341.55 s
[openapi3] ParamLocation (src/Data/OpenApi/Internal.hs:612)
341.55 s
[openapi3] ParamName (src/Data/OpenApi/Internal.hs:628)
341.55 s
[openapi3] HeaderName (src/Data/OpenApi/Internal.hs:773)
341.55 s
[openapi3] Example (src/Data/OpenApi/Internal.hs:531)
341.55 s
[openapi3] Encoding (src/Data/OpenApi/Internal.hs:403)
341.55 s
[openapi3] Schema (src/Data/OpenApi/Internal.hs:630)
341.55 s
[openapi3] Xml (src/Data/OpenApi/Internal.hs:696)
341.55 s
[openapi3] AdditionalProperties (src/Data/OpenApi/Internal.hs:973)
341.55 s
[openapi3] Discriminator (src/Data/OpenApi/Internal.hs:681)
341.55 s
[openapi3] HttpStatusCode (src/Data/OpenApi/Internal.hs:739)
341.55 s
[openapi3] SecurityScheme (src/Data/OpenApi/Internal.hs:905)
341.55 s
[openapi3] HttpSchemeType (src/Data/OpenApi/Internal.hs:858)
341.55 s
[openapi3] SecurityDefinitions (src/Data/OpenApi/Internal.hs:913)
341.55 s
[openapi3] ApiKeyParams (src/Data/OpenApi/Internal.hs:799)
341.55 s
[openapi3] OAuth2Flows (src/Data/OpenApi/Internal.hs:842)
341.55 s
[openapi3] OAuth2Flow (src/Data/OpenApi/Internal.hs:830)
341.55 s
[openapi3] OAuth2ImplicitFlow (src/Data/OpenApi/Internal.hs:813)
341.55 s
[openapi3] OAuth2PasswordFlow (src/Data/OpenApi/Internal.hs:817)
341.55 s
[openapi3] OAuth2ClientCredentialsFlow (src/Data/OpenApi/Internal.hs:821)
341.55 s
[openapi3] OAuth2AuthorizationCodeFlow (src/Data/OpenApi/Internal.hs:825)
341.55 s
[openapi3] Referenced (src/Data/OpenApi/Internal.hs:963)
341.55 s
[openapi3] MimeList (src/Data/OpenApi/Internal.hs:443)
341.55 s
[openapi3] URL (src/Data/OpenApi/Internal.hs:971)
341.55 s
[http-client-tls] Source component graph: component lib
341.55 s
[http-client-tls] Configured component graph:
341.55 s
[http-client-tls] component http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
341.55 s
[http-client-tls] include base-4.18.3.0
341.55 s
[http-client-tls] include bytestring-0.11.5.4
341.55 s
[http-client-tls] include case-insensitive-1.2.1.0-GWWJ6ZWVp6tA7ngBCihzBU
341.55 s
[http-client-tls] include containers-0.6.7
341.55 s
[http-client-tls] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
341.55 s
[http-client-tls] include crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
341.55 s
[http-client-tls] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
341.55 s
[http-client-tls] include exceptions-0.10.7
341.55 s
[http-client-tls] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
341.55 s
[http-client-tls] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
341.55 s
[http-client-tls] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
341.55 s
[http-client-tls] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
341.55 s
[http-client-tls] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
341.55 s
[http-client-tls] include text-2.0.2
341.55 s
[http-client-tls] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
341.55 s
[http-client-tls] include transformers-0.6.1.0
341.55 s
[http-client-tls] Linked component graph:
341.55 s
[http-client-tls] unit http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
341.55 s
[http-client-tls] include base-4.18.3.0
341.55 s
[http-client-tls] include bytestring-0.11.5.4
341.55 s
[http-client-tls] include case-insensitive-1.2.1.0-GWWJ6ZWVp6tA7ngBCihzBU
341.55 s
[http-client-tls] include containers-0.6.7
341.55 s
[http-client-tls] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
341.55 s
[http-client-tls] include crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
341.55 s
[http-client-tls] include data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
341.55 s
[http-client-tls] include exceptions-0.10.7
341.55 s
[http-client-tls] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
341.55 s
[http-client-tls] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
341.55 s
[http-client-tls] include memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
341.55 s
[http-client-tls] include network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
341.55 s
[http-client-tls] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
341.55 s
[http-client-tls] include text-2.0.2
341.55 s
[http-client-tls] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
341.55 s
[http-client-tls] include transformers-0.6.1.0
341.55 s
[http-client-tls] Network.HTTP.Client.TLS=http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa:Network.HTTP.Client.TLS
341.55 s
[http-client-tls] Ready component graph:
341.55 s
[http-client-tls] definite http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
341.55 s
[http-client-tls] depends base-4.18.3.0
341.55 s
[http-client-tls] depends bytestring-0.11.5.4
341.56 s
[http-client-tls] depends case-insensitive-1.2.1.0-GWWJ6ZWVp6tA7ngBCihzBU
341.56 s
[http-client-tls] depends containers-0.6.7
341.56 s
[http-client-tls] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
341.56 s
[http-client-tls] depends crypton-connection-0.4.5-FBHktl6WUez15AjV6ZcPrW
341.56 s
[http-client-tls] depends data-default-0.8.0.1-LxnMp3In9RcB0AnLNQD2O5
341.56 s
[http-client-tls] depends exceptions-0.10.7
341.56 s
[http-client-tls] depends http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
341.56 s
[http-client-tls] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
341.56 s
[http-client-tls] depends memory-0.18.0-Idt8cgq6WrsF4ubcutAEob
341.56 s
[http-client-tls] depends network-3.2.8.0-BsYgeaXR5gb4vGG8OtlPJP
341.56 s
[http-client-tls] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
341.56 s
[http-client-tls] depends text-2.0.2
341.56 s
[http-client-tls] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
341.56 s
[http-client-tls] depends transformers-0.6.1.0
341.56 s
[http-client-tls] Using Cabal-3.10.3.0 compiled by ghc-9.6
341.56 s
[http-client-tls] Using compiler: ghc-9.6.7
341.56 s
[http-client-tls] Using install prefix:
341.56 s
[http-client-tls] /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4
341.56 s
[http-client-tls] Executables installed in:
341.56 s
[http-client-tls] /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/bin
341.56 s
[http-client-tls] Libraries installed in:
341.56 s
[http-client-tls] /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
341.56 s
[http-client-tls] Dynamic Libraries installed in:
341.56 s
[http-client-tls] /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
341.56 s
[http-client-tls] Private executables installed in:
341.56 s
[http-client-tls] /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/libexec/x86_64-linux-ghc-9.6.7/http-client-tls-0.3.6.4
341.56 s
[http-client-tls] Data files installed in:
341.56 s
[http-client-tls] /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/share/x86_64-linux-ghc-9.6.7/http-client-tls-0.3.6.4
341.56 s
[http-client-tls] Documentation installed in:
341.56 s
[http-client-tls] /nix/store/z0179fchpfg9rmhr2sh07qnlcgclq0y4-http-client-tls-0.3.6.4-doc/share/doc/http-client-tls-0.3.6.4
341.56 s
[http-client-tls] Configuration files installed in:
341.56 s
[http-client-tls] /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/etc
341.56 s
[http-client-tls] No alex found
341.56 s
[http-client-tls] Using ar found on system at:
341.56 s
[http-client-tls] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
341.56 s
[http-client-tls] No c2hs found
341.56 s
[http-client-tls] No cpphs found
341.56 s
[http-client-tls] No doctest found
341.56 s
[http-client-tls] Using gcc version 14.3.0 given by user at:
341.56 s
[http-client-tls] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
341.56 s
[http-client-tls] Using ghc version 9.6.7 found on system at:
341.56 s
[http-client-tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
341.56 s
[http-client-tls] Using ghc-pkg version 9.6.7 found on system at:
341.56 s
[http-client-tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
341.56 s
[http-client-tls] No ghcjs found
341.56 s
[http-client-tls] No ghcjs-pkg found
341.56 s
[http-client-tls] No greencard found
341.56 s
[http-client-tls] Using haddock version 2.29.2 found on system at:
341.56 s
[http-client-tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
341.56 s
[http-client-tls] No happy found
341.56 s
[http-client-tls] Using haskell-suite found on system at: haskell-suite-dummy-location
341.56 s
[http-client-tls] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
341.56 s
[http-client-tls] No hmake found
341.56 s
[http-client-tls] Using hpc version 0.68 found on system at:
341.56 s
[http-client-tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
341.56 s
[http-client-tls] Using hsc2hs version 0.68.9 found on system at:
341.56 s
[http-client-tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
341.56 s
[http-client-tls] Using hscolour version 1.25 found on system at:
341.56 s
[http-client-tls] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
341.56 s
[http-client-tls] No jhc found
341.56 s
[http-client-tls] Using ld found on system at:
341.56 s
[http-client-tls] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
341.56 s
[http-client-tls] No pkg-config found
341.56 s
[http-client-tls] Using runghc version 9.6.7 found on system at:
341.56 s
[http-client-tls] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
341.56 s
[http-client-tls] Using strip version 2.44 found on system at:
341.56 s
[http-client-tls] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
341.56 s
[http-client-tls] Using tar found on system at:
341.56 s
[http-client-tls] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
341.56 s
[http-client-tls] No uhc found
341.56 s
[openapi3] 20% ( 1 / 5) in 'Data.OpenApi.Schema.Generator'
341.56 s
[openapi3] Missing documentation for:
341.56 s
[openapi3] Module header
341.56 s
[openapi3] dereference (src/Data/OpenApi/Schema/Generator.hs:102)
341.56 s
[openapi3] genValue (src/Data/OpenApi/Schema/Generator.hs:106)
341.56 s
[openapi3] validateFromJSON (src/Data/OpenApi/Schema/Generator.hs:111)
341.66 s
[http-client-tls] Phase: buildPhase
341.70 s
[postgresql-typed] Phase: haddockPhase
341.80 s
[http-client-tls] Preprocessing library for http-client-tls-0.3.6.4..
341.80 s
[http-client-tls] Building library for http-client-tls-0.3.6.4..
341.93 s
[http-client-tls] [1 of 1] Compiling Network.HTTP.Client.TLS ( Network/HTTP/Client/TLS.hs, dist/build/Network/HTTP/Client/TLS.o, dist/build/Network/HTTP/Client/TLS.dyn_o )
341.94 s
[postgresql-typed] Preprocessing library for postgresql-typed-0.6.2.5..
341.95 s
[postgresql-typed] Running Haddock on library for postgresql-typed-0.6.2.5..
341.95 s
[postgresql-typed] Warning: The documentation for the following packages are not installed. No
341.95 s
[postgresql-typed] links will be generated to these packages: attoparsec-0.14.4,
341.95 s
[postgresql-typed] attoparsec-0.14.4, vector-0.13.2.0
342.04 s
[postgresql-typed] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
342.61 s
[openapi3] Warning: Data.OpenApi.Internal.ParamSchema: could not find link destinations for:
342.61 s
[openapi3] - Data.Vector.Vector
342.61 s
[openapi3] - Data.Vector.Unboxed.Base.Vector
342.61 s
[openapi3] - Data.Vector.Storable.Vector
342.61 s
[openapi3] - Data.Vector.Primitive.Vector
342.61 s
[openapi3] Warning: Data.OpenApi.ParamSchema: could not find link destinations for:
342.61 s
[openapi3] - Data.Vector.Vector
342.61 s
[openapi3] - Data.Vector.Unboxed.Base.Vector
342.61 s
[openapi3] - Data.Vector.Storable.Vector
342.61 s
[openapi3] - Data.Vector.Primitive.Vector
342.62 s
[openapi3] Warning: Data.OpenApi.Internal.Schema: could not find link destinations for:
342.62 s
[openapi3] - Data.Vector.Vector
342.62 s
[openapi3] - Data.Vector.Unboxed.Base.Vector
342.62 s
[openapi3] - Data.Vector.Storable.Vector
342.62 s
[openapi3] - Data.Vector.Primitive.Vector
342.63 s
[openapi3] Warning: Data.OpenApi.Schema: could not find link destinations for:
342.63 s
[openapi3] - Data.Vector.Vector
342.63 s
[openapi3] - Data.Vector.Unboxed.Base.Vector
342.63 s
[openapi3] - Data.Vector.Storable.Vector
342.63 s
[openapi3] - Data.Vector.Primitive.Vector
342.64 s
[openapi3] Warning: Data.OpenApi.Internal.Schema.Validation: could not find link destinations for:
342.64 s
[openapi3] - Data.Vector.Vector
342.94 s
[postgresql-typed] 100% (308 /308) in 'Database.PostgreSQL.Typed.ErrCodes'
343.09 s
[postgresql-typed] 100% ( 3 / 3) in 'Database.PostgreSQL.Typed.SQLToken'
343.39 s
[jwt] [1 of 3] Compiling Data.ByteString.Extended ( src/Data/ByteString/Extended.hs, dist/build/Data/ByteString/Extended.p_o )
343.62 s
[jwt] [2 of 3] Compiling Data.Text.Extended ( src/Data/Text/Extended.hs, dist/build/Data/Text/Extended.p_o )
343.65 s
[jwt] [3 of 3] Compiling Web.JWT ( src/Web/JWT.hs, dist/build/Web/JWT.p_o )
343.95 s
[postgresql-typed] 86% ( 25 / 29) in 'Database.PostgreSQL.Typed.Types'
343.95 s
[postgresql-typed] Missing documentation for:
343.95 s
[postgresql-typed] OID (Database/PostgreSQL/Typed/Types.hs:344)
343.95 s
[postgresql-typed] unknownPGTypeEnv (Database/PostgreSQL/Typed/Types.hs:126)
343.95 s
[postgresql-typed] PGStringType (Database/PostgreSQL/Typed/Types.hs:437)
343.95 s
[postgresql-typed] PGRecordType (Database/PostgreSQL/Typed/Types.hs:778)
344.16 s
[postgresql-typed]
344.16 s
[postgresql-typed] Database/PostgreSQL/Typed/Types.hs:69:1: warning : [ -Wunused-imports ]
344.16 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
344.16 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
344.16 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
344.16 s
[postgresql-typed] |
344.16 s
[postgresql-typed] 69 | import Data.Monoid ((<>))
344.16 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
344.16 s
[postgresql-typed]
344.16 s
[postgresql-typed] Database/PostgreSQL/Typed/Types.hs:167:19: warning : [ GHC-39567 ] [ -Wstar-is-type ]
344.16 s
[postgresql-typed] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
344.16 s
[postgresql-typed] relies on the StarIsType extension, which will become
344.16 s
[postgresql-typed] deprecated in the future.
344.16 s
[postgresql-typed] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
344.16 s
[postgresql-typed] |
344.16 s
[postgresql-typed] 167 | type PGVal t :: *
344.16 s
[postgresql-typed] | ^
344.25 s
[http-client-tls] [1 of 1] Compiling Network.HTTP.Client.TLS ( Network/HTTP/Client/TLS.hs, dist/build/Network/HTTP/Client/TLS.p_o )
345.15 s
[postgresql-typed] 51% ( 16 / 31) in 'Database.PostgreSQL.Typed.Range'
345.15 s
[postgresql-typed] Missing documentation for:
345.15 s
[postgresql-typed] LowerBound (Database/PostgreSQL/Typed/Range.hs:48)
345.15 s
[postgresql-typed] UpperBound (Database/PostgreSQL/Typed/Range.hs:62)
345.15 s
[postgresql-typed] compareBounds (Database/PostgreSQL/Typed/Range.hs:76)
345.15 s
[postgresql-typed] Range (Database/PostgreSQL/Typed/Range.hs:84)
345.15 s
[postgresql-typed] bound (Database/PostgreSQL/Typed/Range.hs:103)
345.15 s
[postgresql-typed] empty (Database/PostgreSQL/Typed/Range.hs:138)
345.15 s
[postgresql-typed] isEmpty (Database/PostgreSQL/Typed/Range.hs:141)
345.15 s
[postgresql-typed] full (Database/PostgreSQL/Typed/Range.hs:147)
345.15 s
[postgresql-typed] isFull (Database/PostgreSQL/Typed/Range.hs:150)
345.15 s
[postgresql-typed] range (Database/PostgreSQL/Typed/Range.hs:164)
345.15 s
[postgresql-typed] normal (Database/PostgreSQL/Typed/Range.hs:168)
345.15 s
[postgresql-typed] bounded (Database/PostgreSQL/Typed/Range.hs:173)
345.15 s
[postgresql-typed] normalize (Database/PostgreSQL/Typed/Range.hs:177)
345.15 s
[postgresql-typed] overlaps (Database/PostgreSQL/Typed/Range.hs:205)
345.15 s
[postgresql-typed] intersect (Database/PostgreSQL/Typed/Range.hs:208)
345.21 s
[postgresql-typed]
345.21 s
[postgresql-typed] Database/PostgreSQL/Typed/Range.hs:24:1: warning : [ -Wunused-imports ]
345.21 s
[postgresql-typed] The import of ‘Data.Semigroup’ is redundant
345.21 s
[postgresql-typed] except perhaps to import instances from ‘Data.Semigroup’
345.21 s
[postgresql-typed] To import instances alone, use: import Data.Semigroup()
345.21 s
[postgresql-typed] |
345.21 s
[postgresql-typed] 24 | import Data.Semigroup (Semigroup(..))
345.21 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
345.21 s
[postgresql-typed]
345.21 s
[postgresql-typed] Database/PostgreSQL/Typed/Range.hs:230:3: warning : [ -Wnoncanonical-monoid-instances ]
345.21 s
[postgresql-typed] Noncanonical ‘mappend’ definition detected
345.21 s
[postgresql-typed] in the instance declaration for ‘Monoid (Range a)’.
345.21 s
[postgresql-typed] ‘mappend’ will eventually be removed in favour of ‘(<>)’
345.21 s
[postgresql-typed] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
345.21 s
[postgresql-typed] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
345.21 s
[postgresql-typed] |
345.21 s
[postgresql-typed] 230 | mappend = union
345.21 s
[postgresql-typed] | ^^^^^^^^^^^^^^^
345.25 s
[postgresql-typed] 50% ( 2 / 4) in 'Database.PostgreSQL.Typed.Inet'
345.25 s
[postgresql-typed] Missing documentation for:
345.25 s
[postgresql-typed] PGInet (Database/PostgreSQL/Typed/Inet.hs:29)
345.25 s
[postgresql-typed] sockAddrPGInet (Database/PostgreSQL/Typed/Inet.hs:40)
345.58 s
[postgresql-typed] 81% ( 9 / 11) in 'Database.PostgreSQL.Typed.Dynamic'
345.58 s
[postgresql-typed] Missing documentation for:
345.58 s
[postgresql-typed] pgTypeOf (Database/PostgreSQL/Typed/Dynamic.hs:61)
345.58 s
[postgresql-typed] pgTypeOfProxy (Database/PostgreSQL/Typed/Dynamic.hs:64)
345.59 s
[postgresql-typed]
345.59 s
[postgresql-typed] Database/PostgreSQL/Typed/Dynamic.hs:36:1: warning : [ -Wunused-imports ]
345.59 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
345.59 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
345.59 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
345.59 s
[postgresql-typed] |
345.59 s
[postgresql-typed] 36 | import Data.Monoid ((<>))
345.59 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
345.87 s
[postgresql-typed] Warning: 'pgFinish' is out of scope.
345.87 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
345.87 s
[postgresql-typed] 84% ( 37 / 44) in 'Database.PostgreSQL.Typed.Protocol'
345.87 s
[postgresql-typed] Missing documentation for:
345.87 s
[postgresql-typed] PGTlsMode (Database/PostgreSQL/Typed/Protocol.hs:156)
345.87 s
[postgresql-typed] PGTlsValidateMode (Database/PostgreSQL/Typed/Protocol.hs:147)
345.87 s
[postgresql-typed] PGPreparedStatement (Database/PostgreSQL/Typed/Protocol.hs:201)
345.87 s
[postgresql-typed] PGColDescription (Database/PostgreSQL/Typed/Protocol.hs:262)
345.87 s
[postgresql-typed] PGRowDescription (Database/PostgreSQL/Typed/Protocol.hs:271)
345.87 s
[postgresql-typed] PGNotification (Database/PostgreSQL/Typed/Protocol.hs:275)
345.87 s
[postgresql-typed] pgSupportsTls (Database/PostgreSQL/Typed/Protocol.hs:171)
346.19 s
[postgresql-typed]
346.27 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:96:1: warning : [ -Wunused-imports ]
346.27 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
346.27 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
346.27 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
346.27 s
[postgresql-typed] |
346.27 s
[postgresql-typed] 96 | import Data.Monoid ((<>))
346.27 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
346.27 s
[postgresql-typed]
346.27 s
[postgresql-typed] Database/PostgreSQL/Typed/Protocol.hs:127:1: warning : [ -Wunused-imports ]
346.27 s
[postgresql-typed] The import of ‘IOError, ioError’
346.27 s
[postgresql-typed] from module ‘System.IO.Error’ is redundant
346.27 s
[postgresql-typed] |
346.27 s
[postgresql-typed] 127 | import System.IO.Error (IOError, mkIOError, eofErrorType, ioError, ioeSetErrorString)
346.27 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
347.34 s
[postgresql-typed] 90% ( 10 / 11) in 'Database.PostgreSQL.Typed.TH'
347.34 s
[postgresql-typed] Missing documentation for:
347.34 s
[postgresql-typed] TPGValueInfo (Database/PostgreSQL/Typed/TH.hs:146)
347.50 s
[postgresql-typed] Warning: 'pgTypeID' is out of scope.
347.50 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
347.50 s
[postgresql-typed] 100% ( 2 / 2) in 'Database.PostgreSQL.Typed.Relation'
347.55 s
[postgresql-typed] Warning: 'ByteString' is out of scope.
347.55 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
347.55 s
[postgresql-typed] 85% ( 12 / 14) in 'Database.PostgreSQL.Typed.Query'
347.56 s
[postgresql-typed] Missing documentation for:
347.56 s
[postgresql-typed] Module header
347.56 s
[postgresql-typed] PGQuery (Database/PostgreSQL/Typed/Query.hs:46)
347.79 s
[postgresql-typed] Warning: 'onException' is out of scope.
347.79 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
347.79 s
[postgresql-typed] Warning: 'MonadPeelIO' is out of scope.
347.79 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
347.79 s
[postgresql-typed] 80% ( 8 / 10) in 'Database.PostgreSQL.Typed.TemplatePG'
347.79 s
[postgresql-typed] Missing documentation for:
347.79 s
[postgresql-typed] PGException (Database/PostgreSQL/Typed/TemplatePG.hs:102)
347.79 s
[postgresql-typed] pgConnect (Database/PostgreSQL/Typed/TemplatePG.hs:114)
347.82 s
[postgresql-typed] Warning: 'Int32' is out of scope.
347.82 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
347.82 s
[postgresql-typed] Warning: 'PGParameter' is out of scope.
347.82 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
347.82 s
[postgresql-typed] Warning: 'PGColumn' is out of scope.
347.82 s
[postgresql-typed] If you qualify the identifier, haddock can try to link it anyway.
347.82 s
[postgresql-typed] 97% ( 34 / 35) in 'Database.PostgreSQL.Typed'
347.82 s
[postgresql-typed] Missing documentation for:
347.82 s
[postgresql-typed] Module header
347.87 s
[postgresql-typed] 100% ( 3 / 3) in 'Database.PostgreSQL.Typed.Enum'
348.00 s
[postgresql-typed] 100% ( 3 / 3) in 'Database.PostgreSQL.Typed.Array'
348.06 s
[http-client-tls] Phase: haddockPhase
348.15 s
[jwt] Phase: haddockPhase
348.21 s
[http-client-tls] Preprocessing library for http-client-tls-0.3.6.4..
348.21 s
[http-client-tls] Running Haddock on library for http-client-tls-0.3.6.4..
348.21 s
[http-client-tls] Warning: The documentation for the following packages are not installed. No
348.21 s
[http-client-tls] links will be generated to these packages: vector-0.13.2.0
348.28 s
[http-client-tls] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
348.30 s
[jwt] Preprocessing library for jwt-0.11.0..
348.30 s
[jwt] Running Haddock on library for jwt-0.11.0..
348.31 s
[jwt] Warning: The documentation for the following packages are not installed. No
348.31 s
[jwt] links will be generated to these packages: vector-0.13.2.0
348.31 s
[postgresql-typed]
348.31 s
[postgresql-typed] Database/PostgreSQL/Typed/Array.hs:27:1: warning : [ -Wunused-imports ]
348.31 s
[postgresql-typed] The import of ‘Data.Monoid’ is redundant
348.31 s
[postgresql-typed] except perhaps to import instances from ‘Data.Monoid’
348.31 s
[postgresql-typed] To import instances alone, use: import Data.Monoid()
348.31 s
[postgresql-typed] |
348.31 s
[postgresql-typed] 27 | import Data.Monoid ((<>))
348.31 s
[postgresql-typed] | ^^^^^^^^^^^^^^^^^^^^^^^^^
348.36 s
[jwt] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
348.37 s
[postgresql-typed] 100% ( 8 / 8) in 'Database.PostgreSQL.Typed.HDBC'
348.71 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.Types: could not find link destinations for:
348.71 s
[postgresql-typed] - Data.Attoparsec.ByteString.Internal.Parser
348.71 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGBinaryValue
348.71 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGTextValue
348.72 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.Range: could not find link destinations for:
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGBinaryValue
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGTextValue
348.72 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.Inet: could not find link destinations for:
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGBinaryValue
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGTextValue
348.72 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.Protocol: could not find link destinations for:
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Protocol.ErrorResponse
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Protocol.SimpleQuery
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Protocol.MessageFields
348.72 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.TH: could not find link destinations for:
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.TypeCache.PGTypeConnection
348.72 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.Query: could not find link destinations for:
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Query.QueryParser
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Query.PreparedQuery
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Query.SimpleQuery
348.72 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.TemplatePG: could not find link destinations for:
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.TemplatePG.PortID
348.72 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed: could not find link destinations for:
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Protocol.ErrorResponse
348.72 s
[postgresql-typed] - Database.PostgreSQL.Typed.Protocol.MessageFields
348.73 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.Array: could not find link destinations for:
348.73 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGBinaryValue
348.73 s
[postgresql-typed] - Database.PostgreSQL.Typed.Types.PGTextValue
348.73 s
[postgresql-typed] Warning: Database.PostgreSQL.Typed.HDBC: could not find link destinations for:
348.73 s
[postgresql-typed] - Database.PostgreSQL.Typed.HDBC.connectionPG
349.02 s
[http-client-tls] 100% ( 15 / 15) in 'Network.HTTP.Client.TLS'
349.23 s
[jwt] Warning: 'HMACSecret' is out of scope.
349.23 s
[jwt] If you qualify the identifier, haddock can try to link it anyway.
349.23 s
[jwt] Warning: ':' is out of scope.
349.23 s
[jwt] If you qualify the identifier, haddock can try to link it anyway.
349.24 s
[jwt] 86% ( 39 / 45) in 'Web.JWT'
349.24 s
[jwt] Missing documentation for:
349.24 s
[jwt] Signature (src/Web/JWT.hs:123)
349.24 s
[jwt] VerifySigner (src/Web/JWT.hs:116)
349.24 s
[jwt] EncodeSigner (src/Web/JWT.hs:120)
349.24 s
[jwt] Algorithm (src/Web/JWT.hs:182)
349.24 s
[jwt] ClaimsMap (src/Web/JWT.hs:545)
349.24 s
[jwt] JWTHeader (src/Web/JWT.hs:114)
350.83 s
[openapi3] Documentation created: dist/doc/html/openapi3/,
350.83 s
[openapi3] dist/doc/html/openapi3/openapi3.txt
350.89 s
[openapi3] Preprocessing test suite 'spec' for openapi3-3.2.4..
350.89 s
[openapi3] Preprocessing executable 'example' for openapi3-3.2.4..
350.89 s
[openapi3] Preprocessing test suite 'doctests' for openapi3-3.2.4..
350.90 s
[openapi3] haddockPhase completed in 32 seconds
350.90 s
[openapi3] Phase: installPhase
351.05 s
[openapi3] Installing library in /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
352.20 s
[openapi3] Installing executable example in /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/bin
352.25 s
[openapi3] Warning: The directory
352.25 s
[openapi3] /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/bin is not in the
352.25 s
[openapi3] system search path.
352.59 s
[openapi3] Phase: fixupPhase
352.60 s
[openapi3] shrinking RPATHs of ELF executables and libraries in /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4
352.60 s
[openapi3] shrinking /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/bin/example
352.61 s
[openapi3] shrinking /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSopenapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT-ghc9.6.7.so
352.66 s
[openapi3] checking for references to /build/ in /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4...
352.69 s
[openapi3] patching script interpreter paths in /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4
352.69 s
[openapi3] stripping (with command strip and flags -S -p) in /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/lib /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4/bin
353.58 s
[openapi3] shrinking RPATHs of ELF executables and libraries in /nix/store/5wfnf748ysv1wlg1h7gjjdg1wvhypvyq-openapi3-3.2.4-doc
353.59 s
[openapi3] checking for references to /build/ in /nix/store/5wfnf748ysv1wlg1h7gjjdg1wvhypvyq-openapi3-3.2.4-doc...
353.62 s
[openapi3] patching script interpreter paths in /nix/store/5wfnf748ysv1wlg1h7gjjdg1wvhypvyq-openapi3-3.2.4-doc
353.74 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4 /nix/store/5wfnf748ysv1wlg1h7gjjdg1wvhypvyq-openapi3-3.2.4-doc
353.78 s
[post-build-hook] copying 2 paths...
353.78 s
[post-build-hook] copying path '/nix/store/5wfnf748ysv1wlg1h7gjjdg1wvhypvyq-openapi3-3.2.4-doc' to 'https://cache.staging.nix-ci.com'...
355.18 s
[post-build-hook] copying path '/nix/store/5mdyn2g9bkdr2fqfhg97kcl36xbfap9c-openapi3-3.2.4' to 'https://cache.staging.nix-ci.com'...
369.28 s
[post-build-hook] copying 4 paths...
369.30 s
[post-build-hook] copying path '/nix/store/4w4dq9ljyglnv7hlc4xyzi1s0s2pjcrm-openapi3-3.2.4-r3.cabal.drv' to 'https://cache.staging.nix-ci.com'...
369.30 s
[post-build-hook] copying path '/nix/store/9dd3wf3c4rcpw6j8jh5dalwy939mx38a-cabal-doctest-1.0.12.drv' to 'https://cache.staging.nix-ci.com'...
369.30 s
[post-build-hook] copying path '/nix/store/icb5q43i0w3kny0hcprwa4dzpa6kr3aj-openapi3-3.2.4.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
369.48 s
[post-build-hook] copying path '/nix/store/15vdzxhy6qf4c0sqapq9pisy4fk6psi8-openapi3-3.2.4.drv' to 'https://cache.staging.nix-ci.com'...
369.79 s
Progress: 51 of 72 built (3 building)
369.79 s
[postgresql-typed] Documentation created: dist/doc/html/postgresql-typed/,
369.79 s
[postgresql-typed] dist/doc/html/postgresql-typed/postgresql-typed.txt
369.79 s
[postgresql-typed] Phase: installPhase
369.79 s
[postgresql-typed] Installing library in /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
369.79 s
[postgresql-typed] Phase: fixupPhase
369.79 s
[postgresql-typed] shrinking RPATHs of ELF executables and libraries in /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5
369.79 s
[postgresql-typed] shrinking /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSpostgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa-ghc9.6.7.so
369.79 s
[postgresql-typed] checking for references to /build/ in /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5...
369.79 s
[postgresql-typed] patching script interpreter paths in /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5
369.79 s
[postgresql-typed] stripping (with command strip and flags -S -p) in /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5/lib
369.79 s
[postgresql-typed] shrinking RPATHs of ELF executables and libraries in /nix/store/rwdkjn9q8y07804shp6fb5m535s96gsf-postgresql-typed-0.6.2.5-doc
369.79 s
[postgresql-typed] checking for references to /build/ in /nix/store/rwdkjn9q8y07804shp6fb5m535s96gsf-postgresql-typed-0.6.2.5-doc...
369.79 s
[postgresql-typed] patching script interpreter paths in /nix/store/rwdkjn9q8y07804shp6fb5m535s96gsf-postgresql-typed-0.6.2.5-doc
369.79 s
[jwt] Documentation created: dist/doc/html/jwt/, dist/doc/html/jwt/jwt.txt
369.79 s
[jwt] Phase: installPhase
369.79 s
[jwt] Installing library in /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
369.79 s
[jwt] Phase: fixupPhase
369.79 s
[jwt] shrinking RPATHs of ELF executables and libraries in /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0
369.79 s
[jwt] shrinking /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSjwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR-ghc9.6.7.so
369.79 s
[jwt] checking for references to /build/ in /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0...
369.79 s
[jwt] patching script interpreter paths in /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0
369.79 s
[jwt] stripping (with command strip and flags -S -p) in /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0/lib
369.79 s
[jwt] shrinking RPATHs of ELF executables and libraries in /nix/store/q1incizcl146qf729y8fjsyxzbmf0ynd-jwt-0.11.0-doc
369.79 s
[jwt] checking for references to /build/ in /nix/store/q1incizcl146qf729y8fjsyxzbmf0ynd-jwt-0.11.0-doc...
369.79 s
[jwt] patching script interpreter paths in /nix/store/q1incizcl146qf729y8fjsyxzbmf0ynd-jwt-0.11.0-doc
369.79 s
[http-client-tls] Documentation created: dist/doc/html/http-client-tls/,
369.79 s
[http-client-tls] dist/doc/html/http-client-tls/http-client-tls.txt
369.79 s
[http-client-tls] Phase: installPhase
369.79 s
[http-client-tls] Installing library in /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
369.79 s
[http-client-tls] Phase: fixupPhase
369.79 s
[http-client-tls] shrinking RPATHs of ELF executables and libraries in /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4
369.79 s
[http-client-tls] shrinking /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHShttp-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa-ghc9.6.7.so
369.79 s
[http-client-tls] checking for references to /build/ in /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4...
369.79 s
[http-client-tls] patching script interpreter paths in /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4
369.79 s
[http-client-tls] stripping (with command strip and flags -S -p) in /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4/lib
369.79 s
[http-client-tls] shrinking RPATHs of ELF executables and libraries in /nix/store/z0179fchpfg9rmhr2sh07qnlcgclq0y4-http-client-tls-0.3.6.4-doc
369.79 s
[http-client-tls] checking for references to /build/ in /nix/store/z0179fchpfg9rmhr2sh07qnlcgclq0y4-http-client-tls-0.3.6.4-doc...
369.79 s
[http-client-tls] patching script interpreter paths in /nix/store/z0179fchpfg9rmhr2sh07qnlcgclq0y4-http-client-tls-0.3.6.4-doc
369.81 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4 /nix/store/z0179fchpfg9rmhr2sh07qnlcgclq0y4-http-client-tls-0.3.6.4-doc
369.85 s
[post-build-hook] copying 2 paths...
369.85 s
[post-build-hook] copying path '/nix/store/z0179fchpfg9rmhr2sh07qnlcgclq0y4-http-client-tls-0.3.6.4-doc' to 'https://cache.staging.nix-ci.com'...
370.29 s
[post-build-hook] copying path '/nix/store/wp10vbbihqmlq44bkippbyw5q86j7bxj-http-client-tls-0.3.6.4' to 'https://cache.staging.nix-ci.com'...
370.96 s
[post-build-hook] copying 1 paths...
370.96 s
[post-build-hook] copying path '/nix/store/pwpdbdskif2wvr623cqgjl3533rb3slz-http-client-tls-0.3.6.4.drv' to 'https://cache.staging.nix-ci.com'...
371.19 s
Progress: 52 of 72 built (2 building)
371.22 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0 /nix/store/q1incizcl146qf729y8fjsyxzbmf0ynd-jwt-0.11.0-doc
371.26 s
[post-build-hook] copying 2 paths...
371.26 s
[post-build-hook] copying path '/nix/store/q1incizcl146qf729y8fjsyxzbmf0ynd-jwt-0.11.0-doc' to 'https://cache.staging.nix-ci.com'...
371.55 s
[post-build-hook] copying path '/nix/store/nklkb7c4cvl6k831nsjr9z1a0a3m43rm-jwt-0.11.0' to 'https://cache.staging.nix-ci.com'...
372.54 s
[post-build-hook] copying 3 paths...
372.54 s
[post-build-hook] copying path '/nix/store/090y6hd30wih7sj5ybygkfv8iv1bg95y-jwt-0.11.0-r1.cabal.drv' to 'https://cache.staging.nix-ci.com'...
372.54 s
[post-build-hook] copying path '/nix/store/l2h2ac8hywdyxfg809nccyd9k2mdf2x9-jwt-0.11.0.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
372.70 s
[post-build-hook] copying path '/nix/store/kb2lv76l0zhp4vmi6i89kh6asacgwn0n-jwt-0.11.0.drv' to 'https://cache.staging.nix-ci.com'...
372.97 s
Progress: 53 of 73 built (1 building)
373.02 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/rwdkjn9q8y07804shp6fb5m535s96gsf-postgresql-typed-0.6.2.5-doc /nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5
373.06 s
[post-build-hook] copying 2 paths...
373.06 s
[post-build-hook] copying path '/nix/store/rwdkjn9q8y07804shp6fb5m535s96gsf-postgresql-typed-0.6.2.5-doc' to 'https://cache.staging.nix-ci.com'...
374.03 s
[post-build-hook] copying path '/nix/store/s06la5622wfjqfsyigvldyp4xc3s2iv1-postgresql-typed-0.6.2.5' to 'https://cache.staging.nix-ci.com'...
380.49 s
[post-build-hook] copying 2 paths...
380.51 s
[post-build-hook] copying path '/nix/store/xv6pbjcadyg0dvbw36605m4ylb6gz1yh-postgresql-typed-0.6.2.5.tar.gz.drv' to 'https://cache.staging.nix-ci.com'...
380.67 s
[post-build-hook] copying path '/nix/store/i3wnch8vcxmsx4a9af1fwxy72m97bxqh-postgresql-typed-0.6.2.5.drv' to 'https://cache.staging.nix-ci.com'...
381.05 s
Progress: 54 of 74 built
381.14 s
Waiting for lock on github-0.30.0.1-doc
381.15 s
Waiting for lock on http-conduit-2.3.9.1-doc
381.15 s
Waiting for lock on prometheus-2.3.0-doc
381.15 s
Waiting for lock on wreq-0.5.4.3-doc
401.22 s
Waiting for lock on amazonka-core-2.0-unstable-2025-04-16-doc
401.25 s
Waiting for lock on oauth2-simple
401.25 s
Waiting for lock on vcr
421.26 s
Waiting for lock on servant-auth-server
431.29 s
Waiting for lock on hpack-0.38.3-doc
506.38 s
Waiting for lock on amazonka-test-2.0-unstable-2025-04-16-doc
566.50 s
Waiting for lock on amazonka-s3-2.0-unstable-2025-04
566.52 s
Waiting for lock on amazonka-sso-2.0-unstable-2025-04
566.52 s
Waiting for lock on amazonka-sts-2.0-unstable-2025-04
566.52 s
Waiting for lock on github-app
566.52 s
Waiting for lock on servant-github-webhook
616.60 s
Waiting for lock on amazonka-2.0-unstable-2025-04
741.83 s
Building garnix
742.97 s
[garnix] Phase: setupCompilerEnvironmentPhase
742.97 s
[garnix] Build with /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7.
743.75 s
[garnix] Phase: unpackPhase
743.75 s
[garnix] unpacking source archive /nix/store/kqlxjw22rg5cnfdwwbj1dlc930f667ay-source
743.77 s
[garnix] source root is source
743.78 s
[garnix] Phase: patchPhase
743.79 s
[garnix] Phase: compileBuildDriverPhase
743.80 s
[garnix] setupCompileFlags: -package-db=/build/tmp.4hLnstS7JO/setup-package.conf.d -threaded
743.86 s
[garnix] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.4hLnstS7JO/Main.o )
743.92 s
[garnix] [2 of 2] Linking Setup
745.43 s
[garnix] Phase: updateAutotoolsGnuConfigScriptsPhase
745.45 s
[garnix] Phase: configurePhase
745.46 s
[garnix] configureFlags: --verbose --prefix=/nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.4hLnstS7JO/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/lib
745.47 s
[garnix] Using Parsec parser
745.47 s
[garnix] Configuring garnix-0.1.0.0...
746.18 s
[garnix] Warning: 'ghc-options: -rtsopts' has no effect for libraries. It should only
746.18 s
[garnix] be used for executables.
746.18 s
[garnix] Warning: 'ghc-options: -with-rtsopts' has no effect for libraries. It should
746.18 s
[garnix] only be used for executables.
746.18 s
[garnix] Dependency aeson: using aeson-2.2.3.0
746.18 s
[garnix] Dependency aeson-pretty: using aeson-pretty-0.8.10
746.18 s
[garnix] Dependency aeson-qq: using aeson-qq-0.8.4
746.18 s
[garnix] Dependency amazonka: using amazonka-2.0
746.18 s
[garnix] Dependency amazonka-s3: using amazonka-s3-2.0
746.18 s
[garnix] Dependency attoparsec: using attoparsec-0.14.4
746.18 s
[garnix] Dependency auto-update: using auto-update-0.2.6
746.18 s
[garnix] Dependency autodocodec: using autodocodec-0.5.0.0
746.18 s
[garnix] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
746.18 s
[garnix] Dependency base >=4.7 && <5: using base-4.18.3.0
746.18 s
[garnix] Dependency base64-bytestring: using base64-bytestring-1.2.1.0
746.18 s
[garnix] Dependency bytestring: using bytestring-0.11.5.4
746.18 s
[garnix] Dependency casing: using casing-0.1.4.1
746.18 s
[garnix] Dependency containers: using containers-0.6.7
746.18 s
[garnix] Dependency cookie: using cookie-0.5.1
746.18 s
[garnix] Dependency cradle: using cradle-0.0.0.0
746.18 s
[garnix] Dependency crypton: using crypton-1.0.4
746.18 s
[garnix] Dependency data-default-class: using data-default-class-0.2.0.0
746.18 s
[garnix] Dependency directory: using directory-1.3.8.5
746.18 s
[garnix] Dependency exceptions: using exceptions-0.10.7
746.18 s
[garnix] Dependency extra: using extra-1.8.1
746.18 s
[garnix] Dependency fast-logger: using fast-logger-3.2.6
746.18 s
[garnix] Dependency file-embed: using file-embed-0.0.16.0
746.18 s
[garnix] Dependency filepath: using filepath-1.4.301.0
746.18 s
[garnix] Dependency format-numbers: using format-numbers-0.1.0.1
746.18 s
[garnix] Dependency generic-lens: using generic-lens-2.2.2.0
746.18 s
[garnix] Dependency generics-eot: using generics-eot-0.4.0.1
746.18 s
[garnix] Dependency getopt-generics: using getopt-generics-0.13.1.0
746.18 s
[garnix] Dependency github: using github-0.30.0.1
746.18 s
[garnix] Dependency github-app: using github-app-0.0.1
746.18 s
[garnix] Dependency github-webhooks: using github-webhooks-0.17.0
746.18 s
[garnix] Dependency hashable: using hashable-1.5.0.0
746.18 s
[garnix] Dependency hashids: using hashids-1.1.1.0
746.18 s
[garnix] Dependency hashtables: using hashtables-1.4.2
746.18 s
[garnix] Dependency http-client: using http-client-0.7.19
746.18 s
[garnix] Dependency http-client-tls: using http-client-tls-0.3.6.4
746.18 s
[garnix] Dependency http-conduit: using http-conduit-2.3.9.1
746.18 s
[garnix] Dependency http-media: using http-media-0.8.1.1
746.18 s
[garnix] Dependency http-types: using http-types-0.12.4
746.18 s
[garnix] Dependency interpolate: using interpolate-0.2.1
746.18 s
[garnix] Dependency iso-deriving: using iso-deriving-0.0.8
746.18 s
[garnix] Dependency jose: using jose-0.11
746.18 s
[garnix] Dependency jwt: using jwt-0.11.0
746.18 s
[garnix] Dependency lens: using lens-5.3.5
746.18 s
[garnix] Dependency lens-aeson: using lens-aeson-1.2.3
746.18 s
[garnix] Dependency lens-regex-pcre: using lens-regex-pcre-1.1.2.0
746.18 s
[garnix] Dependency lifted-async: using lifted-async-0.10.2.7
746.18 s
[garnix] Dependency lifted-base: using lifted-base-0.2.3.12
746.18 s
[garnix] Dependency monad-control: using monad-control-1.0.3.1
746.18 s
[garnix] Dependency mtl: using mtl-2.3.1
746.18 s
[garnix] Dependency network-uri: using network-uri-2.6.4.2
746.18 s
[garnix] Dependency nix-derivation: using nix-derivation-1.1.3
746.18 s
[garnix] Dependency oauth2-simple: using oauth2-simple-0.1.1.0
746.18 s
[garnix] Dependency openapi3: using openapi3-3.2.4
746.18 s
[garnix] Dependency postgresql-typed: using postgresql-typed-0.6.2.5
746.18 s
[garnix] Dependency pretty-show: using pretty-show-1.10
746.18 s
[garnix] Dependency prettyprinter: using prettyprinter-1.7.1
746.18 s
[garnix] Dependency process: using process-1.6.19.0
746.18 s
[garnix] Dependency prometheus: using prometheus-2.3.0
746.18 s
[garnix] Dependency random: using random-1.2.1.3
746.18 s
[garnix] Dependency resource-pool: using resource-pool-0.4.0.0
746.18 s
[garnix] Dependency resourcet: using resourcet-1.3.0
746.18 s
[garnix] Dependency retry: using retry-0.9.3.1
746.18 s
[garnix] Dependency row-types: using row-types-1.0.1.2
746.18 s
[garnix] Dependency row-types-aeson: using row-types-aeson-1.1.0.0
746.18 s
[garnix] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
746.18 s
[garnix] Dependency servant: using servant-0.20.3.0
746.18 s
[garnix] Dependency servant-auth: using servant-auth-0.4.2.0
746.18 s
[garnix] Dependency servant-auth-server: using servant-auth-server-0.4.9.1
746.18 s
[garnix] Dependency servant-github-webhook: using servant-github-webhook-0.4.2.0
746.18 s
[garnix] Dependency servant-rawm: using servant-rawm-1.0.0.0
746.18 s
[garnix] Dependency servant-rawm-server: using servant-rawm-server-1.0.0.1
746.18 s
[garnix] Dependency servant-server: using servant-server-0.20.3.0
746.18 s
[garnix] Dependency shake: using shake-0.19.8
746.18 s
[garnix] Dependency stm: using stm-2.5.1.0
746.18 s
[garnix] Dependency streaming: using streaming-0.2.4.0
746.18 s
[garnix] Dependency streaming-bytestring: using streaming-bytestring-0.3.4
746.18 s
[garnix] Dependency string-conversions: using string-conversions-0.4.0.1
746.18 s
[garnix] Dependency strip-ansi-escape: using strip-ansi-escape-0.1.0.0
746.18 s
[garnix] Dependency stripe-concepts: using stripe-concepts-1.0.3.4
746.18 s
[garnix] Dependency stripe-signature: using stripe-signature-1.0.0.17
746.18 s
[garnix] Dependency systemd: using systemd-2.4.0
746.18 s
[garnix] Dependency tagged: using tagged-0.8.9
746.19 s
[garnix] Dependency template-haskell: using template-haskell-2.20.0.0
746.19 s
[garnix] Dependency temporary: using temporary-1.3
746.19 s
[garnix] Dependency text: using text-2.0.2
746.19 s
[garnix] Dependency time: using time-1.12.2
746.19 s
[garnix] Dependency tls: using tls-2.1.8
746.19 s
[garnix] Dependency transformers-base: using transformers-base-0.4.6
746.19 s
[garnix] Dependency typed-process: using typed-process-0.2.13.0
746.19 s
[garnix] Dependency unix: using unix-2.8.6.0
746.19 s
[garnix] Dependency unordered-containers: using unordered-containers-0.2.20.1
746.19 s
[garnix] Dependency uuid: using uuid-1.3.16
746.19 s
[garnix] Dependency vector: using vector-0.13.2.0
746.19 s
[garnix] Dependency wai: using wai-3.2.4
746.19 s
[garnix] Dependency wai-app-static: using wai-app-static-3.1.9
746.19 s
[garnix] Dependency wai-extra: using wai-extra-3.1.18
746.19 s
[garnix] Dependency warp: using warp-3.4.9
746.19 s
[garnix] Dependency wreq: using wreq-0.5.4.3
746.19 s
[garnix] Dependency yaml: using yaml-0.11.11.2
746.19 s
[garnix] Dependency aeson: using aeson-2.2.3.0
746.19 s
[garnix] Dependency aeson-pretty: using aeson-pretty-0.8.10
746.19 s
[garnix] Dependency aeson-qq: using aeson-qq-0.8.4
746.19 s
[garnix] Dependency amazonka: using amazonka-2.0
746.19 s
[garnix] Dependency amazonka-s3: using amazonka-s3-2.0
746.19 s
[garnix] Dependency attoparsec: using attoparsec-0.14.4
746.19 s
[garnix] Dependency auto-update: using auto-update-0.2.6
746.19 s
[garnix] Dependency autodocodec: using autodocodec-0.5.0.0
746.19 s
[garnix] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
746.19 s
[garnix] Dependency base >=4.7 && <5: using base-4.18.3.0
746.19 s
[garnix] Dependency base64-bytestring: using base64-bytestring-1.2.1.0
746.19 s
[garnix] Dependency bytestring: using bytestring-0.11.5.4
746.19 s
[garnix] Dependency casing: using casing-0.1.4.1
746.19 s
[garnix] Dependency containers: using containers-0.6.7
746.19 s
[garnix] Dependency cookie: using cookie-0.5.1
746.19 s
[garnix] Dependency cradle: using cradle-0.0.0.0
746.19 s
[garnix] Dependency crypton: using crypton-1.0.4
746.19 s
[garnix] Dependency data-default-class: using data-default-class-0.2.0.0
746.19 s
[garnix] Dependency directory: using directory-1.3.8.5
746.19 s
[garnix] Dependency exceptions: using exceptions-0.10.7
746.19 s
[garnix] Dependency extra: using extra-1.8.1
746.19 s
[garnix] Dependency fast-logger: using fast-logger-3.2.6
746.19 s
[garnix] Dependency file-embed: using file-embed-0.0.16.0
746.19 s
[garnix] Dependency filepath: using filepath-1.4.301.0
746.19 s
[garnix] Dependency format-numbers: using format-numbers-0.1.0.1
746.19 s
[garnix] Dependency garnix: using garnix-0.1.0.0
746.19 s
[garnix] Dependency generic-lens: using generic-lens-2.2.2.0
746.19 s
[garnix] Dependency generics-eot: using generics-eot-0.4.0.1
746.19 s
[garnix] Dependency getopt-generics: using getopt-generics-0.13.1.0
746.19 s
[garnix] Dependency github: using github-0.30.0.1
746.19 s
[garnix] Dependency github-app: using github-app-0.0.1
746.19 s
[garnix] Dependency github-webhooks: using github-webhooks-0.17.0
746.19 s
[garnix] Dependency hashable: using hashable-1.5.0.0
746.19 s
[garnix] Dependency hashids: using hashids-1.1.1.0
746.19 s
[garnix] Dependency hashtables: using hashtables-1.4.2
746.19 s
[garnix] Dependency http-client: using http-client-0.7.19
746.19 s
[garnix] Dependency http-client-tls: using http-client-tls-0.3.6.4
746.19 s
[garnix] Dependency http-conduit: using http-conduit-2.3.9.1
746.19 s
[garnix] Dependency http-media: using http-media-0.8.1.1
746.19 s
[garnix] Dependency http-types: using http-types-0.12.4
746.19 s
[garnix] Dependency interpolate: using interpolate-0.2.1
746.19 s
[garnix] Dependency iso-deriving: using iso-deriving-0.0.8
746.19 s
[garnix] Dependency jose: using jose-0.11
746.19 s
[garnix] Dependency jwt: using jwt-0.11.0
746.19 s
[garnix] Dependency lens: using lens-5.3.5
746.19 s
[garnix] Dependency lens-aeson: using lens-aeson-1.2.3
746.19 s
[garnix] Dependency lens-regex-pcre: using lens-regex-pcre-1.1.2.0
746.19 s
[garnix] Dependency lifted-async: using lifted-async-0.10.2.7
746.19 s
[garnix] Dependency lifted-base: using lifted-base-0.2.3.12
746.19 s
[garnix] Dependency monad-control: using monad-control-1.0.3.1
746.19 s
[garnix] Dependency mtl: using mtl-2.3.1
746.19 s
[garnix] Dependency network-uri: using network-uri-2.6.4.2
746.19 s
[garnix] Dependency nix-derivation: using nix-derivation-1.1.3
746.19 s
[garnix] Dependency oauth2-simple: using oauth2-simple-0.1.1.0
746.19 s
[garnix] Dependency openapi3: using openapi3-3.2.4
746.19 s
[garnix] Dependency postgresql-typed: using postgresql-typed-0.6.2.5
746.19 s
[garnix] Dependency pretty-show: using pretty-show-1.10
746.19 s
[garnix] Dependency prettyprinter: using prettyprinter-1.7.1
746.19 s
[garnix] Dependency process: using process-1.6.19.0
746.19 s
[garnix] Dependency prometheus: using prometheus-2.3.0
746.19 s
[garnix] Dependency random: using random-1.2.1.3
746.19 s
[garnix] Dependency resource-pool: using resource-pool-0.4.0.0
746.19 s
[garnix] Dependency resourcet: using resourcet-1.3.0
746.19 s
[garnix] Dependency retry: using retry-0.9.3.1
746.19 s
[garnix] Dependency row-types: using row-types-1.0.1.2
746.19 s
[garnix] Dependency row-types-aeson: using row-types-aeson-1.1.0.0
746.19 s
[garnix] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
746.19 s
[garnix] Dependency servant: using servant-0.20.3.0
746.19 s
[garnix] Dependency servant-auth: using servant-auth-0.4.2.0
746.19 s
[garnix] Dependency servant-auth-server: using servant-auth-server-0.4.9.1
746.19 s
[garnix] Dependency servant-github-webhook: using servant-github-webhook-0.4.2.0
746.19 s
[garnix] Dependency servant-rawm: using servant-rawm-1.0.0.0
746.19 s
[garnix] Dependency servant-rawm-server: using servant-rawm-server-1.0.0.1
746.19 s
[garnix] Dependency servant-server: using servant-server-0.20.3.0
746.19 s
[garnix] Dependency shake: using shake-0.19.8
746.19 s
[garnix] Dependency stm: using stm-2.5.1.0
746.19 s
[garnix] Dependency streaming: using streaming-0.2.4.0
746.19 s
[garnix] Dependency streaming-bytestring: using streaming-bytestring-0.3.4
746.19 s
[garnix] Dependency string-conversions: using string-conversions-0.4.0.1
746.19 s
[garnix] Dependency strip-ansi-escape: using strip-ansi-escape-0.1.0.0
746.19 s
[garnix] Dependency stripe-concepts: using stripe-concepts-1.0.3.4
746.19 s
[garnix] Dependency stripe-signature: using stripe-signature-1.0.0.17
746.19 s
[garnix] Dependency systemd: using systemd-2.4.0
746.19 s
[garnix] Dependency tagged: using tagged-0.8.9
746.19 s
[garnix] Dependency template-haskell: using template-haskell-2.20.0.0
746.19 s
[garnix] Dependency temporary: using temporary-1.3
746.19 s
[garnix] Dependency text: using text-2.0.2
746.19 s
[garnix] Dependency time: using time-1.12.2
746.19 s
[garnix] Dependency tls: using tls-2.1.8
746.19 s
[garnix] Dependency transformers-base: using transformers-base-0.4.6
746.19 s
[garnix] Dependency typed-process: using typed-process-0.2.13.0
746.19 s
[garnix] Dependency unix: using unix-2.8.6.0
746.19 s
[garnix] Dependency unordered-containers: using unordered-containers-0.2.20.1
746.19 s
[garnix] Dependency uuid: using uuid-1.3.16
746.19 s
[garnix] Dependency vector: using vector-0.13.2.0
746.19 s
[garnix] Dependency wai: using wai-3.2.4
746.19 s
[garnix] Dependency wai-app-static: using wai-app-static-3.1.9
746.19 s
[garnix] Dependency wai-extra: using wai-extra-3.1.18
746.19 s
[garnix] Dependency warp: using warp-3.4.9
746.19 s
[garnix] Dependency wreq: using wreq-0.5.4.3
746.19 s
[garnix] Dependency yaml: using yaml-0.11.11.2
746.19 s
[garnix] Dependency aeson: using aeson-2.2.3.0
746.19 s
[garnix] Dependency aeson-pretty: using aeson-pretty-0.8.10
746.19 s
[garnix] Dependency aeson-qq: using aeson-qq-0.8.4
746.19 s
[garnix] Dependency amazonka: using amazonka-2.0
746.19 s
[garnix] Dependency amazonka-s3: using amazonka-s3-2.0
746.19 s
[garnix] Dependency attoparsec: using attoparsec-0.14.4
746.19 s
[garnix] Dependency auto-update: using auto-update-0.2.6
746.19 s
[garnix] Dependency autodocodec: using autodocodec-0.5.0.0
746.19 s
[garnix] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
746.19 s
[garnix] Dependency autodocodec-yaml: using autodocodec-yaml-0.4.0.2
746.19 s
[garnix] Dependency base >=4.7 && <5: using base-4.18.3.0
746.19 s
[garnix] Dependency base64-bytestring: using base64-bytestring-1.2.1.0
746.19 s
[garnix] Dependency bytestring: using bytestring-0.11.5.4
746.19 s
[garnix] Dependency casing: using casing-0.1.4.1
746.19 s
[garnix] Dependency containers: using containers-0.6.7
746.19 s
[garnix] Dependency cookie: using cookie-0.5.1
746.19 s
[garnix] Dependency cradle: using cradle-0.0.0.0
746.19 s
[garnix] Dependency crypton: using crypton-1.0.4
746.19 s
[garnix] Dependency data-default-class: using data-default-class-0.2.0.0
746.19 s
[garnix] Dependency directory: using directory-1.3.8.5
746.19 s
[garnix] Dependency exceptions: using exceptions-0.10.7
746.19 s
[garnix] Dependency extra: using extra-1.8.1
746.19 s
[garnix] Dependency fast-logger: using fast-logger-3.2.6
746.19 s
[garnix] Dependency file-embed: using file-embed-0.0.16.0
746.19 s
[garnix] Dependency filepath: using filepath-1.4.301.0
746.19 s
[garnix] Dependency format-numbers: using format-numbers-0.1.0.1
746.19 s
[garnix] Dependency garnix: using garnix-0.1.0.0
746.19 s
[garnix] Dependency generic-lens: using generic-lens-2.2.2.0
746.19 s
[garnix] Dependency generics-eot: using generics-eot-0.4.0.1
746.19 s
[garnix] Dependency getopt-generics: using getopt-generics-0.13.1.0
746.19 s
[garnix] Dependency github: using github-0.30.0.1
746.19 s
[garnix] Dependency github-app: using github-app-0.0.1
746.19 s
[garnix] Dependency github-webhooks: using github-webhooks-0.17.0
746.19 s
[garnix] Dependency hashable: using hashable-1.5.0.0
746.19 s
[garnix] Dependency hashids: using hashids-1.1.1.0
746.19 s
[garnix] Dependency hashtables: using hashtables-1.4.2
746.19 s
[garnix] Dependency http-client: using http-client-0.7.19
746.19 s
[garnix] Dependency http-client-tls: using http-client-tls-0.3.6.4
746.19 s
[garnix] Dependency http-conduit: using http-conduit-2.3.9.1
746.19 s
[garnix] Dependency http-media: using http-media-0.8.1.1
746.19 s
[garnix] Dependency http-types: using http-types-0.12.4
746.19 s
[garnix] Dependency interpolate: using interpolate-0.2.1
746.19 s
[garnix] Dependency iso-deriving: using iso-deriving-0.0.8
746.19 s
[garnix] Dependency jose: using jose-0.11
746.19 s
[garnix] Dependency jwt: using jwt-0.11.0
746.19 s
[garnix] Dependency lens: using lens-5.3.5
746.19 s
[garnix] Dependency lens-aeson: using lens-aeson-1.2.3
746.19 s
[garnix] Dependency lens-regex-pcre: using lens-regex-pcre-1.1.2.0
746.19 s
[garnix] Dependency lifted-async: using lifted-async-0.10.2.7
746.19 s
[garnix] Dependency lifted-base: using lifted-base-0.2.3.12
746.19 s
[garnix] Dependency monad-control: using monad-control-1.0.3.1
746.19 s
[garnix] Dependency mtl: using mtl-2.3.1
746.19 s
[garnix] Dependency network-uri: using network-uri-2.6.4.2
746.19 s
[garnix] Dependency nix-derivation: using nix-derivation-1.1.3
746.19 s
[garnix] Dependency oauth2-simple: using oauth2-simple-0.1.1.0
746.19 s
[garnix] Dependency openapi3: using openapi3-3.2.4
746.19 s
[garnix] Dependency postgresql-typed: using postgresql-typed-0.6.2.5
746.19 s
[garnix] Dependency pretty-show: using pretty-show-1.10
746.19 s
[garnix] Dependency prettyprinter: using prettyprinter-1.7.1
746.19 s
[garnix] Dependency process: using process-1.6.19.0
746.19 s
[garnix] Dependency prometheus: using prometheus-2.3.0
746.19 s
[garnix] Dependency random: using random-1.2.1.3
746.19 s
[garnix] Dependency resource-pool: using resource-pool-0.4.0.0
746.19 s
[garnix] Dependency resourcet: using resourcet-1.3.0
746.19 s
[garnix] Dependency retry: using retry-0.9.3.1
746.19 s
[garnix] Dependency row-types: using row-types-1.0.1.2
746.19 s
[garnix] Dependency row-types-aeson: using row-types-aeson-1.1.0.0
746.19 s
[garnix] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
746.19 s
[garnix] Dependency servant: using servant-0.20.3.0
746.19 s
[garnix] Dependency servant-auth: using servant-auth-0.4.2.0
746.19 s
[garnix] Dependency servant-auth-server: using servant-auth-server-0.4.9.1
746.19 s
[garnix] Dependency servant-github-webhook: using servant-github-webhook-0.4.2.0
746.19 s
[garnix] Dependency servant-rawm: using servant-rawm-1.0.0.0
746.19 s
[garnix] Dependency servant-rawm-server: using servant-rawm-server-1.0.0.1
746.19 s
[garnix] Dependency servant-server: using servant-server-0.20.3.0
746.20 s
[garnix] Dependency shake: using shake-0.19.8
746.20 s
[garnix] Dependency stm: using stm-2.5.1.0
746.20 s
[garnix] Dependency streaming: using streaming-0.2.4.0
746.20 s
[garnix] Dependency streaming-bytestring: using streaming-bytestring-0.3.4
746.20 s
[garnix] Dependency string-conversions: using string-conversions-0.4.0.1
746.20 s
[garnix] Dependency strip-ansi-escape: using strip-ansi-escape-0.1.0.0
746.20 s
[garnix] Dependency stripe-concepts: using stripe-concepts-1.0.3.4
746.20 s
[garnix] Dependency stripe-signature: using stripe-signature-1.0.0.17
746.20 s
[garnix] Dependency systemd: using systemd-2.4.0
746.20 s
[garnix] Dependency tagged: using tagged-0.8.9
746.20 s
[garnix] Dependency template-haskell: using template-haskell-2.20.0.0
746.20 s
[garnix] Dependency temporary: using temporary-1.3
746.20 s
[garnix] Dependency text: using text-2.0.2
746.20 s
[garnix] Dependency time: using time-1.12.2
746.20 s
[garnix] Dependency tls: using tls-2.1.8
746.20 s
[garnix] Dependency transformers-base: using transformers-base-0.4.6
746.20 s
[garnix] Dependency typed-process: using typed-process-0.2.13.0
746.20 s
[garnix] Dependency unix: using unix-2.8.6.0
746.20 s
[garnix] Dependency unordered-containers: using unordered-containers-0.2.20.1
746.20 s
[garnix] Dependency uuid: using uuid-1.3.16
746.20 s
[garnix] Dependency vector: using vector-0.13.2.0
746.20 s
[garnix] Dependency wai: using wai-3.2.4
746.20 s
[garnix] Dependency wai-app-static: using wai-app-static-3.1.9
746.20 s
[garnix] Dependency wai-extra: using wai-extra-3.1.18
746.20 s
[garnix] Dependency warp: using warp-3.4.9
746.20 s
[garnix] Dependency wreq: using wreq-0.5.4.3
746.20 s
[garnix] Dependency yaml: using yaml-0.11.11.2
746.20 s
[garnix] Dependency aeson: using aeson-2.2.3.0
746.20 s
[garnix] Dependency aeson-pretty: using aeson-pretty-0.8.10
746.20 s
[garnix] Dependency aeson-qq: using aeson-qq-0.8.4
746.20 s
[garnix] Dependency amazonka: using amazonka-2.0
746.20 s
[garnix] Dependency amazonka-s3: using amazonka-s3-2.0
746.20 s
[garnix] Dependency attoparsec: using attoparsec-0.14.4
746.20 s
[garnix] Dependency auto-update: using auto-update-0.2.6
746.20 s
[garnix] Dependency autodocodec: using autodocodec-0.5.0.0
746.20 s
[garnix] Dependency autodocodec-schema: using autodocodec-schema-0.2.0.1
746.20 s
[garnix] Dependency base >=4.7 && <5: using base-4.18.3.0
746.20 s
[garnix] Dependency base64-bytestring: using base64-bytestring-1.2.1.0
746.20 s
[garnix] Dependency bytestring: using bytestring-0.11.5.4
746.20 s
[garnix] Dependency casing: using casing-0.1.4.1
746.20 s
[garnix] Dependency containers: using containers-0.6.7
746.20 s
[garnix] Dependency cookie: using cookie-0.5.1
746.20 s
[garnix] Dependency cradle: using cradle-0.0.0.0
746.20 s
[garnix] Dependency crypton: using crypton-1.0.4
746.20 s
[garnix] Dependency data-default-class: using data-default-class-0.2.0.0
746.20 s
[garnix] Dependency directory: using directory-1.3.8.5
746.20 s
[garnix] Dependency exceptions: using exceptions-0.10.7
746.20 s
[garnix] Dependency extra: using extra-1.8.1
746.20 s
[garnix] Dependency fast-logger: using fast-logger-3.2.6
746.20 s
[garnix] Dependency file-embed: using file-embed-0.0.16.0
746.20 s
[garnix] Dependency filepath: using filepath-1.4.301.0
746.20 s
[garnix] Dependency format-numbers: using format-numbers-0.1.0.1
746.20 s
[garnix] Dependency garnix: using garnix-0.1.0.0
746.20 s
[garnix] Dependency generic-lens: using generic-lens-2.2.2.0
746.20 s
[garnix] Dependency generics-eot: using generics-eot-0.4.0.1
746.20 s
[garnix] Dependency getopt-generics: using getopt-generics-0.13.1.0
746.20 s
[garnix] Dependency github: using github-0.30.0.1
746.20 s
[garnix] Dependency github-app: using github-app-0.0.1
746.20 s
[garnix] Dependency github-webhooks: using github-webhooks-0.17.0
746.20 s
[garnix] Dependency hashable: using hashable-1.5.0.0
746.20 s
[garnix] Dependency hashids: using hashids-1.1.1.0
746.20 s
[garnix] Dependency hashtables: using hashtables-1.4.2
746.20 s
[garnix] Dependency http-client: using http-client-0.7.19
746.20 s
[garnix] Dependency http-client-tls: using http-client-tls-0.3.6.4
746.20 s
[garnix] Dependency http-conduit: using http-conduit-2.3.9.1
746.20 s
[garnix] Dependency http-media: using http-media-0.8.1.1
746.20 s
[garnix] Dependency http-types: using http-types-0.12.4
746.20 s
[garnix] Dependency interpolate: using interpolate-0.2.1
746.20 s
[garnix] Dependency iso-deriving: using iso-deriving-0.0.8
746.20 s
[garnix] Dependency jose: using jose-0.11
746.20 s
[garnix] Dependency jwt: using jwt-0.11.0
746.20 s
[garnix] Dependency lens: using lens-5.3.5
746.20 s
[garnix] Dependency lens-aeson: using lens-aeson-1.2.3
746.20 s
[garnix] Dependency lens-regex-pcre: using lens-regex-pcre-1.1.2.0
746.20 s
[garnix] Dependency lifted-async: using lifted-async-0.10.2.7
746.20 s
[garnix] Dependency lifted-base: using lifted-base-0.2.3.12
746.20 s
[garnix] Dependency monad-control: using monad-control-1.0.3.1
746.20 s
[garnix] Dependency mtl: using mtl-2.3.1
746.20 s
[garnix] Dependency network-uri: using network-uri-2.6.4.2
746.20 s
[garnix] Dependency nix-derivation: using nix-derivation-1.1.3
746.20 s
[garnix] Dependency oauth2-simple: using oauth2-simple-0.1.1.0
746.20 s
[garnix] Dependency openapi3: using openapi3-3.2.4
746.20 s
[garnix] Dependency postgresql-typed: using postgresql-typed-0.6.2.5
746.20 s
[garnix] Dependency pretty-show: using pretty-show-1.10
746.20 s
[garnix] Dependency prettyprinter: using prettyprinter-1.7.1
746.20 s
[garnix] Dependency process: using process-1.6.19.0
746.20 s
[garnix] Dependency prometheus: using prometheus-2.3.0
746.20 s
[garnix] Dependency random: using random-1.2.1.3
746.20 s
[garnix] Dependency resource-pool: using resource-pool-0.4.0.0
746.20 s
[garnix] Dependency resourcet: using resourcet-1.3.0
746.20 s
[garnix] Dependency retry: using retry-0.9.3.1
746.20 s
[garnix] Dependency row-types: using row-types-1.0.1.2
746.20 s
[garnix] Dependency row-types-aeson: using row-types-aeson-1.1.0.0
746.20 s
[garnix] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
746.20 s
[garnix] Dependency servant: using servant-0.20.3.0
746.20 s
[garnix] Dependency servant-auth: using servant-auth-0.4.2.0
746.20 s
[garnix] Dependency servant-auth-server: using servant-auth-server-0.4.9.1
746.20 s
[garnix] Dependency servant-github-webhook: using servant-github-webhook-0.4.2.0
746.20 s
[garnix] Dependency servant-rawm: using servant-rawm-1.0.0.0
746.20 s
[garnix] Dependency servant-rawm-server: using servant-rawm-server-1.0.0.1
746.20 s
[garnix] Dependency servant-server: using servant-server-0.20.3.0
746.20 s
[garnix] Dependency shake: using shake-0.19.8
746.20 s
[garnix] Dependency stm: using stm-2.5.1.0
746.20 s
[garnix] Dependency streaming: using streaming-0.2.4.0
746.20 s
[garnix] Dependency streaming-bytestring: using streaming-bytestring-0.3.4
746.20 s
[garnix] Dependency string-conversions: using string-conversions-0.4.0.1
746.20 s
[garnix] Dependency strip-ansi-escape: using strip-ansi-escape-0.1.0.0
746.20 s
[garnix] Dependency stripe-concepts: using stripe-concepts-1.0.3.4
746.20 s
[garnix] Dependency stripe-signature: using stripe-signature-1.0.0.17
746.20 s
[garnix] Dependency systemd: using systemd-2.4.0
746.20 s
[garnix] Dependency tagged: using tagged-0.8.9
746.20 s
[garnix] Dependency template-haskell: using template-haskell-2.20.0.0
746.20 s
[garnix] Dependency temporary: using temporary-1.3
746.20 s
[garnix] Dependency text: using text-2.0.2
746.20 s
[garnix] Dependency time: using time-1.12.2
746.20 s
[garnix] Dependency tls: using tls-2.1.8
746.20 s
[garnix] Dependency transformers-base: using transformers-base-0.4.6
746.20 s
[garnix] Dependency typed-process: using typed-process-0.2.13.0
746.20 s
[garnix] Dependency unix: using unix-2.8.6.0
746.20 s
[garnix] Dependency unordered-containers: using unordered-containers-0.2.20.1
746.20 s
[garnix] Dependency uuid: using uuid-1.3.16
746.20 s
[garnix] Dependency vector: using vector-0.13.2.0
746.20 s
[garnix] Dependency wai: using wai-3.2.4
746.20 s
[garnix] Dependency wai-app-static: using wai-app-static-3.1.9
746.20 s
[garnix] Dependency wai-extra: using wai-extra-3.1.18
746.20 s
[garnix] Dependency warp: using warp-3.4.9
746.20 s
[garnix] Dependency wreq: using wreq-0.5.4.3
746.20 s
[garnix] Dependency yaml: using yaml-0.11.11.2
746.51 s
[garnix] Source component graph:
746.51 s
[garnix] component lib
746.51 s
[garnix] component exe:convert-hashids dependency lib
746.51 s
[garnix] component exe:generate-yaml-config-docs dependency lib
746.51 s
[garnix] component exe:server dependency lib
746.51 s
[garnix] Configured component graph:
746.51 s
[garnix] component garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.51 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.51 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.51 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.51 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.51 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.51 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.51 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.51 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.51 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.51 s
[garnix] include base-4.18.3.0
746.51 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.51 s
[garnix] include bytestring-0.11.5.4
746.51 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.51 s
[garnix] include containers-0.6.7
746.51 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.51 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.51 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.51 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.51 s
[garnix] include directory-1.3.8.5
746.51 s
[garnix] include exceptions-0.10.7
746.51 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.51 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.51 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.51 s
[garnix] include filepath-1.4.301.0
746.51 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.51 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.51 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.51 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.51 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.51 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.51 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.51 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.51 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.51 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.51 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.51 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.51 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.51 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.51 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.51 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.51 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.51 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.51 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.51 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.51 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.51 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.51 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.51 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.51 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.51 s
[garnix] include mtl-2.3.1
746.51 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.51 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.51 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.51 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.51 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.51 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.51 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.51 s
[garnix] include process-1.6.19.0
746.51 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.51 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.51 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.51 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.51 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.51 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.51 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.51 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.51 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.51 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.51 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.51 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.51 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.51 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.51 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.51 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.51 s
[garnix] include stm-2.5.1.0
746.51 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.51 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.51 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.51 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.51 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.51 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.51 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.51 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.51 s
[garnix] include template-haskell-2.20.0.0
746.51 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.51 s
[garnix] include text-2.0.2
746.51 s
[garnix] include time-1.12.2
746.51 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.51 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.51 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.51 s
[garnix] include unix-2.8.6.0
746.52 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.52 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.52 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.52 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.52 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.52 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.52 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.52 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.52 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.52 s
[garnix] component garnix-0.1.0.0-8Peq9g1bahQBN2RpEICNxo-convert-hashids
746.52 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.52 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.52 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.52 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.52 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.52 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.52 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.52 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.52 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.52 s
[garnix] include base-4.18.3.0
746.52 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.52 s
[garnix] include bytestring-0.11.5.4
746.52 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.52 s
[garnix] include containers-0.6.7
746.52 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.52 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.52 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.52 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.52 s
[garnix] include directory-1.3.8.5
746.52 s
[garnix] include exceptions-0.10.7
746.52 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.52 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.52 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.52 s
[garnix] include filepath-1.4.301.0
746.52 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.52 s
[garnix] include garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.52 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.52 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.52 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.52 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.52 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.52 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.52 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.52 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.52 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.52 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.52 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.52 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.52 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.52 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.52 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.52 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.52 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.52 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.52 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.52 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.52 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.52 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.52 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.52 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.52 s
[garnix] include mtl-2.3.1
746.52 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.52 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.52 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.52 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.52 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.52 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.52 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.52 s
[garnix] include process-1.6.19.0
746.52 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.52 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.52 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.52 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.52 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.52 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.52 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.52 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.52 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.52 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.52 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.52 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.52 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.52 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.52 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.52 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.52 s
[garnix] include stm-2.5.1.0
746.52 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.52 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.52 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.52 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.52 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.52 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.52 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.52 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.52 s
[garnix] include template-haskell-2.20.0.0
746.52 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.52 s
[garnix] include text-2.0.2
746.52 s
[garnix] include time-1.12.2
746.52 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.52 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.52 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.52 s
[garnix] include unix-2.8.6.0
746.52 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.52 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.52 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.52 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.52 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.52 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.52 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.52 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.52 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.52 s
[garnix] component garnix-0.1.0.0-GwQNXuL4QE91hvAsfTYVOI-generate-yaml-config-docs
746.52 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.52 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.52 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.52 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.52 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.52 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.52 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.52 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.52 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.52 s
[garnix] include autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
746.52 s
[garnix] include base-4.18.3.0
746.52 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.52 s
[garnix] include bytestring-0.11.5.4
746.52 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.52 s
[garnix] include containers-0.6.7
746.52 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.52 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.52 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.52 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.52 s
[garnix] include directory-1.3.8.5
746.52 s
[garnix] include exceptions-0.10.7
746.52 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.52 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.52 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.52 s
[garnix] include filepath-1.4.301.0
746.52 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.52 s
[garnix] include garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.52 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.52 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.52 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.52 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.52 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.52 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.52 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.52 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.52 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.52 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.52 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.52 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.52 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.52 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.52 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.52 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.52 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.52 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.52 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.52 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.52 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.52 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.52 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.52 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.52 s
[garnix] include mtl-2.3.1
746.52 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.52 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.52 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.52 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.52 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.52 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.52 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.52 s
[garnix] include process-1.6.19.0
746.52 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.52 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.52 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.52 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.52 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.52 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.52 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.52 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.52 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.52 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.52 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.52 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.52 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.52 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.52 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.52 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.52 s
[garnix] include stm-2.5.1.0
746.52 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.52 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.52 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.52 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.52 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.52 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.52 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.52 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.52 s
[garnix] include template-haskell-2.20.0.0
746.52 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.52 s
[garnix] include text-2.0.2
746.52 s
[garnix] include time-1.12.2
746.52 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.52 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.52 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.52 s
[garnix] include unix-2.8.6.0
746.52 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.52 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.52 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.52 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.52 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.52 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.52 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.52 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.52 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.52 s
[garnix] component garnix-0.1.0.0-Idhc8jprGPnA7X6g8HZib4-server
746.52 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.52 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.52 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.52 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.52 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.52 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.52 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.52 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.52 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.52 s
[garnix] include base-4.18.3.0
746.52 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.52 s
[garnix] include bytestring-0.11.5.4
746.52 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.53 s
[garnix] include containers-0.6.7
746.53 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.53 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.53 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.53 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.53 s
[garnix] include directory-1.3.8.5
746.53 s
[garnix] include exceptions-0.10.7
746.53 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.53 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.53 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.53 s
[garnix] include filepath-1.4.301.0
746.53 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.53 s
[garnix] include garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.53 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.53 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.53 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.53 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.53 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.53 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.53 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.53 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.53 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.53 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.53 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.53 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.53 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.53 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.53 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.53 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.53 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.53 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.53 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.53 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.53 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.53 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.53 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.53 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.53 s
[garnix] include mtl-2.3.1
746.53 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.53 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.53 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.53 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.53 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.53 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.53 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.53 s
[garnix] include process-1.6.19.0
746.53 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.53 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.53 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.53 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.53 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.53 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.53 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.53 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.53 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.53 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.53 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.53 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.53 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.53 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.53 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.53 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.53 s
[garnix] include stm-2.5.1.0
746.53 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.53 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.53 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.53 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.53 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.53 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.53 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.53 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.53 s
[garnix] include template-haskell-2.20.0.0
746.53 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.53 s
[garnix] include text-2.0.2
746.53 s
[garnix] include time-1.12.2
746.53 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.53 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.53 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.53 s
[garnix] include unix-2.8.6.0
746.53 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.53 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.53 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.53 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.53 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.53 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.53 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.53 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.53 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.53 s
[garnix] Linked component graph:
746.53 s
[garnix] unit garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.53 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.53 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.53 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.53 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.53 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.53 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.53 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.53 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.53 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.53 s
[garnix] include base-4.18.3.0
746.53 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.53 s
[garnix] include bytestring-0.11.5.4
746.53 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.53 s
[garnix] include containers-0.6.7
746.53 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.53 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.53 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.53 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.53 s
[garnix] include directory-1.3.8.5
746.53 s
[garnix] include exceptions-0.10.7
746.53 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.53 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.53 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.53 s
[garnix] include filepath-1.4.301.0
746.53 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.53 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.53 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.53 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.53 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.53 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.53 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.53 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.53 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.53 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.53 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.53 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.53 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.53 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.53 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.53 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.53 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.53 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.53 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.53 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.53 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.53 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.53 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.53 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.53 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.53 s
[garnix] include mtl-2.3.1
746.53 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.53 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.53 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.53 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.53 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.53 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.53 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.53 s
[garnix] include process-1.6.19.0
746.53 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.53 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.53 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.53 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.53 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.53 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.53 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.53 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.53 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.53 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.53 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.53 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.53 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.53 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.53 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.53 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.53 s
[garnix] include stm-2.5.1.0
746.53 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.53 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.53 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.53 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.53 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.53 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.53 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.53 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.53 s
[garnix] include template-haskell-2.20.0.0
746.53 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.53 s
[garnix] include text-2.0.2
746.53 s
[garnix] include time-1.12.2
746.53 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.53 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.53 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.53 s
[garnix] include unix-2.8.6.0
746.53 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.53 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.53 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.53 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.53 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.53 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.53 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.53 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.53 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.53 s
[garnix] Garnix=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix,Garnix.API=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API,Garnix.API.Account=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Account,Garnix.API.Auth=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Auth,Garnix.API.Badges=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Badges,Garnix.API.Builds=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Builds,Garnix.API.Builds.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Builds.Types,Garnix.API.Cache=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Cache,Garnix.API.Cache.Auth=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Cache.Auth,Garnix.API.Cache.Permissions=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Cache.Permissions,Garnix.API.Cache.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Cache.Types,Garnix.API.Commits=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Commits,Garnix.API.ConfigSchema=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.ConfigSchema,Garnix.API.Dev=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Dev,Garnix.API.GhWebhooks=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.GhWebhooks,Garnix.API.Health=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Health,Garnix.API.Hosts=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Hosts,Garnix.API.Keys=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Keys,Garnix.API.Modules=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Modules,Garnix.API.Runs=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Runs,Garnix.API.Stripe=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.API.Stripe,Garnix.Access=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Access,Garnix.AccessToken=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.AccessToken,Garnix.AccessToken.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.AccessToken.Types,Garnix.Async=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Async,Garnix.Attribute=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Attribute,Garnix.Build=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build,Garnix.Build.Action=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Action,Garnix.Build.Checkout=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Checkout,Garnix.Build.Evaluation=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Evaluation,Garnix.Build.Flake=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Flake,Garnix.Build.FodCheck=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.FodCheck,Garnix.Build.Helpers=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Helpers,Garnix.Build.MetaCheck=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.MetaCheck,Garnix.Build.Module=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Module,Garnix.Build.Package=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Package,Garnix.Build.Reporting=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Reporting,Garnix.Build.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Build.Types,Garnix.BuildLogs=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.BuildLogs,Garnix.BuildLogs.Internal=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.BuildLogs.Internal,Garnix.BuildLogs.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.BuildLogs.Types,Garnix.DB=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.DB,Garnix.DB.FeatureFlags=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.DB.FeatureFlags,Garnix.DB.FeatureFlags.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.DB.FeatureFlags.Types,Garnix.DB.ModuleValues=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.DB.ModuleValues,Garnix.Duration=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Duration,Garnix.Entitlements=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Entitlements,Garnix.ExpiringCache=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.ExpiringCache,Garnix.FlakeInputAuthorization=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.FlakeInputAuthorization,Garnix.GetAttributes=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.GetAttributes,Garnix.GithubInterface=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.GithubInterface,Garnix.GithubInterface.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.GithubInterface.Types,Garnix.HetznerInterface=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.HetznerInterface,Garnix.Hosting.Deploy=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Hosting.Deploy,Garnix.Hosting.Helpers=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Hosting.Helpers,Garnix.Hosting.ServerPool=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Hosting.ServerPool,Garnix.Hosting.ServerPool.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Hosting.ServerPool.Types,Garnix.Incremental=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Incremental,Garnix.Log=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Log,Garnix.Modules=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Modules,Garnix.Modules.Schema=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Modules.Schema,Garnix.Monad=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad,Garnix.Monad.Async=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.Async,Garnix.Monad.Bubbling=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.Bubbling,Garnix.Monad.Concurrency=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.Concurrency,Garnix.Monad.ForkT=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.ForkT,Garnix.Monad.Memoization=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.Memoization,Garnix.Monad.Metrics=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.Metrics,Garnix.Monad.NoThrow=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.NoThrow,Garnix.Monad.Polling=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.Polling,Garnix.Monad.Pool=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.Pool,Garnix.Monad.SubProcess=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.SubProcess,Garnix.Monad.SubProcess.Deprecated=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Monad.SubProcess.Deprecated,Garnix.MonetaryCost=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.MonetaryCost,Garnix.Nix.PathInfo=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Nix.PathInfo,Garnix.Nix.Plan=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Nix.Plan,Garnix.Nix.StorePath=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Nix.StorePath,Garnix.Nix.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Nix.Types,Garnix.NixConfig=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.NixConfig,Garnix.Orchestrator=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Orchestrator,Garnix.ParseHttpBasicAuth=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.ParseHttpBasicAuth,Garnix.Password=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Password,Garnix.Prelude=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Prelude,Garnix.Reporters.GithubReporter=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Reporters.GithubReporter,Garnix.Reporters.OpenSearchReporter=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Reporters.OpenSearchReporter,Garnix.Reporters.Utils=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Reporters.Utils,Garnix.Request=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Request,Garnix.S3Cache=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.S3Cache,Garnix.SafeUnix=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.SafeUnix,Garnix.Sandbox=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Sandbox,Garnix.StripeLib=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.StripeLib,Garnix.StripeLib.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.StripeLib.Types,Garnix.Types=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Types,Garnix.Types.ExternalLenses=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Types.ExternalLenses,Garnix.Types.Keys=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Types.Keys,Garnix.Types.MakeLensHelpers=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.Types.MakeLensHelpers,Garnix.UserLogs=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.UserLogs,Garnix.YamlConfig=garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J:Garnix.YamlConfig
746.53 s
[garnix] unit garnix-0.1.0.0-8Peq9g1bahQBN2RpEICNxo-convert-hashids
746.53 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.53 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.53 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.53 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.53 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.53 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.53 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.53 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.53 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.53 s
[garnix] include base-4.18.3.0
746.53 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.53 s
[garnix] include bytestring-0.11.5.4
746.53 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.53 s
[garnix] include containers-0.6.7
746.53 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.53 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.53 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.53 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.53 s
[garnix] include directory-1.3.8.5
746.53 s
[garnix] include exceptions-0.10.7
746.53 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.53 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.53 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.53 s
[garnix] include filepath-1.4.301.0
746.53 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.53 s
[garnix] include garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.53 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.53 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.53 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.53 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.53 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.53 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.53 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.53 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.53 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.53 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.53 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.53 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.53 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.53 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.53 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.53 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.53 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.53 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.53 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.54 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.54 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.54 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.54 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.54 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.54 s
[garnix] include mtl-2.3.1
746.54 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.54 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.54 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.54 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.54 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.54 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.54 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.54 s
[garnix] include process-1.6.19.0
746.54 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.54 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.54 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.54 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.54 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.54 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.54 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.54 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.54 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.54 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.54 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.54 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.54 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.54 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.54 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.54 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.54 s
[garnix] include stm-2.5.1.0
746.54 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.54 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.54 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.54 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.54 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.54 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.54 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.54 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.54 s
[garnix] include template-haskell-2.20.0.0
746.54 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.54 s
[garnix] include text-2.0.2
746.54 s
[garnix] include time-1.12.2
746.54 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.54 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.54 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.54 s
[garnix] include unix-2.8.6.0
746.54 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.54 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.54 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.54 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.54 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.54 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.54 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.54 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.54 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.54 s
[garnix] unit garnix-0.1.0.0-GwQNXuL4QE91hvAsfTYVOI-generate-yaml-config-docs
746.54 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.54 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.54 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.54 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.54 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.54 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.54 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.54 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.54 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.54 s
[garnix] include autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
746.54 s
[garnix] include base-4.18.3.0
746.54 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.54 s
[garnix] include bytestring-0.11.5.4
746.54 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.54 s
[garnix] include containers-0.6.7
746.54 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.54 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.54 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.54 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.54 s
[garnix] include directory-1.3.8.5
746.54 s
[garnix] include exceptions-0.10.7
746.54 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.54 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.54 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.54 s
[garnix] include filepath-1.4.301.0
746.54 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.54 s
[garnix] include garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.54 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.54 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.54 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.54 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.54 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.54 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.54 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.54 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.54 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.54 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.54 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.54 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.54 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.54 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.54 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.54 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.54 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.54 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.54 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.54 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.54 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.54 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.54 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.54 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.54 s
[garnix] include mtl-2.3.1
746.54 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.54 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.54 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.54 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.54 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.54 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.54 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.54 s
[garnix] include process-1.6.19.0
746.54 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.54 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.54 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.54 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.54 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.54 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.54 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.54 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.54 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.54 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.54 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.54 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.54 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.54 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.54 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.54 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.54 s
[garnix] include stm-2.5.1.0
746.54 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.54 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.54 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.54 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.54 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.54 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.54 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.54 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.54 s
[garnix] include template-haskell-2.20.0.0
746.54 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.54 s
[garnix] include text-2.0.2
746.54 s
[garnix] include time-1.12.2
746.54 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.54 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.54 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.54 s
[garnix] include unix-2.8.6.0
746.54 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.54 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.54 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.54 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.54 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.54 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.54 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.54 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.54 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.54 s
[garnix] unit garnix-0.1.0.0-Idhc8jprGPnA7X6g8HZib4-server
746.54 s
[garnix] include aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.54 s
[garnix] include aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.54 s
[garnix] include aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.54 s
[garnix] include amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.54 s
[garnix] include amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.54 s
[garnix] include attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.54 s
[garnix] include auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.54 s
[garnix] include autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.54 s
[garnix] include autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.54 s
[garnix] include base-4.18.3.0
746.54 s
[garnix] include base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.54 s
[garnix] include bytestring-0.11.5.4
746.54 s
[garnix] include casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.54 s
[garnix] include containers-0.6.7
746.54 s
[garnix] include cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.54 s
[garnix] include cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.54 s
[garnix] include crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.54 s
[garnix] include data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.54 s
[garnix] include directory-1.3.8.5
746.54 s
[garnix] include exceptions-0.10.7
746.54 s
[garnix] include extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.54 s
[garnix] include fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.54 s
[garnix] include file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.54 s
[garnix] include filepath-1.4.301.0
746.54 s
[garnix] include format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.54 s
[garnix] include garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.54 s
[garnix] include generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.54 s
[garnix] include generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.54 s
[garnix] include getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.54 s
[garnix] include github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.54 s
[garnix] include github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.54 s
[garnix] include github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.54 s
[garnix] include hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.54 s
[garnix] include hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.54 s
[garnix] include hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.54 s
[garnix] include http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.54 s
[garnix] include http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.54 s
[garnix] include http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.54 s
[garnix] include http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.54 s
[garnix] include http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.54 s
[garnix] include interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.54 s
[garnix] include iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.54 s
[garnix] include jose-0.11-82qE50urRUF8j0v69LZkfo
746.54 s
[garnix] include jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.54 s
[garnix] include lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.54 s
[garnix] include lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.54 s
[garnix] include lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.54 s
[garnix] include lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.54 s
[garnix] include lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.54 s
[garnix] include monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.54 s
[garnix] include mtl-2.3.1
746.54 s
[garnix] include network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.54 s
[garnix] include nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.54 s
[garnix] include oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.54 s
[garnix] include openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.54 s
[garnix] include postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.54 s
[garnix] include pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.54 s
[garnix] include prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.54 s
[garnix] include process-1.6.19.0
746.54 s
[garnix] include prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.54 s
[garnix] include random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.54 s
[garnix] include resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.54 s
[garnix] include resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.54 s
[garnix] include retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.54 s
[garnix] include row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.54 s
[garnix] include row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.54 s
[garnix] include safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.54 s
[garnix] include servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.54 s
[garnix] include servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.54 s
[garnix] include servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.54 s
[garnix] include servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.54 s
[garnix] include servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.54 s
[garnix] include servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.54 s
[garnix] include servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.54 s
[garnix] include shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.54 s
[garnix] include stm-2.5.1.0
746.54 s
[garnix] include streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.54 s
[garnix] include streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.54 s
[garnix] include string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.54 s
[garnix] include strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.54 s
[garnix] include stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.54 s
[garnix] include stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.54 s
[garnix] include systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.54 s
[garnix] include tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.54 s
[garnix] include template-haskell-2.20.0.0
746.54 s
[garnix] include temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.54 s
[garnix] include text-2.0.2
746.54 s
[garnix] include time-1.12.2
746.54 s
[garnix] include tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.54 s
[garnix] include transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.54 s
[garnix] include typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.54 s
[garnix] include unix-2.8.6.0
746.54 s
[garnix] include unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.54 s
[garnix] include uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.54 s
[garnix] include vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.54 s
[garnix] include wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.54 s
[garnix] include wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.54 s
[garnix] include wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.54 s
[garnix] include warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.54 s
[garnix] include wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.54 s
[garnix] include yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.54 s
[garnix] Ready component graph:
746.54 s
[garnix] definite garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.54 s
[garnix] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.54 s
[garnix] depends aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.54 s
[garnix] depends aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.54 s
[garnix] depends amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.54 s
[garnix] depends amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.54 s
[garnix] depends attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.54 s
[garnix] depends auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.54 s
[garnix] depends autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.54 s
[garnix] depends autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.54 s
[garnix] depends base-4.18.3.0
746.54 s
[garnix] depends base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.54 s
[garnix] depends bytestring-0.11.5.4
746.54 s
[garnix] depends casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.54 s
[garnix] depends containers-0.6.7
746.54 s
[garnix] depends cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.54 s
[garnix] depends cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.54 s
[garnix] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.54 s
[garnix] depends data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.54 s
[garnix] depends directory-1.3.8.5
746.54 s
[garnix] depends exceptions-0.10.7
746.54 s
[garnix] depends extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.54 s
[garnix] depends fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.54 s
[garnix] depends file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.54 s
[garnix] depends filepath-1.4.301.0
746.54 s
[garnix] depends format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.54 s
[garnix] depends generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.54 s
[garnix] depends generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.54 s
[garnix] depends getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.54 s
[garnix] depends github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.54 s
[garnix] depends github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.54 s
[garnix] depends github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.54 s
[garnix] depends hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.54 s
[garnix] depends hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.54 s
[garnix] depends hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.54 s
[garnix] depends http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.54 s
[garnix] depends http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.54 s
[garnix] depends http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.54 s
[garnix] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.54 s
[garnix] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.54 s
[garnix] depends interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.54 s
[garnix] depends iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.54 s
[garnix] depends jose-0.11-82qE50urRUF8j0v69LZkfo
746.54 s
[garnix] depends jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.54 s
[garnix] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.54 s
[garnix] depends lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.54 s
[garnix] depends lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.54 s
[garnix] depends lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.54 s
[garnix] depends lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.54 s
[garnix] depends monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.54 s
[garnix] depends mtl-2.3.1
746.54 s
[garnix] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.55 s
[garnix] depends nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.55 s
[garnix] depends oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.55 s
[garnix] depends openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.55 s
[garnix] depends postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.55 s
[garnix] depends pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.55 s
[garnix] depends prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.55 s
[garnix] depends process-1.6.19.0
746.55 s
[garnix] depends prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.55 s
[garnix] depends random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.55 s
[garnix] depends resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.55 s
[garnix] depends resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.55 s
[garnix] depends retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.55 s
[garnix] depends row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.55 s
[garnix] depends row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.55 s
[garnix] depends safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.55 s
[garnix] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.55 s
[garnix] depends servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.55 s
[garnix] depends servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.55 s
[garnix] depends servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.55 s
[garnix] depends servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.55 s
[garnix] depends servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.55 s
[garnix] depends servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.55 s
[garnix] depends shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.55 s
[garnix] depends stm-2.5.1.0
746.55 s
[garnix] depends streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.55 s
[garnix] depends streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.55 s
[garnix] depends string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.55 s
[garnix] depends strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.55 s
[garnix] depends stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.55 s
[garnix] depends stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.55 s
[garnix] depends systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.55 s
[garnix] depends tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.55 s
[garnix] depends template-haskell-2.20.0.0
746.55 s
[garnix] depends temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.55 s
[garnix] depends text-2.0.2
746.55 s
[garnix] depends time-1.12.2
746.55 s
[garnix] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.55 s
[garnix] depends transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.55 s
[garnix] depends typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.55 s
[garnix] depends unix-2.8.6.0
746.55 s
[garnix] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.55 s
[garnix] depends uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.55 s
[garnix] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.55 s
[garnix] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.55 s
[garnix] depends wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.55 s
[garnix] depends wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.55 s
[garnix] depends warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.55 s
[garnix] depends wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.55 s
[garnix] depends yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.55 s
[garnix] definite garnix-0.1.0.0-Idhc8jprGPnA7X6g8HZib4-server
746.55 s
[garnix] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.55 s
[garnix] depends aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.55 s
[garnix] depends aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.55 s
[garnix] depends amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.55 s
[garnix] depends amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.55 s
[garnix] depends attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.55 s
[garnix] depends auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.55 s
[garnix] depends autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.55 s
[garnix] depends autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.55 s
[garnix] depends base-4.18.3.0
746.55 s
[garnix] depends base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.55 s
[garnix] depends bytestring-0.11.5.4
746.55 s
[garnix] depends casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.55 s
[garnix] depends containers-0.6.7
746.55 s
[garnix] depends cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.55 s
[garnix] depends cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.55 s
[garnix] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.55 s
[garnix] depends data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.55 s
[garnix] depends directory-1.3.8.5
746.55 s
[garnix] depends exceptions-0.10.7
746.55 s
[garnix] depends extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.55 s
[garnix] depends fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.55 s
[garnix] depends file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.55 s
[garnix] depends filepath-1.4.301.0
746.55 s
[garnix] depends format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.55 s
[garnix] depends garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.55 s
[garnix] depends generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.55 s
[garnix] depends generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.55 s
[garnix] depends getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.55 s
[garnix] depends github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.55 s
[garnix] depends github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.55 s
[garnix] depends github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.55 s
[garnix] depends hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.55 s
[garnix] depends hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.55 s
[garnix] depends hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.55 s
[garnix] depends http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.55 s
[garnix] depends http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.55 s
[garnix] depends http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.55 s
[garnix] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.55 s
[garnix] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.55 s
[garnix] depends interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.55 s
[garnix] depends iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.55 s
[garnix] depends jose-0.11-82qE50urRUF8j0v69LZkfo
746.55 s
[garnix] depends jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.55 s
[garnix] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.55 s
[garnix] depends lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.55 s
[garnix] depends lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.55 s
[garnix] depends lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.55 s
[garnix] depends lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.55 s
[garnix] depends monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.55 s
[garnix] depends mtl-2.3.1
746.55 s
[garnix] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.55 s
[garnix] depends nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.55 s
[garnix] depends oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.55 s
[garnix] depends openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.55 s
[garnix] depends postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.55 s
[garnix] depends pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.55 s
[garnix] depends prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.55 s
[garnix] depends process-1.6.19.0
746.55 s
[garnix] depends prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.55 s
[garnix] depends random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.55 s
[garnix] depends resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.55 s
[garnix] depends resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.55 s
[garnix] depends retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.55 s
[garnix] depends row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.55 s
[garnix] depends row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.55 s
[garnix] depends safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.55 s
[garnix] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.55 s
[garnix] depends servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.55 s
[garnix] depends servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.55 s
[garnix] depends servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.55 s
[garnix] depends servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.55 s
[garnix] depends servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.55 s
[garnix] depends servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.55 s
[garnix] depends shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.55 s
[garnix] depends stm-2.5.1.0
746.55 s
[garnix] depends streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.55 s
[garnix] depends streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.55 s
[garnix] depends string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.55 s
[garnix] depends strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.55 s
[garnix] depends stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.55 s
[garnix] depends stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.55 s
[garnix] depends systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.55 s
[garnix] depends tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.55 s
[garnix] depends template-haskell-2.20.0.0
746.55 s
[garnix] depends temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.55 s
[garnix] depends text-2.0.2
746.55 s
[garnix] depends time-1.12.2
746.55 s
[garnix] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.55 s
[garnix] depends transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.55 s
[garnix] depends typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.55 s
[garnix] depends unix-2.8.6.0
746.55 s
[garnix] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.55 s
[garnix] depends uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.55 s
[garnix] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.55 s
[garnix] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.55 s
[garnix] depends wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.55 s
[garnix] depends wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.55 s
[garnix] depends warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.55 s
[garnix] depends wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.55 s
[garnix] depends yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.55 s
[garnix] definite garnix-0.1.0.0-GwQNXuL4QE91hvAsfTYVOI-generate-yaml-config-docs
746.55 s
[garnix] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.55 s
[garnix] depends aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.55 s
[garnix] depends aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.55 s
[garnix] depends amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.55 s
[garnix] depends amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.55 s
[garnix] depends attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.55 s
[garnix] depends auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.55 s
[garnix] depends autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.55 s
[garnix] depends autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.55 s
[garnix] depends autodocodec-yaml-0.4.0.2-7Nzw2Zav9f4GvBJouOtJ34
746.55 s
[garnix] depends base-4.18.3.0
746.55 s
[garnix] depends base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.55 s
[garnix] depends bytestring-0.11.5.4
746.55 s
[garnix] depends casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.55 s
[garnix] depends containers-0.6.7
746.55 s
[garnix] depends cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.55 s
[garnix] depends cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.55 s
[garnix] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.55 s
[garnix] depends data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.55 s
[garnix] depends directory-1.3.8.5
746.55 s
[garnix] depends exceptions-0.10.7
746.55 s
[garnix] depends extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.55 s
[garnix] depends fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.55 s
[garnix] depends file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.55 s
[garnix] depends filepath-1.4.301.0
746.55 s
[garnix] depends format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.55 s
[garnix] depends garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.55 s
[garnix] depends generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.55 s
[garnix] depends generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.55 s
[garnix] depends getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.55 s
[garnix] depends github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.55 s
[garnix] depends github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.55 s
[garnix] depends github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.55 s
[garnix] depends hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.55 s
[garnix] depends hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.55 s
[garnix] depends hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.55 s
[garnix] depends http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.55 s
[garnix] depends http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.55 s
[garnix] depends http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.55 s
[garnix] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.55 s
[garnix] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.55 s
[garnix] depends interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.55 s
[garnix] depends iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.55 s
[garnix] depends jose-0.11-82qE50urRUF8j0v69LZkfo
746.55 s
[garnix] depends jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.55 s
[garnix] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.55 s
[garnix] depends lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.55 s
[garnix] depends lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.55 s
[garnix] depends lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.55 s
[garnix] depends lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.55 s
[garnix] depends monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.55 s
[garnix] depends mtl-2.3.1
746.55 s
[garnix] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.55 s
[garnix] depends nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.55 s
[garnix] depends oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.55 s
[garnix] depends openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.55 s
[garnix] depends postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.55 s
[garnix] depends pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.55 s
[garnix] depends prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.55 s
[garnix] depends process-1.6.19.0
746.55 s
[garnix] depends prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.55 s
[garnix] depends random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.55 s
[garnix] depends resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.55 s
[garnix] depends resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.55 s
[garnix] depends retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.55 s
[garnix] depends row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.55 s
[garnix] depends row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.55 s
[garnix] depends safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.55 s
[garnix] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.55 s
[garnix] depends servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.55 s
[garnix] depends servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.55 s
[garnix] depends servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.55 s
[garnix] depends servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.55 s
[garnix] depends servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.55 s
[garnix] depends servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.55 s
[garnix] depends shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.55 s
[garnix] depends stm-2.5.1.0
746.55 s
[garnix] depends streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.55 s
[garnix] depends streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.55 s
[garnix] depends string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.55 s
[garnix] depends strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.55 s
[garnix] depends stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.55 s
[garnix] depends stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.55 s
[garnix] depends systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.55 s
[garnix] depends tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.55 s
[garnix] depends template-haskell-2.20.0.0
746.55 s
[garnix] depends temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.55 s
[garnix] depends text-2.0.2
746.55 s
[garnix] depends time-1.12.2
746.55 s
[garnix] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.55 s
[garnix] depends transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.55 s
[garnix] depends typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.55 s
[garnix] depends unix-2.8.6.0
746.55 s
[garnix] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.55 s
[garnix] depends uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.55 s
[garnix] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.55 s
[garnix] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.55 s
[garnix] depends wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.55 s
[garnix] depends wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.55 s
[garnix] depends warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.55 s
[garnix] depends wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.55 s
[garnix] depends yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.55 s
[garnix] definite garnix-0.1.0.0-8Peq9g1bahQBN2RpEICNxo-convert-hashids
746.55 s
[garnix] depends aeson-2.2.3.0-DGnftm2v6r08Y72sICN3c0
746.55 s
[garnix] depends aeson-pretty-0.8.10-BgtEeo7358D7lyXwmTUOLk
746.55 s
[garnix] depends aeson-qq-0.8.4-FL4nYByP1dvJx7aLtrDbxw
746.55 s
[garnix] depends amazonka-2.0-7eJm4Ajud52D4iBNCunzUr
746.55 s
[garnix] depends amazonka-s3-2.0-F5iL0h05IeJKSNqWjrB8WU
746.55 s
[garnix] depends attoparsec-0.14.4-6O3V2qbYbEP7vLwgH4fA6A
746.55 s
[garnix] depends auto-update-0.2.6-9oidLCRdyAkFfZu4RCSZuY
746.55 s
[garnix] depends autodocodec-0.5.0.0-1sCGqH4xXVr789kvoML1C7
746.55 s
[garnix] depends autodocodec-schema-0.2.0.1-8q36kRZGW7y3owNJ0udh6v
746.55 s
[garnix] depends base-4.18.3.0
746.55 s
[garnix] depends base64-bytestring-1.2.1.0-41LcVT0zDCLF1LFF2bOARj
746.55 s
[garnix] depends bytestring-0.11.5.4
746.55 s
[garnix] depends casing-0.1.4.1-5lXuvJtT9k37cbJfpEaYM
746.55 s
[garnix] depends containers-0.6.7
746.55 s
[garnix] depends cookie-0.5.1-zOxqZOmJzP1H449QB4Qt6
746.55 s
[garnix] depends cradle-0.0.0.0-B9CCLh546JQBpYRpN36T72
746.55 s
[garnix] depends crypton-1.0.4-xVH5UuAlKT3Hkq7G66PUe
746.55 s
[garnix] depends data-default-class-0.2.0.0-AL8D0ud8rFzGmBdWR7RL6c
746.55 s
[garnix] depends directory-1.3.8.5
746.55 s
[garnix] depends exceptions-0.10.7
746.55 s
[garnix] depends extra-1.8.1-mqL7YRifC8HhGrjpGYIL3
746.55 s
[garnix] depends fast-logger-3.2.6-Go7danFzesyHB7dYLWjv25
746.55 s
[garnix] depends file-embed-0.0.16.0-Heqv1MGULDp1AU5LH7qKhb
746.55 s
[garnix] depends filepath-1.4.301.0
746.55 s
[garnix] depends format-numbers-0.1.0.1-j15m7LSG9lDm98a5kA0Vh
746.55 s
[garnix] depends garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.55 s
[garnix] depends generic-lens-2.2.2.0-3Df8oXFf4PcDdlDb6v4Cu5
746.56 s
[garnix] depends generics-eot-0.4.0.1-1X2HmDF4ksaIshpKjRSXcH
746.56 s
[garnix] depends getopt-generics-0.13.1.0-KnceBxZkFSVlO6dvMD1JQ
746.56 s
[garnix] depends github-0.30.0.1-BdSRAbPdh2M55eY4vLdp5g
746.56 s
[garnix] depends github-app-0.0.1-5pWJoe6n8oqEwU33041jU1
746.56 s
[garnix] depends github-webhooks-0.17.0-HLmQYZ3OiwcU8hSbUBeFW
746.56 s
[garnix] depends hashable-1.5.0.0-II7DXkzNtxH8nnlaFY2yyd
746.56 s
[garnix] depends hashids-1.1.1.0-5vL73Bs7TVMKzV2WDucHAr
746.56 s
[garnix] depends hashtables-1.4.2-GgDXX6x8LpFIP5SChV8jEv
746.56 s
[garnix] depends http-client-0.7.19-4LNp14uGqsyFcxT9xDcJEB
746.56 s
[garnix] depends http-client-tls-0.3.6.4-9TW5pidALKb9Pdrth4zFGa
746.56 s
[garnix] depends http-conduit-2.3.9.1-3Ve6HX1QMAo4ihb145ZIZ4
746.56 s
[garnix] depends http-media-0.8.1.1-1Ixx6tzfki6F0ouZBxxE6o
746.56 s
[garnix] depends http-types-0.12.4-I7xlW0WVCgR4FQZZnVu0vX
746.56 s
[garnix] depends interpolate-0.2.1-8SIOdKdNwYrJcUzaKlEV8b
746.56 s
[garnix] depends iso-deriving-0.0.8-GZYiYcedaO1IDLoSEXyCf
746.56 s
[garnix] depends jose-0.11-82qE50urRUF8j0v69LZkfo
746.56 s
[garnix] depends jwt-0.11.0-IXTjzcXW6RuJ0tlCFMZWQR
746.56 s
[garnix] depends lens-5.3.5-DSCdkdf7tVjKIPqwSatvE
746.56 s
[garnix] depends lens-aeson-1.2.3-1EAx84SHd9w21rrxc8Gon6
746.56 s
[garnix] depends lens-regex-pcre-1.1.2.0-Ha1CdjwVMSxIhYgJrdo7Km
746.56 s
[garnix] depends lifted-async-0.10.2.7-9Z5GwN8m8XF36L1eFfhdXL
746.56 s
[garnix] depends lifted-base-0.2.3.12-38JCUtKLObn9GpCSLk5Ii0
746.56 s
[garnix] depends monad-control-1.0.3.1-C0a1QiIoaO5B1yI4qff55Z
746.56 s
[garnix] depends mtl-2.3.1
746.56 s
[garnix] depends network-uri-2.6.4.2-IjJXPJlc2nHB1IWdJ6IMs0
746.56 s
[garnix] depends nix-derivation-1.1.3-HBfX8lTRJSS13Mcz7S0LeG
746.56 s
[garnix] depends oauth2-simple-0.1.1.0-HlzoNy1q6462sFwJOyJk3Z
746.56 s
[garnix] depends openapi3-3.2.4-IBxUYoZOq5AIr16bK7XXiT
746.56 s
[garnix] depends postgresql-typed-0.6.2.5-EmvVHiCvGHfIh1XcLMxnPa
746.56 s
[garnix] depends pretty-show-1.10-KFZ7ex4voUDKAQeYCoaO50
746.56 s
[garnix] depends prettyprinter-1.7.1-I6A2lHwVDNh6maV7bYB5fM
746.56 s
[garnix] depends process-1.6.19.0
746.56 s
[garnix] depends prometheus-2.3.0-2xfnbYxsXRuB3DlbA9rtIy
746.56 s
[garnix] depends random-1.2.1.3-BCDvsZ3eiMEJYODaxpeLFS
746.56 s
[garnix] depends resource-pool-0.4.0.0-GY8x1L61cqSKWlGcK6MagA
746.56 s
[garnix] depends resourcet-1.3.0-LHkrtxMeUakKB8tJ6aasQ6
746.56 s
[garnix] depends retry-0.9.3.1-33pWRZhWpOi6hFTAFmeh4h
746.56 s
[garnix] depends row-types-1.0.1.2-GohFLjwnT9fE3Oyg9BLD2E
746.56 s
[garnix] depends row-types-aeson-1.1.0.0-6qN7c1iLdPc2zcfw4YNeK9
746.56 s
[garnix] depends safe-exceptions-0.1.7.4-J0hn5BMLtXUJL9cS1eXC3v
746.56 s
[garnix] depends servant-0.20.3.0-3XLNER7DpAZ7TD0OLIMiAm
746.56 s
[garnix] depends servant-auth-0.4.2.0-6gqH46LqUV63cH3VrugxYs
746.56 s
[garnix] depends servant-auth-server-0.4.9.1-602e6GvuBCcAFcblMLZaiI
746.56 s
[garnix] depends servant-github-webhook-0.4.2.0-8jYgZBVOTRf8JmXb0YofzV
746.56 s
[garnix] depends servant-rawm-1.0.0.0-GHLsrBo2ZUj7Dil7w5RtzQ
746.56 s
[garnix] depends servant-rawm-server-1.0.0.1-1C1jomABD1mH2pAW6ayYh
746.56 s
[garnix] depends servant-server-0.20.3.0-GhVIzYEcBZ2Lhbqjpeh9dC
746.56 s
[garnix] depends shake-0.19.8-LPUQZrGH1UsAA1FMLvo9Hc
746.56 s
[garnix] depends stm-2.5.1.0
746.56 s
[garnix] depends streaming-0.2.4.0-WqCTDLINNa7QKkUfDMpk9
746.56 s
[garnix] depends streaming-bytestring-0.3.4-Yrr8n0AYso1RPtqB5sH7B
746.56 s
[garnix] depends string-conversions-0.4.0.1-3XD1sccjWiVJJVIHfpcRbz
746.58 s
[garnix] depends strip-ansi-escape-0.1.0.0-Bs0bGz5EP1W4JrOcAyu8d5
746.58 s
[garnix] depends stripe-concepts-1.0.3.4-D5NAhugRu4vGWVA13eJNFT
746.58 s
[garnix] depends stripe-signature-1.0.0.17-6qw5VGWWOTfIOi0y35dcsY
746.58 s
[garnix] depends systemd-2.4.0-9oW0notEu1rAe1cf7me5kd
746.58 s
[garnix] depends tagged-0.8.9-KUDtXXtqGKP9XaJY0E80bP
746.58 s
[garnix] depends template-haskell-2.20.0.0
746.58 s
[garnix] depends temporary-1.3-HdHuOgtZUl4D7UgDABDcym
746.58 s
[garnix] depends text-2.0.2
746.58 s
[garnix] depends time-1.12.2
746.58 s
[garnix] depends tls-2.1.8-5Oxm7U54vr1HAskZEQnR5H
746.58 s
[garnix] depends transformers-base-0.4.6-KyLbrb9r0O88ZuvgbzCIdI
746.58 s
[garnix] depends typed-process-0.2.13.0-FvOiKC25jxKEyduOSfus2Q
746.58 s
[garnix] depends unix-2.8.6.0
746.58 s
[garnix] depends unordered-containers-0.2.20.1-6qkUm67GmzqFcEjp5sJNgM
746.58 s
[garnix] depends uuid-1.3.16-6LtqI5K2GeL4ZeexxKF1As
746.58 s
[garnix] depends vector-0.13.2.0-3No4Y3iptNDJgxyVLpyx4I
746.58 s
[garnix] depends wai-3.2.4-1adhz1UgkP03ej8uB0AqBs
746.58 s
[garnix] depends wai-app-static-3.1.9-Ffeha8riP7UAg0zGEKXbW0
746.58 s
[garnix] depends wai-extra-3.1.18-KBgEP8Y6qUS1JCwNCoF8EZ
746.58 s
[garnix] depends warp-3.4.9-Jgas6Byf7ks2EHKcWFz0Uj
746.58 s
[garnix] depends wreq-0.5.4.3-AKuTu2lMp8AHXa52Jwl6TO
746.58 s
[garnix] depends yaml-0.11.11.2-Klyw2bZtzsLLiJpYse4XVy
746.58 s
[garnix] Using Cabal-3.10.3.0 compiled by ghc-9.6
746.58 s
[garnix] Using compiler: ghc-9.6.7
746.58 s
[garnix] Using install prefix:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0
746.58 s
[garnix] Executables installed in:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin
746.58 s
[garnix] Libraries installed in:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
746.58 s
[garnix] Dynamic Libraries installed in:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7
746.58 s
[garnix] Private executables installed in:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/libexec/x86_64-linux-ghc-9.6.7/garnix-0.1.0.0
746.58 s
[garnix] Data files installed in:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/share/x86_64-linux-ghc-9.6.7/garnix-0.1.0.0
746.58 s
[garnix] Documentation installed in:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/share/doc/x86_64-linux-ghc-9.6.7/garnix-0.1.0.0
746.58 s
[garnix] Configuration files installed in:
746.58 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/etc
746.58 s
[garnix] No alex found
746.58 s
[garnix] Using ar found on system at:
746.58 s
[garnix] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
746.58 s
[garnix] No c2hs found
746.58 s
[garnix] No cpphs found
746.58 s
[garnix] Using doctest version 0.24.2 found on system at:
746.58 s
[garnix] /nix/store/mky1glcba5jwjn0h7fa1mldfnh39g6l9-doctest-0.24.2/bin/doctest
746.58 s
[garnix] Using gcc version 14.3.0 given by user at:
746.58 s
[garnix] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
746.58 s
[garnix] Using ghc version 9.6.7 found on system at:
746.58 s
[garnix] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc
746.58 s
[garnix] Using ghc-pkg version 9.6.7 found on system at:
746.58 s
[garnix] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/ghc-pkg-9.6.7
746.58 s
[garnix] No ghcjs found
746.58 s
[garnix] No ghcjs-pkg found
746.58 s
[garnix] No greencard found
746.58 s
[garnix] Using haddock version 2.29.2 found on system at:
746.58 s
[garnix] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/haddock-ghc-9.6.7
746.58 s
[garnix] No happy found
746.58 s
[garnix] Using haskell-suite found on system at: haskell-suite-dummy-location
746.58 s
[garnix] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
746.58 s
[garnix] No hmake found
746.58 s
[garnix] Using hpc version 0.68 found on system at:
746.58 s
[garnix] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hpc-ghc-9.6.7
746.58 s
[garnix] Using hsc2hs version 0.68.9 found on system at:
746.58 s
[garnix] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/hsc2hs-ghc-9.6.7
746.58 s
[garnix] Using hscolour version 1.25 found on system at:
746.58 s
[garnix] /nix/store/7ffc07q75k5a6zk864jv9gpiphhwzjlh-hscolour-1.25/bin/HsColour
746.58 s
[garnix] No jhc found
746.58 s
[garnix] Using ld found on system at:
746.58 s
[garnix] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ld.gold
746.58 s
[garnix] No pkg-config found
746.58 s
[garnix] Using runghc version 9.6.7 found on system at:
746.58 s
[garnix] /nix/store/da9x1n5l146q0ai9wz8zfbx4zfwa9b02-ghc-9.6.7/bin/runghc-9.6.7
746.58 s
[garnix] Using strip version 2.44 found on system at:
746.58 s
[garnix] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
746.58 s
[garnix] Using tar found on system at:
746.58 s
[garnix] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
746.58 s
[garnix] No uhc found
747.46 s
[garnix] Phase: buildPhase
747.65 s
[garnix] Creating DB
747.65 s
[garnix] The files belonging to this database system will be owned by user "nixbld".
747.65 s
[garnix] This user must also own the server process.
747.65 s
[garnix]
747.65 s
[garnix] The database cluster will be initialized with locale "en_US.UTF-8".
747.65 s
[garnix] The default database encoding has accordingly been set to "UTF8".
747.65 s
[garnix] The default text search configuration will be set to "english".
747.65 s
[garnix]
747.65 s
[garnix] Data page checksums are enabled.
747.65 s
[garnix]
747.65 s
[garnix] creating directory /build/source/backend/pg-tmp/test ... ok
747.65 s
[garnix] creating subdirectories ... ok
747.65 s
[garnix] selecting dynamic shared memory implementation ... posix
747.65 s
[garnix] selecting default "max_connections" ... 100
747.65 s
[garnix] selecting default "shared_buffers" ... 128MB
747.65 s
[garnix] selecting default time zone ... UTC
747.65 s
[garnix] creating configuration files ... ok
747.65 s
[garnix] running bootstrap script ... ok
747.94 s
[garnix] performing post-bootstrap initialization ... ok
748.55 s
[garnix] syncing data to disk ... ok
748.55 s
[garnix]
748.55 s
[garnix] initdb: warning: enabling "trust" authentication for local connections
748.55 s
[garnix] initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
748.55 s
[garnix]
748.55 s
[garnix] Success. You can now start the database server using:
748.55 s
[garnix]
748.55 s
[garnix] /nix/store/5ncdlv99j3ppz3k571ggnww3hbramwra-postgresql-18.3/bin/pg_ctl -D /build/source/backend/pg-tmp/test -l logfile start
748.55 s
[garnix]
748.56 s
[garnix] pg_ctl: PID file "/build/source/backend/pg-tmp/test/postmaster.pid" does not exist
748.56 s
[garnix] Is server running?
748.56 s
[garnix] Starting pg_ctl
748.58 s
[garnix] waiting for server to start....2026-05-28 15:50:42.893 UTC [924] LOG: redirecting log output to logging collector process
748.58 s
[garnix] 2026-05-28 15:50:42.893 UTC [924] HINT: Future log output will appear in directory "log".
748.66 s
[garnix] done
748.66 s
[garnix] server started
748.73 s
[garnix] ALTER ROLE
748.73 s
[garnix] Applying migrations
749.28 s
[garnix] Adding registry tables to db:pg:garnix
749.34 s
[garnix] Deploying changes to db:pg:garnix
749.40 s
[garnix] + init .. Verify script verify/init.sql does not exist
749.41 s
[garnix] ok
749.58 s
[garnix] Preprocessing library for garnix-0.1.0.0..
749.60 s
[garnix] Building library for garnix-0.1.0.0..
749.83 s
[garnix] [ 1 of 99] Compiling Garnix.Prelude ( src/Garnix/Prelude.hs, dist/build/Garnix/Prelude.o, dist/build/Garnix/Prelude.dyn_o )
751.39 s
[garnix] [ 2 of 99] Compiling Garnix.Password ( src/Garnix/Password.hs, dist/build/Garnix/Password.o, dist/build/Garnix/Password.dyn_o )
751.52 s
[garnix] [ 3 of 99] Compiling Garnix.ParseHttpBasicAuth ( src/Garnix/ParseHttpBasicAuth.hs, dist/build/Garnix/ParseHttpBasicAuth.o, dist/build/Garnix/ParseHttpBasicAuth.dyn_o )
751.55 s
[garnix] [ 4 of 99] Compiling Garnix.Nix.Types ( src/Garnix/Nix/Types.hs, dist/build/Garnix/Nix/Types.o, dist/build/Garnix/Nix/Types.dyn_o )
752.76 s
[garnix] [ 5 of 99] Compiling Garnix.MonetaryCost ( src/Garnix/MonetaryCost.hs, dist/build/Garnix/MonetaryCost.o, dist/build/Garnix/MonetaryCost.dyn_o )
752.78 s
[garnix] [ 6 of 99] Compiling Garnix.Monad.Metrics ( src/Garnix/Monad/Metrics.hs, dist/build/Garnix/Monad/Metrics.o, dist/build/Garnix/Monad/Metrics.dyn_o )
752.78 s
[garnix] [ 7 of 99] Compiling Garnix.Monad.Pool ( src/Garnix/Monad/Pool.hs, dist/build/Garnix/Monad/Pool.o, dist/build/Garnix/Monad/Pool.dyn_o )
752.78 s
[garnix] [ 8 of 99] Compiling Garnix.Monad.Memoization ( src/Garnix/Monad/Memoization.hs, dist/build/Garnix/Monad/Memoization.o, dist/build/Garnix/Monad/Memoization.dyn_o )
752.78 s
[garnix] [ 9 of 99] Compiling Garnix.Monad.ForkT ( src/Garnix/Monad/ForkT.hs, dist/build/Garnix/Monad/ForkT.o, dist/build/Garnix/Monad/ForkT.dyn_o )
752.78 s
[garnix] [10 of 99] Compiling Garnix.Hosting.ServerPool.Types ( src/Garnix/Hosting/ServerPool/Types.hs, dist/build/Garnix/Hosting/ServerPool/Types.o, dist/build/Garnix/Hosting/ServerPool/Types.dyn_o )
752.78 s
[garnix] [11 of 99] Compiling Garnix.Duration ( src/Garnix/Duration.hs, dist/build/Garnix/Duration.o, dist/build/Garnix/Duration.dyn_o )
752.78 s
[garnix] [12 of 99] Compiling Garnix.DB.FeatureFlags.Types ( src/Garnix/DB/FeatureFlags/Types.hs, dist/build/Garnix/DB/FeatureFlags/Types.o, dist/build/Garnix/DB/FeatureFlags/Types.dyn_o )
752.78 s
[garnix] [13 of 99] Compiling Garnix.BuildLogs.Internal ( src/Garnix/BuildLogs/Internal.hs, dist/build/Garnix/BuildLogs/Internal.o, dist/build/Garnix/BuildLogs/Internal.dyn_o )
752.78 s
[garnix] [14 of 99] Compiling Garnix.AccessToken.Types ( src/Garnix/AccessToken/Types.hs, dist/build/Garnix/AccessToken/Types.o, dist/build/Garnix/AccessToken/Types.dyn_o )
752.78 s
[garnix] [15 of 99] Compiling Garnix.API.Cache.Types ( src/Garnix/API/Cache/Types.hs, dist/build/Garnix/API/Cache/Types.o, dist/build/Garnix/API/Cache/Types.dyn_o )
752.97 s
[garnix] [16 of 99] Compiling Garnix.SafeUnix ( src/Garnix/SafeUnix.hs, dist/build/Garnix/SafeUnix.o, dist/build/Garnix/SafeUnix.dyn_o )
752.97 s
[garnix] [17 of 99] Compiling Garnix.Types.Keys ( src/Garnix/Types/Keys.hs, dist/build/Garnix/Types/Keys.o, dist/build/Garnix/Types/Keys.dyn_o )
752.97 s
[garnix] [18 of 99] Compiling Garnix.Types.MakeLensHelpers ( src/Garnix/Types/MakeLensHelpers.hs, dist/build/Garnix/Types/MakeLensHelpers.o, dist/build/Garnix/Types/MakeLensHelpers.dyn_o )
752.97 s
[garnix] [19 of 99] Compiling Garnix.Types.ExternalLenses ( src/Garnix/Types/ExternalLenses.hs, dist/build/Garnix/Types/ExternalLenses.o, dist/build/Garnix/Types/ExternalLenses.dyn_o )
754.09 s
[garnix] [20 of 99] Compiling Garnix.Types ( src/Garnix/Types.hs, dist/build/Garnix/Types.o, dist/build/Garnix/Types.dyn_o )
773.53 s
[garnix] [21 of 99] Compiling Garnix.StripeLib.Types ( src/Garnix/StripeLib/Types.hs, dist/build/Garnix/StripeLib/Types.o, dist/build/Garnix/StripeLib/Types.dyn_o )
774.29 s
[garnix] [22 of 99] Compiling Garnix.NixConfig ( src/Garnix/NixConfig.hs, dist/build/Garnix/NixConfig.o, dist/build/Garnix/NixConfig.dyn_o )
774.29 s
[garnix] [23 of 99] Compiling Garnix.Log ( src/Garnix/Log.hs, dist/build/Garnix/Log.o, dist/build/Garnix/Log.dyn_o )
774.29 s
[garnix] [24 of 99] Compiling Garnix.GithubInterface.Types ( src/Garnix/GithubInterface/Types.hs, dist/build/Garnix/GithubInterface/Types.o, dist/build/Garnix/GithubInterface/Types.dyn_o )
774.29 s
[garnix] [25 of 99] Compiling Garnix.BuildLogs.Types ( src/Garnix/BuildLogs/Types.hs, dist/build/Garnix/BuildLogs/Types.o, dist/build/Garnix/BuildLogs/Types.dyn_o )
774.29 s
[garnix] [26 of 99] Compiling Garnix.Build.Types ( src/Garnix/Build/Types.hs, dist/build/Garnix/Build/Types.o, dist/build/Garnix/Build/Types.dyn_o )
774.29 s
[garnix] [27 of 99] Compiling Garnix.Async ( src/Garnix/Async.hs, dist/build/Garnix/Async.o, dist/build/Garnix/Async.dyn_o )
774.29 s
[garnix] [28 of 99] Compiling Garnix.Monad ( src/Garnix/Monad.hs, dist/build/Garnix/Monad.o, dist/build/Garnix/Monad.dyn_o )
778.46 s
[garnix] [29 of 99] Compiling Garnix.StripeLib ( src/Garnix/StripeLib.hs, dist/build/Garnix/StripeLib.o, dist/build/Garnix/StripeLib.dyn_o )
791.16 s
[garnix] [30 of 99] Compiling Garnix.Sandbox ( src/Garnix/Sandbox.hs, dist/build/Garnix/Sandbox.o, dist/build/Garnix/Sandbox.dyn_o )
791.18 s
[garnix] [31 of 99] Compiling Garnix.Request ( src/Garnix/Request.hs, dist/build/Garnix/Request.o, dist/build/Garnix/Request.dyn_o )
791.18 s
[garnix] [32 of 99] Compiling Garnix.Reporters.Utils ( src/Garnix/Reporters/Utils.hs, dist/build/Garnix/Reporters/Utils.o, dist/build/Garnix/Reporters/Utils.dyn_o )
791.18 s
[garnix] [33 of 99] Compiling Garnix.Reporters.GithubReporter ( src/Garnix/Reporters/GithubReporter.hs, dist/build/Garnix/Reporters/GithubReporter.o, dist/build/Garnix/Reporters/GithubReporter.dyn_o )
791.18 s
[garnix] [34 of 99] Compiling Garnix.Nix.Plan ( src/Garnix/Nix/Plan.hs, dist/build/Garnix/Nix/Plan.o, dist/build/Garnix/Nix/Plan.dyn_o )
791.18 s
[garnix] [35 of 99] Compiling Garnix.Monad.SubProcess.Deprecated ( src/Garnix/Monad/SubProcess/Deprecated.hs, dist/build/Garnix/Monad/SubProcess/Deprecated.o, dist/build/Garnix/Monad/SubProcess/Deprecated.dyn_o )
791.18 s
[garnix] [36 of 99] Compiling Garnix.Monad.SubProcess ( src/Garnix/Monad/SubProcess.hs, dist/build/Garnix/Monad/SubProcess.o, dist/build/Garnix/Monad/SubProcess.dyn_o )
791.18 s
[garnix] [37 of 99] Compiling Garnix.Nix.StorePath ( src/Garnix/Nix/StorePath.hs, dist/build/Garnix/Nix/StorePath.o, dist/build/Garnix/Nix/StorePath.dyn_o )
791.18 s
[garnix] [38 of 99] Compiling Garnix.Nix.PathInfo ( src/Garnix/Nix/PathInfo.hs, dist/build/Garnix/Nix/PathInfo.o, dist/build/Garnix/Nix/PathInfo.dyn_o )
791.18 s
[garnix] [39 of 99] Compiling Garnix.Monad.Polling ( src/Garnix/Monad/Polling.hs, dist/build/Garnix/Monad/Polling.o, dist/build/Garnix/Monad/Polling.dyn_o )
791.18 s
[garnix] [40 of 99] Compiling Garnix.Monad.NoThrow ( src/Garnix/Monad/NoThrow.hs, dist/build/Garnix/Monad/NoThrow.o, dist/build/Garnix/Monad/NoThrow.dyn_o )
791.18 s
[garnix] [41 of 99] Compiling Garnix.Monad.Concurrency ( src/Garnix/Monad/Concurrency.hs, dist/build/Garnix/Monad/Concurrency.o, dist/build/Garnix/Monad/Concurrency.dyn_o )
791.18 s
[garnix] [42 of 99] Compiling Garnix.Monad.Bubbling ( src/Garnix/Monad/Bubbling.hs, dist/build/Garnix/Monad/Bubbling.o, dist/build/Garnix/Monad/Bubbling.dyn_o )
791.18 s
[garnix] [43 of 99] Compiling Garnix.Monad.Async ( src/Garnix/Monad/Async.hs, dist/build/Garnix/Monad/Async.o, dist/build/Garnix/Monad/Async.dyn_o )
791.18 s
[garnix] [44 of 99] Compiling Garnix.HetznerInterface ( src/Garnix/HetznerInterface.hs, dist/build/Garnix/HetznerInterface.o, dist/build/Garnix/HetznerInterface.dyn_o )
791.18 s
[garnix] [45 of 99] Compiling Garnix.FlakeInputAuthorization ( src/Garnix/FlakeInputAuthorization.hs, dist/build/Garnix/FlakeInputAuthorization.o, dist/build/Garnix/FlakeInputAuthorization.dyn_o )
791.18 s
[garnix] [46 of 99] Compiling Garnix.ExpiringCache ( src/Garnix/ExpiringCache.hs, dist/build/Garnix/ExpiringCache.o, dist/build/Garnix/ExpiringCache.dyn_o )
791.18 s
[garnix] [47 of 99] Compiling Garnix.DB ( src/Garnix/DB.hs, dist/build/Garnix/DB.o, dist/build/Garnix/DB.dyn_o )
791.81 s
[garnix] [48 of 99] Compiling Garnix.S3Cache ( src/Garnix/S3Cache.hs, dist/build/Garnix/S3Cache.o, dist/build/Garnix/S3Cache.dyn_o )
795.05 s
[garnix] [49 of 99] Compiling Garnix.Incremental ( src/Garnix/Incremental.hs, dist/build/Garnix/Incremental.o, dist/build/Garnix/Incremental.dyn_o )
795.05 s
[garnix] [50 of 99] Compiling Garnix.Hosting.ServerPool ( src/Garnix/Hosting/ServerPool.hs, dist/build/Garnix/Hosting/ServerPool.o, dist/build/Garnix/Hosting/ServerPool.dyn_o )
795.05 s
[garnix] [51 of 99] Compiling Garnix.Hosting.Helpers ( src/Garnix/Hosting/Helpers.hs, dist/build/Garnix/Hosting/Helpers.o, dist/build/Garnix/Hosting/Helpers.dyn_o )
795.05 s
[garnix] [52 of 99] Compiling Garnix.Entitlements ( src/Garnix/Entitlements.hs, dist/build/Garnix/Entitlements.o, dist/build/Garnix/Entitlements.dyn_o )
795.05 s
[garnix] [53 of 99] Compiling Garnix.DB.ModuleValues ( src/Garnix/DB/ModuleValues.hs, dist/build/Garnix/DB/ModuleValues.o, dist/build/Garnix/DB/ModuleValues.dyn_o )
795.49 s
[garnix] [54 of 99] Compiling Garnix.Modules.Schema ( src/Garnix/Modules/Schema.hs, dist/build/Garnix/Modules/Schema.o, dist/build/Garnix/Modules/Schema.dyn_o )
796.36 s
[garnix] [55 of 99] Compiling Garnix.DB.FeatureFlags ( src/Garnix/DB/FeatureFlags.hs, dist/build/Garnix/DB/FeatureFlags.o, dist/build/Garnix/DB/FeatureFlags.dyn_o )
796.39 s
[garnix] [56 of 99] Compiling Garnix.BuildLogs ( src/Garnix/BuildLogs.hs, dist/build/Garnix/BuildLogs.o, dist/build/Garnix/BuildLogs.dyn_o )
796.39 s
[garnix] [57 of 99] Compiling Garnix.GithubInterface ( src/Garnix/GithubInterface.hs, dist/build/Garnix/GithubInterface.o, dist/build/Garnix/GithubInterface.dyn_o )
796.39 s
[garnix] [58 of 99] Compiling Garnix.Build.Reporting ( src/Garnix/Build/Reporting.hs, dist/build/Garnix/Build/Reporting.o, dist/build/Garnix/Build/Reporting.dyn_o )
796.39 s
[garnix] [59 of 99] Compiling Garnix.Build.MetaCheck ( src/Garnix/Build/MetaCheck.hs, dist/build/Garnix/Build/MetaCheck.o, dist/build/Garnix/Build/MetaCheck.dyn_o )
796.39 s
[garnix] [60 of 99] Compiling Garnix.Build.Helpers ( src/Garnix/Build/Helpers.hs, dist/build/Garnix/Build/Helpers.o, dist/build/Garnix/Build/Helpers.dyn_o )
796.39 s
[garnix] [61 of 99] Compiling Garnix.API.Health ( src/Garnix/API/Health.hs, dist/build/Garnix/API/Health.o, dist/build/Garnix/API/Health.dyn_o )
796.39 s
[garnix] [62 of 99] Compiling Garnix.Build.Evaluation ( src/Garnix/Build/Evaluation.hs, dist/build/Garnix/Build/Evaluation.o, dist/build/Garnix/Build/Evaluation.dyn_o )
796.39 s
[garnix] [63 of 99] Compiling Garnix.AccessToken ( src/Garnix/AccessToken.hs, dist/build/Garnix/AccessToken.o, dist/build/Garnix/AccessToken.dyn_o )
796.39 s
[garnix] [64 of 99] Compiling Garnix.Access ( src/Garnix/Access.hs, dist/build/Garnix/Access.o, dist/build/Garnix/Access.dyn_o )
796.39 s
[garnix] [65 of 99] Compiling Garnix.API.Keys ( src/Garnix/API/Keys.hs, dist/build/Garnix/API/Keys.o, dist/build/Garnix/API/Keys.dyn_o )
796.39 s
[garnix] [66 of 99] Compiling Garnix.API.Dev ( src/Garnix/API/Dev.hs, dist/build/Garnix/API/Dev.o, dist/build/Garnix/API/Dev.dyn_o )
796.39 s
[garnix] [67 of 99] Compiling Garnix.API.Cache.Permissions ( src/Garnix/API/Cache/Permissions.hs, dist/build/Garnix/API/Cache/Permissions.o, dist/build/Garnix/API/Cache/Permissions.dyn_o )
796.39 s
[garnix] [68 of 99] Compiling Garnix.API.Cache.Auth ( src/Garnix/API/Cache/Auth.hs, dist/build/Garnix/API/Cache/Auth.o, dist/build/Garnix/API/Cache/Auth.dyn_o )
796.39 s
[garnix] [69 of 99] Compiling Garnix.API.Cache ( src/Garnix/API/Cache.hs, dist/build/Garnix/API/Cache.o, dist/build/Garnix/API/Cache.dyn_o )
796.39 s
[garnix] [70 of 99] Compiling Garnix.API.Builds.Types ( src/Garnix/API/Builds/Types.hs, dist/build/Garnix/API/Builds/Types.o, dist/build/Garnix/API/Builds/Types.dyn_o )
796.39 s
[garnix] [71 of 99] Compiling Garnix.API.Badges ( src/Garnix/API/Badges.hs, dist/build/Garnix/API/Badges.o, dist/build/Garnix/API/Badges.dyn_o )
796.39 s
[garnix] [72 of 99] Compiling Garnix.API.Auth ( src/Garnix/API/Auth.hs, dist/build/Garnix/API/Auth.o, dist/build/Garnix/API/Auth.dyn_o )
796.39 s
[garnix] [73 of 99] Compiling Garnix.API.Account ( src/Garnix/API/Account.hs, dist/build/Garnix/API/Account.o, dist/build/Garnix/API/Account.dyn_o )
798.17 s
[garnix] [74 of 99] Compiling Garnix.API.Stripe ( src/Garnix/API/Stripe.hs, dist/build/Garnix/API/Stripe.o, dist/build/Garnix/API/Stripe.dyn_o )
798.26 s
[garnix] [75 of 99] Compiling Garnix.UserLogs ( src/Garnix/UserLogs.hs, dist/build/Garnix/UserLogs.o, dist/build/Garnix/UserLogs.dyn_o )
798.26 s
[garnix] [76 of 99] Compiling Garnix.Reporters.OpenSearchReporter ( src/Garnix/Reporters/OpenSearchReporter.hs, dist/build/Garnix/Reporters/OpenSearchReporter.o, dist/build/Garnix/Reporters/OpenSearchReporter.dyn_o )
798.26 s
[garnix] [77 of 99] Compiling Garnix.API.Runs ( src/Garnix/API/Runs.hs, dist/build/Garnix/API/Runs.o, dist/build/Garnix/API/Runs.dyn_o )
798.26 s
[garnix] [78 of 99] Compiling Garnix.API.Commits ( src/Garnix/API/Commits.hs, dist/build/Garnix/API/Commits.o, dist/build/Garnix/API/Commits.dyn_o )
798.26 s
[garnix] [79 of 99] Compiling Garnix.YamlConfig ( src/Garnix/YamlConfig.hs, dist/build/Garnix/YamlConfig.o, dist/build/Garnix/YamlConfig.dyn_o )
798.26 s
[garnix] [80 of 99] Compiling Garnix.Modules ( src/Garnix/Modules.hs, dist/build/Garnix/Modules.o, dist/build/Garnix/Modules.dyn_o )
798.26 s
[garnix] [81 of 99] Compiling Garnix.Hosting.Deploy ( src/Garnix/Hosting/Deploy.hs, dist/build/Garnix/Hosting/Deploy.o, dist/build/Garnix/Hosting/Deploy.dyn_o )
798.26 s
[garnix] [82 of 99] Compiling Garnix.API.Hosts ( src/Garnix/API/Hosts.hs, dist/build/Garnix/API/Hosts.o, dist/build/Garnix/API/Hosts.dyn_o )
798.26 s
[garnix] [83 of 99] Compiling Garnix.Build.FodCheck ( src/Garnix/Build/FodCheck.hs, dist/build/Garnix/Build/FodCheck.o, dist/build/Garnix/Build/FodCheck.dyn_o )
798.26 s
[garnix] [84 of 99] Compiling Garnix.Build.Checkout ( src/Garnix/Build/Checkout.hs, dist/build/Garnix/Build/Checkout.o, dist/build/Garnix/Build/Checkout.dyn_o )
798.26 s
[garnix] [85 of 99] Compiling Garnix.Build.Module ( src/Garnix/Build/Module.hs, dist/build/Garnix/Build/Module.o, dist/build/Garnix/Build/Module.dyn_o )
798.26 s
[garnix] [86 of 99] Compiling Garnix.Attribute ( src/Garnix/Attribute.hs, dist/build/Garnix/Attribute.o, dist/build/Garnix/Attribute.dyn_o )
798.26 s
[garnix] [87 of 99] Compiling Garnix.GetAttributes ( src/Garnix/GetAttributes.hs, dist/build/Garnix/GetAttributes.o, dist/build/Garnix/GetAttributes.dyn_o )
798.26 s
[garnix] [88 of 99] Compiling Garnix.Build.Package ( src/Garnix/Build/Package.hs, dist/build/Garnix/Build/Package.o, dist/build/Garnix/Build/Package.dyn_o )
798.33 s
[garnix] [89 of 99] Compiling Garnix.Build.Action ( src/Garnix/Build/Action.hs, dist/build/Garnix/Build/Action.o, dist/build/Garnix/Build/Action.dyn_o )
798.33 s
[garnix] [90 of 99] Compiling Garnix.Build.Flake ( src/Garnix/Build/Flake.hs, dist/build/Garnix/Build/Flake.o, dist/build/Garnix/Build/Flake.dyn_o )
798.68 s
[garnix] [91 of 99] Compiling Garnix.Build ( src/Garnix/Build.hs, dist/build/Garnix/Build.o, dist/build/Garnix/Build.dyn_o )
799.10 s
[garnix] [92 of 99] Compiling Garnix.Orchestrator ( src/Garnix/Orchestrator.hs, dist/build/Garnix/Orchestrator.o, dist/build/Garnix/Orchestrator.dyn_o )
799.34 s
[garnix] [93 of 99] Compiling Garnix.API.GhWebhooks ( src/Garnix/API/GhWebhooks.hs, dist/build/Garnix/API/GhWebhooks.o, dist/build/Garnix/API/GhWebhooks.dyn_o )
799.99 s
[garnix] [94 of 99] Compiling Garnix.API.Builds ( src/Garnix/API/Builds.hs, dist/build/Garnix/API/Builds.o, dist/build/Garnix/API/Builds.dyn_o )
799.99 s
[garnix] [95 of 99] Compiling Garnix.API.Modules ( src/Garnix/API/Modules.hs, dist/build/Garnix/API/Modules.o, dist/build/Garnix/API/Modules.dyn_o )
800.19 s
[garnix] [96 of 99] Compiling Garnix.API.ConfigSchema ( src/Garnix/API/ConfigSchema.hs, dist/build/Garnix/API/ConfigSchema.o, dist/build/Garnix/API/ConfigSchema.dyn_o )
800.19 s
[garnix] [97 of 99] Compiling Garnix.API ( src/Garnix/API.hs, dist/build/Garnix/API.o, dist/build/Garnix/API.dyn_o )
802.37 s
[garnix] [98 of 99] Compiling Garnix ( src/Garnix.hs, dist/build/Garnix.o, dist/build/Garnix.dyn_o )
808.44 s
[garnix] [99 of 99] Compiling Paths_garnix ( dist/build/autogen/Paths_garnix.hs, dist/build/Paths_garnix.o, dist/build/Paths_garnix.dyn_o )
814.59 s
[garnix] Preprocessing executable 'server' for garnix-0.1.0.0..
814.61 s
[garnix] Building executable 'server' for garnix-0.1.0.0..
814.71 s
[garnix] [1 of 1] Compiling Main ( exe/Server.hs, dist/build/server/server-tmp/Main.o, dist/build/server/server-tmp/Main.dyn_o )
815.16 s
[garnix] [2 of 2] Linking dist/build/server/server
818.32 s
[garnix] Preprocessing executable 'generate-yaml-config-docs' for garnix-0.1.0.0..
818.32 s
[garnix] Building executable 'generate-yaml-config-docs' for garnix-0.1.0.0..
818.45 s
[garnix] [1 of 1] Compiling Main ( exe/GenerateYamlConfigDocs.hs, dist/build/generate-yaml-config-docs/generate-yaml-config-docs-tmp/Main.o, dist/build/generate-yaml-config-docs/generate-yaml-config-docs-tmp/Main.dyn_o )
819.49 s
[garnix] [2 of 2] Linking dist/build/generate-yaml-config-docs/generate-yaml-config-docs
822.18 s
[garnix] Preprocessing executable 'convert-hashids' for garnix-0.1.0.0..
822.20 s
[garnix] Building executable 'convert-hashids' for garnix-0.1.0.0..
822.33 s
[garnix] [1 of 1] Compiling Main ( exe/convertHashids.hs, dist/build/convert-hashids/convert-hashids-tmp/Main.o, dist/build/convert-hashids/convert-hashids-tmp/Main.dyn_o )
822.75 s
[garnix] [2 of 2] Linking dist/build/convert-hashids/convert-hashids
824.49 s
[garnix] buildPhase completed in 1 minutes 17 seconds
824.49 s
[garnix] Phase: haddockPhase
824.50 s
[garnix] Phase: installPhase
824.68 s
[garnix] Installing library in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/garnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J
825.32 s
[garnix] Installing executable server in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin
825.32 s
[garnix] Warning: The directory
825.32 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin is not in the
825.32 s
[garnix] system search path.
825.43 s
[garnix] Installing executable generate-yaml-config-docs in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin
825.43 s
[garnix] Warning: The directory
825.43 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin is not in the
825.43 s
[garnix] system search path.
825.45 s
[garnix] Installing executable convert-hashids in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin
825.45 s
[garnix] Warning: The directory
825.45 s
[garnix] /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin is not in the
825.45 s
[garnix] system search path.
826.04 s
[garnix] Phase: fixupPhase
826.05 s
[garnix] shrinking RPATHs of ELF executables and libraries in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0
826.05 s
[garnix] shrinking /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin/server
826.09 s
[garnix] shrinking /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin/generate-yaml-config-docs
826.10 s
[garnix] shrinking /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin/convert-hashids
826.14 s
[garnix] shrinking /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/lib/ghc-9.6.7/lib/x86_64-linux-ghc-9.6.7/libHSgarnix-0.1.0.0-JrXok2pfaHCAWYpcGcMw6J-ghc9.6.7.so
826.37 s
[garnix] checking for references to /build/ in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0...
826.44 s
[garnix] patching script interpreter paths in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0
826.44 s
[garnix] stripping (with command strip and flags -S -p) in /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/lib /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0/bin
827.04 s
[garnix] Stopping postgres
827.14 s
[garnix] waiting for server to shut down.... done
827.14 s
[garnix] server stopped
827.14 s
[garnix] Clearing db
827.30 s
[post-build-hook] Uploading to the NixCI staging cache: /nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0
827.38 s
[post-build-hook] copying 1 paths...
827.38 s
[post-build-hook] copying path '/nix/store/gfmy0awij6mhnxkizq8610hdf1q23dww-garnix-0.1.0.0' to 'https://cache.staging.nix-ci.com'...
848.60 s
[post-build-hook] copying 3 paths...
848.62 s
[post-build-hook] copying path '/nix/store/kqlxjw22rg5cnfdwwbj1dlc930f667ay-source' to 'https://cache.staging.nix-ci.com'...
848.62 s
[post-build-hook] copying path '/nix/store/g9g2mkmwixy4shvnhfxwsccd4d8pwz9y-emptyDir' to 'https://cache.staging.nix-ci.com'...
849.11 s
[post-build-hook] copying path '/nix/store/xwiq3bgmqi6gcjqv34839gk8mxc5cxkx-garnix-0.1.0.0.drv' to 'https://cache.staging.nix-ci.com'...
849.55 s
Progress: 55 of 56 built