diff --git a/CHANGELOG.md b/CHANGELOG.md index ab50852..bc4edba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Revision history for hiedb -## 0.4.4.0 -- TODO +## 0.4.4.0 -- 2023-11-13 * Add `--src-base-dir` option allowing for src file indexing in `mods` +* 9.8.1 support +* Add `lookupHieFileFromHash` +* Add `lookupPackage` +* Add `removeDependencySrcFiles` ## 0.4.3.0 -- 2023-03-13 diff --git a/hiedb.cabal b/hiedb.cabal index 2df8411..ea2f4b2 100644 --- a/hiedb.cabal +++ b/hiedb.cabal @@ -26,7 +26,7 @@ source-repository head common common-options default-language: Haskell2010 - build-depends: base >= 4.12 && < 4.19 + build-depends: base >= 4.12 && < 4.20 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates @@ -55,7 +55,7 @@ library HieDb.Dump, HieDb.Html, HieDb.Run - build-depends: ghc >= 8.6 + build-depends: ghc >= 8.6 && < 9.9 , array , containers , filepath