Skip to content

Commit

Permalink
Add TypeOperators extension, since ghc-9.4 warns '~' will require it
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rouse committed Jun 29, 2023
1 parent a118fe1 commit 85d02c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Yesod/Auth/HashDB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE OverloadedStrings #-}
-------------------------------------------------------------------------------
-- |
Expand Down
1 change: 1 addition & 0 deletions test/TestSite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
#if __GLASGOW_HASKELL__ >= 802
-- Retain support for older compilers, assuming dependency versions which do too
Expand Down

0 comments on commit 85d02c5

Please sign in to comment.