Skip to content

Commit

Permalink
v1.0.20231204: re-release because of faulty tarball for 0.2018.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 4, 2023
1 parent 9049196 commit 7f26512
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,15 @@
Changelog for java-adt
======================

1.0.20231204
------------

- Switch to Haskell Package Versioning Policy.
- Correct sdist tarball
(`cabal install java-adt-0.2018.11.4` fails due to packaging of `Lexer.hs` and `Parser.hs`).
- Tested with GHC 8.0 - 9.8.

0.2018.11.4
-----------

- fixed compilation with ghc-8.4.4 and ghc-8.6.1
- Fixed compilation with ghc-8.4.4 and ghc-8.6.1.
10 changes: 5 additions & 5 deletions README.md
@@ -1,16 +1,16 @@
# java-adt
java-adt
========

A tool to create immutable algebraic data structures and visitors for Java
(such as abstract syntax trees). The input syntax is similar to Haskell data types,
and they will be compiled to Java class hierarchies.

Installation
------------

With a running Haskell installation such as the
[Haskell platform](https://www.haskell.org/platform/),
simply type into your shell
With a running [Haskell installation](https://www.haskell.org/ghcup/), simply type into your shell
```
cabal install alex happy java-adt
cabal install java-adt
```
and make sure your `.cabal/bin/` (or similar) is part of your system PATH.

Expand Down
8 changes: 4 additions & 4 deletions java-adt.cabal
@@ -1,13 +1,13 @@
name: java-adt
version: 0.2018.11.4
version: 1.0.20231204
build-type: Simple
cabal-version: 1.18
license: OtherLicense
license-file: LICENSE
author: Andreas Abel
maintainer: Andreas Abel <andreas.abel@gu.se>
homepage: http://github.com/andreasabel/java-adt
bug-reports: http://github.com/andreasabel/java-adt/issues
homepage: https://github.com/andreasabel/java-adt
bug-reports: https://github.com/andreasabel/java-adt/issues
category: Java
synopsis: Create immutable algebraic data structures for Java.
description:
Expand Down Expand Up @@ -39,7 +39,7 @@ extra-doc-files: CHANGELOG.md

source-repository head
type: git
location: http://github.com/andreasabel/java-adt.git
location: https://github.com/andreasabel/java-adt.git

executable java-adt
hs-source-dirs: src
Expand Down

0 comments on commit 7f26512

Please sign in to comment.