Skip to content

Commit

Permalink
Backport #417
Browse files Browse the repository at this point in the history
Also, backport version bumps from 0.13.0
  • Loading branch information
fendor committed Nov 13, 2023
1 parent d92ddc1 commit 99af4f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog hie-bios

## 2023-11-13 - 0.12.1

* 9.8 support [#417](https://github.com/haskell/hie-bios/pull/417)

## 2023-03-13 - 0.12.0

* 9.6 support [#392](https://github.com/haskell/hie-bios/pull/392)
Expand Down
8 changes: 4 additions & 4 deletions hie-bios.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: 2.2
Name: hie-bios
Version: 0.12.0
Version: 0.12.1
Author: Matthew Pickering <matthewtpickering@gmail.com>
Maintainer: Matthew Pickering <matthewtpickering@gmail.com>
License: BSD-3-Clause
Expand Down Expand Up @@ -150,11 +150,11 @@ Library
autogen-modules: Paths_hie_bios
Build-Depends:
base >= 4.8 && < 5,
aeson >= 1.4.4 && < 2.2,
aeson >= 1.4.4 && < 2.3,
base16-bytestring >= 0.1.1 && < 1.1,
bytestring >= 0.10.8 && < 0.12,
bytestring >= 0.10.8 && < 0.13,
co-log-core ^>= 0.3.0,
deepseq >= 1.4.3 && < 1.5,
deepseq >= 1.4.3 && < 1.6,
exceptions ^>= 0.10,
cryptohash-sha1 >= 0.11.100 && < 0.12,
directory >= 1.3.0 && < 1.4,
Expand Down

0 comments on commit 99af4f8

Please sign in to comment.