Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.0
-----

- Remove deprecated modules `Math.NumberTheory.Powers.Integer` and `Math.NumberTheory.Powers.Natural`

1.0.4
-----

Expand Down
5 changes: 1 addition & 4 deletions integer-logarithms.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ homepage: https://github.com/haskellari/integer-logarithms
bug-reports: https://github.com/haskellari/integer-logarithms/issues
synopsis: Integer logarithms.
description:
"Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer"
from the arithmoi package.
"Math.NumberTheory.Logarithms" from the arithmoi package.
.
Also provides "GHC.Integer.Logarithms.Compat" and
"Math.NumberTheory.Power.Natural" modules, as well as some
Expand Down Expand Up @@ -78,8 +77,6 @@ library

exposed-modules:
Math.NumberTheory.Logarithms
Math.NumberTheory.Powers.Integer
Math.NumberTheory.Powers.Natural

-- compat module
exposed-modules: GHC.Integer.Logarithms.Compat
Expand Down
39 changes: 0 additions & 39 deletions src/Math/NumberTheory/Powers/Integer.hs

This file was deleted.

41 changes: 0 additions & 41 deletions src/Math/NumberTheory/Powers/Natural.hs

This file was deleted.

Loading