Skip to content

Commit

Permalink
Prepare release 0.4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Nov 13, 2023
1 parent 62ef191 commit 11f158e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions hiedb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 11f158e

Please sign in to comment.