Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependency versions #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

philderbeast
Copy link

@philderbeast philderbeast commented Sep 21, 2022

I tested that this package can be built with ghc-8.10.7 and ghc-9.2.4. I didn't attempt to fix warnings but did see these (and would be happy to fix them too):

> cabal build all --enable-tests --enable-benchmarks
...
src/Servant/Yaml.hs:1:14: warning: [-Wdeprecated-flags]
    -XAutoDeriveTypeable is deprecated: Typeable instances are
     created automatically for all types since GHC 8.2.
  |
1 | {-# LANGUAGE AutoDeriveTypeable    #-}
  |              ^^^^^^^^^^^^^^^^^^
...
example/Main.hs:14:1: warning: [-Wunused-imports]
    The import of ‘Network.Wai’ is redundant
      except perhaps to import instances from ‘Network.Wai’
    To import instances alone, use: import Network.Wai()
   |
14 | import           Network.Wai
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant