Skip to content

Commit

Permalink
build for ghc 9.8.1 fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
abychkova committed Dec 18, 2024
1 parent 670f4c8 commit 17f931e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bio/Uniprot/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module Bio.Uniprot.Parser where

import Prelude hiding (null)
import qualified Prelude as P (concat, init, last, null, tail)
import qualified Prelude as P (concat, init, last)

#if MIN_VERSION_base(4, 18, 0)
import Control.Applicative ((<|>))
Expand Down

0 comments on commit 17f931e

Please sign in to comment.