mirror of
https://github.com/codedownio/haskell-plot.git
synced 2025-04-26 18:36:04 +00:00
bumped 'plot.cabal' version number and added a note to 'CHANGES'
This commit is contained in:
parent
cd3489b89c
commit
547acf1f34
3
CHANGES
3
CHANGES
@ -142,3 +142,6 @@
|
|||||||
|
|
||||||
0.2.3.10:
|
0.2.3.10:
|
||||||
* adapt to new MonadFail by vaibhavsagar
|
* adapt to new MonadFail by vaibhavsagar
|
||||||
|
0.2.3.11:
|
||||||
|
* enabled compilation on ghc 8.8.3, fixing Monad fail.
|
||||||
|
(by hasufell)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: plot
|
Name: plot
|
||||||
Version: 0.2.3.10
|
Version: 0.2.3.11
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
Copyright: (c) A.V.H. McPhail 2010, 2012-2017, 2019
|
Copyright: (c) A.V.H. McPhail 2010, 2012-2017, 2019
|
||||||
@ -35,7 +35,7 @@ Description:
|
|||||||
.
|
.
|
||||||
Category: Graphics
|
Category: Graphics
|
||||||
|
|
||||||
Tested-with: GHC==8.2.2
|
Tested-with: GHC==8.8.3
|
||||||
Cabal-version: >= 1.8
|
Cabal-version: >= 1.8
|
||||||
Build-type: Simple
|
Build-type: Simple
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user