From 668133f38750ab740c6679f601b7147b46950bbc Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 7 May 2026 15:25:26 +0300 Subject: [PATCH] Remove conditional nats dependency --- integer-logarithms.cabal | 3 --- 1 file changed, 3 deletions(-) diff --git a/integer-logarithms.cabal b/integer-logarithms.cabal index a3697a8..1b0b38d 100644 --- a/integer-logarithms.cabal +++ b/integer-logarithms.cabal @@ -56,9 +56,6 @@ library array >=0.5.3.0 && <0.6 , base >=4.12.0.0 && <4.23 - if !impl(ghc >=7.10) - build-depends: nats >=1.1.2 && <1.2 - if impl(ghc >=9.0) build-depends: base >=4.15