Skip to content

Commit

Permalink
Update version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc authored Dec 9, 2023
1 parent caae6e3 commit 3190f7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

See https://github.com/chungyc/ninetynine.

## v1.2.0

* No longer require the implementation of partial functions.

## v1.1.0

* Improvements in testing.
Expand Down
5 changes: 3 additions & 2 deletions ninetynine.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name: ninetynine
version: 1.1.0
version: 1.2.0
synopsis: Ninety-Nine Haskell Problems
description: Ninety-Nine Haskell Problems.
These are programming exercises for practice with [Haskell](https://www.haskell.org/).
Expand All @@ -14,6 +14,7 @@ description: Ninety-Nine Haskell Problems.
To try your hand at solving the problems, replace the aliases in the problem modules with your own implementations.
.
Based on the Ninety-Nine Haskell problems on [HaskellWiki](https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems).
Unlike the set of problems on HaskellWiki, these are actually 99 Haskell problems.
For more information, see <https://github.com/chungyc/ninetynine>.
category: Education
homepage: https://ninetynine.haskell.chungyc.org/
Expand Down
3 changes: 2 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ninetynine
version: 1.1.0
version: 1.2.0
github: "chungyc/ninetynine"
license: GPL-3.0-or-later
license-file: LICENSE
Expand Down Expand Up @@ -27,6 +27,7 @@ description: |
To try your hand at solving the problems, replace the aliases in the problem modules with your own implementations.
.
Based on the Ninety-Nine Haskell problems on [HaskellWiki](https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems).
Unlike the set of problems on HaskellWiki, these are actually 99 Haskell problems.
For more information, see <https://github.com/chungyc/ninetynine>.
language: GHC2021
Expand Down
2 changes: 1 addition & 1 deletion src/Problems.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright: Copyright (C) 2023 Yoo Chung
License: GPL-3.0-or-later
Maintainer: [email protected]
This is a list of Ninety-Nine Haskell Problems.
This is a list of 99 Haskell Problems.
Each problem is provided a skeleton where you can implement your own solutions.
For example, the "Problems.P11" module provides a skeleton in which you can
Expand Down

0 comments on commit 3190f7e

Please sign in to comment.