Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cabal.sandbox.config
dist
dist-newstyle
.cabal-sandbox
.ghc.environment.*
.stack-work
4 changes: 2 additions & 2 deletions integer-logarithms.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
base >= 4.3 && < 4.11,
base >= 4.3 && < 4.12,
array >= 0.3 && < 0.6,
ghc-prim < 0.6
if impl(ghc >= 7.10)
Expand Down Expand Up @@ -97,7 +97,7 @@ test-suite spec
build-depends:
base,
integer-logarithms,
tasty >= 0.10 && < 0.12,
tasty >= 0.10 && < 1.1,
tasty-smallcheck >= 0.8 && < 0.9,
tasty-quickcheck >= 0.8 && < 0.10,
tasty-hunit >= 0.9 && < 0.10,
Expand Down