Skip to content

Support GHC 9.12 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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: 1 addition & 1 deletion serdoc-binary/serdoc-binary.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: serdoc-binary
version: 0.3.0.0
version: 0.3.1.0
synopsis: `binary` backend for `serdoc`
-- description:
license: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions serdoc-core/serdoc-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: serdoc-core
version: 0.3.0.0
version: 0.3.1.0
synopsis: Generated documentation of serialization formats
description: A set of typeclasses, primitives, combinators, and TH
utilities for documenting serialization formats in a mostly
Expand Down Expand Up @@ -40,7 +40,7 @@ library
, text >=1.1 && <2.2
, time >=1.12 && <1.14
, template-haskell >=2.16 && <2.24
, th-abstraction >=0.6 && <0.7
, th-abstraction >=0.6 && <0.8
hs-source-dirs: src
default-language: Haskell2010

Expand Down