Skip to content

Commit

Permalink
allow base-4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jul 10, 2023
1 parent 5f8da12 commit 6e43901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/System/Texrunner/Online.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module System.Texrunner.Online
) where

import Control.Applicative
import Control.Monad (void)
import Control.Monad.Reader
import qualified Data.Attoparsec.ByteString as A
import Data.ByteString.Char8 (ByteString)
Expand Down
2 changes: 1 addition & 1 deletion texrunner.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
System.Texrunner.Online
System.Texrunner.Parse
build-depends:
base >=4.6 && <4.18,
base >=4.6 && <4.19,
bytestring >=0.10 && <1.0,
filepath,
directory >=1.2 && <2.0,
Expand Down

0 comments on commit 6e43901

Please sign in to comment.