diff --git a/gev-lib.cabal b/gev-lib.cabal
--- a/gev-lib.cabal
+++ b/gev-lib.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               gev-lib
-version:            0.2.0.1
+version:            0.2.0.2
 
 -- A short (one-line) description of the package.
 synopsis: The family of Extreme Value Distributions.
@@ -43,5 +43,5 @@
   type: exitcode-stdio-1.0
   hs-source-dirs: .
   main-is: src/Tests/tests.hs
-  build-depends: base ^>=4.14.3.0, HUnit ^>=1.6, gev-dist
+  build-depends: base ^>=4.14.3.0, HUnit ^>=1.6, gev-lib
   default-language: Haskell2010
diff --git a/src/Gev/Gumbel.hs b/src/Gev/Gumbel.hs
--- a/src/Gev/Gumbel.hs
+++ b/src/Gev/Gumbel.hs
@@ -10,7 +10,6 @@
     ) where
 
 import qualified Gev
--- import Numeric.SpecFunctions (log1p,expm1) POSSIBLY!!!
 
 data GumbelDistribution = Gumbel {
       location :: {-# UNPACK #-} !Double
