src/Data/Aeson/Compat.hs:124:1: warning: [-Wunused-imports] The import of ‘defaultOptions, typeMismatch’ from module ‘Data.Aeson.Types’ is redundant | 124 | import Data.Aeson.Types (Parser, modifyFailure, typeMismatch, defaultOptions) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Aeson/Compat.hs:128:1: warning: [-Wunused-imports] The qualified import of ‘Data.HashMap.Strict’ is redundant except perhaps to import instances from ‘Data.HashMap.Strict’ To import instances alone, use: import Data.HashMap.Strict() | 128 | import qualified Data.HashMap.Strict as HM | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Aeson/Compat.hs:130:1: warning: [-Wunused-imports] The qualified import of ‘Data.Text.Encoding’ is redundant except perhaps to import instances from ‘Data.Text.Encoding’ To import instances alone, use: import Data.Text.Encoding() | 130 | import qualified Data.Text.Encoding as TE | ^[1 of 1] Compiling Data.Aeson.Compat ( src/Data/Aeson/Compat.hs, dist/build/Data/Aeson/Compat.p_o ) Preprocessing library for aeson-compat-0.3.10.. Running Haddock on library for aeson-compat-0.3.10.. Haddock coverage: Warning: 'Day' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LocalTime' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Object' is ambiguous. It is defined * in ‘Data.Aeson.Types.Internal’ * in ‘Data.Aeson.Types.Internal’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in ‘Data.Aeson.Types.Internal’ Warning: 'empty' is ambiguous. It is defined * in ‘Data.ByteString’ * in ‘Data.Text.Internal’ * in ‘Data.ByteString.Lazy’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in ‘Data.ByteString.Lazy’ Warning: 'Number' is ambiguous. It is defined * in ‘Data.Aeson.Types.Internal’ * in ‘Data.Attoparsec.Number’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in ‘Data.Attoparsec.Number’ 94% ( 56 / 59) in 'Data.Aeson.Compat' Missing documentation for: GToJSON GToEncoding .: (src/Data/Aeson/Compat.hs:198) Warning: Data.Aeson.Compat: could not find link destinations for: FromString fromString gToJSON EncodeProduct WriteProduct ProductSize FromPairs fromPairs KeyValuePair pair SumToJSON' TwoElemArray ConsToJSON sumToJSON' FormatOptions gParseJSON GFromJSON' withBoundedScientific Documentation created: dist/doc/html/aeson-compat/index.html Installing library in /usr/src/slapt-src/haskell/haskell-aeson-compat/package-haskell-aeson-compat/usr/lib/ghc-8.10.4/aeson-compat-0.3.10 Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/haskell/haskell-aeson-compat/haskell-aeson-compat-0.3.10-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/haskell/haskell-aeson-compat/haskell-aeson-compat-0.3.10-i586-1salix15.0.txz created. Installing package haskell-aeson-compat-0.3.10-i586-1salix15.0... | haskell-aeson-compat (Compatibility layer for aeson) | | The package provides compatibility layer for aeson. | | | | | | | | | | ata/Aeson/Compat.hs:490:26: warning: [-Wdeprecations] In the use of type constructor or class ‘Number’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 490 | withNumber :: String -> (Number -> Parser a) -> Value -> Parser a | ^^^^^^ src/Data/Aeson/Compat.hs:495:48: warning: [-Wdeprecations] In the use of type constructor or class ‘Number’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 495 | scientificToNumber :: Scientific.Scientific -> Number | ^^^^^^ src/Data/Aeson/Compat.hs:497:27: warning: [-Wdeprecations] In the use of data constructor ‘D’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 497 | | e < 0 || e > 1024 = D $ Scientific.toRealFloat s | ^ src/Data/Aeson/Compat.hs:498:27: warning: [-Wdeprecations] In the use of data constructor ‘I’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 498 | | otherwise = I $ c * 10 ^ e | ^ src/Data/Aeson/Compat.hs:124:1: warning: [-Wunused-imports] The import of ‘defaultOptions, typeMismatch’ from module ‘Data.Aeson.Types’ is redundant | 124 | import Data.Aeson.Types (Parser, modifyFailure, typeMismatch, defaultOptions) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Aeson/Compat.hs:128:1: warning: [-Wunused-imports] The qualified import of ‘Data.HashMap.Strict’ is redundant except perhaps to import instances from ‘Data.HashMap.Strict’ To import instances alone, use: import Data.HashMap.Strict() | 128 | import qualified Data.HashMap.Strict as HM | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Aeson/Compat.hs:130:1: warning: [-Wunused-imports] The qualified import of ‘Data.Text.Encoding’ is redundant except perhaps to import instances from ‘Data.Text.Encoding’ To import instances alone, use: import Data.Text.Encoding() | 130 | import qualified Data.Text.Encoding as TE | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Aeson/Compat.hs:168:1: warning: [-Wdeprecations] Module ‘Data.Attoparsec.Number’ is deprecated: This module will be removed in the next major release. | 168 | import Data.Attoparsec.Number (Number (..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Aeson/Compat.hs:490:26: warning: [-Wdeprecations] In the use of type constructor or class ‘Number’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 490 | withNumber :: String -> (Number -> Parser a) -> Value -> Parser a | ^^^^^^ src/Data/Aeson/Compat.hs:495:48: warning: [-Wdeprecations] In the use of type constructor or class ‘Number’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 495 | scientificToNumber :: Scientific.Scientific -> Number | ^^^^^^ src/Data/Aeson/Compat.hs:497:27: warning: [-Wdeprecations] In the use of data constructor ‘D’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 497 | | e < 0 || e > 1024 = D $ Scientific.toRealFloat s | ^ src/Data/Aeson/Compat.hs:498:27: warning: [-Wdeprecations] In the use of data constructor ‘I’ (imported from Data.Attoparsec.Number): Deprecated: "This module will be removed in the next major release." | 498 | | otherwise = I $ c * 10 ^ e | ^ ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/haskell-aeson-compat-0.3.10/ usr/doc/haskell-aeson-compat-0.3.10/CHANGELOG.md usr/doc/haskell-aeson-compat-0.3.10/LICENSE usr/doc/haskell-aeson-compat-0.3.10/README.md usr/doc/haskell-aeson-compat-0.3.10/haskell-aeson-compat.SlackBuild usr/doc/haskell-aeson-compat-0.3.10/html/ usr/doc/haskell-aeson-compat-0.3.10/html/Data-Aeson-Compat.html usr/doc/haskell-aeson-compat-0.3.10/html/aeson-compat.haddock usr/doc/haskell-aeson-compat-0.3.10/html/doc-index.html usr/doc/haskell-aeson-compat-0.3.10/html/haddock-bundle.min.js usr/doc/haskell-aeson-compat-0.3.10/html/index.html usr/doc/haskell-aeson-compat-0.3.10/html/linuwial.css usr/doc/haskell-aeson-compat-0.3.10/html/meta.json usr/doc/haskell-aeson-compat-0.3.10/html/quick-jump.css usr/doc/haskell-aeson-compat-0.3.10/html/synopsis.png usr/lib/ usr/lib/ghc-8.10.4/ usr/lib/ghc-8.10.4/aeson-compat-0.3.10/ usr/lib/ghc-8.10.4/aeson-compat-0.3.10/Data/ usr/lib/ghc-8.10.4/aeson-compat-0.3.10/Data/Aeson/ usr/lib/ghc-8.10.4/aeson-compat-0.3.10/Data/Aeson/Compat.dyn_hi usr/lib/ghc-8.10.4/aeson-compat-0.3.10/Data/Aeson/Compat.hi usr/lib/ghc-8.10.4/aeson-compat-0.3.10/Data/Aeson/Compat.p_hi usr/lib/ghc-8.10.4/aeson-compat-0.3.10/libHSaeson-compat-0.3.10-FNEgXGX0fzhAr5XxGn9qDi.a usr/lib/ghc-8.10.4/aeson-compat-0.3.10/libHSaeson-compat-0.3.10-FNEgXGX0fzhAr5XxGn9qDi_p.a usr/lib/ghc-8.10.4/package.conf.d/ usr/lib/ghc-8.10.4/package.conf.d/aeson-compat-0.3.10-FNEgXGX0fzhAr5XxGn9qDi.conf usr/lib/i386-linux-ghc-8.10.4/ usr/lib/i386-linux-ghc-8.10.4/libHSaeson-compat-0.3.10-FNEgXGX0fzhAr5XxGn9qDi-ghc8.10.4.so