Skip to content

Commit

Permalink
Release: gargoyle 0.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 22, 2025
1 parent 00d5865 commit c164dd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions gargoyle/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for gargoyle

## 0.1.2.1

* Support GHC 9.10

## 0.1.2.0

* Fix a bug with shutting down on Apple Silicon
Expand Down
4 changes: 2 additions & 2 deletions gargoyle/gargoyle.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gargoyle
version: 0.1.2.0
version: 0.1.2.1
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
Expand All @@ -22,7 +22,7 @@ extra-source-files:
ChangeLog.md
README.md

tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1

library
exposed-modules: Gargoyle
Expand Down

0 comments on commit c164dd5

Please sign in to comment.