v0.4.1.2 (2023-07-10)
-
Update upper bounds to allow:
base-4.17
andbase-4.18
mtl-2.3
bytestring-0.12
strict-0.5
lens-5.2
linear-1.22
text-2.0
ansi-terminal-1.0
Cabal-3.10
-
Test on GHC 9.4 and 9.6
-
r1 (9 Feb 2024): allow
base-4.19
,text-2.1
,tasty-1.5
and test on GHC 9.8
v0.4.1.1 (2021-11-09)
-
Allow
Cabal-3.6
-
r1: allow
base-4.16
andlens-5.1
; test with GHC 9.2
v0.4.1 (2021-08-12)
- Allow
base-4.15
,bytestring-0.11
,strict-0.4
,lens-5.0
,base64-bytestring-1.2
,ansi-terminal-0.11
,Cabal-3.4
,QuickCheck-2.14
,tasty-1.4
- Switch from
cautious-file
tounliftio
package for safe file writing.
v0.4.0.3 (2019-02-09)
More upper bound updates:
- Allow
base-4.12
,containers-0.6
,lens-4.17
,Cabal-2.4
,QuickCheck-2.12
,tasty-1.2
v0.4.0.2 (2018-06-25)
A bunch of upper bound updates etc.:
- Allow
lens-4.16
,Cabal-2.2
QuickCheck-2.11
,haskell-src-exts-1.20
,tasty-1.1
,tasty-quickcheck-0.10
,ansi-terminal-0.8
- Updates to work with several different versions of
Cabal
v0.4.0.1 (2016-11-28)
- Allow
haskell-src-exts-1.19
andhaskell-src-exts-simple-1.19
v0.4 (2016-10-26)
- Build with
ghc-8.0
- Improved error message when
setup-config
can't be read - Fix bug in CPP handling
- Replace
lucid-svg
withsvg-builder
- Allow
diagrams-svg-1.4
- Require
diagrams-lib-1.4
- Allow
haskell-src-exts-1.18
- Allow
diagrams-builder-0.8
- Allow
lens-4.15
v0.3.0.10 (2015-12-06)
- allow
haskell-src-exts-1.17.*
v0.3.0.9 (2015-11-20)
- Allow
lucid-svg-0.6
- Fix broken v0.3.0.8
v0.3.0.8 (2015-11-15)
- Don't use this version.
v0.3.0.7 (2015-09-22)
- Allow
lens-4.13
,linear-1.20
, andtasty-0.11
v0.3.0.6 (2015-07-19)
- Allow `lucid-svg-0.5
v0.3.0.4 (2015-05-26)
- Allow `diagrams-svg-1.3.1
- allow QuickCheck-2.8 in test suite
- ghc-7.10 compatability
- Allow
diagrams-builder-0.7
,diagrams-lib-1.3
, anddiagrams-svg-1.3
- allow
lens-4.9
- allow
vector-space-0.10
- Allow
vector-space-0.9
- Allow
lens-4.7
- Allow
Cabal-1.22
- Allow
tasty-1.10
- Allow
lens-4.6
- Allow
text-1.2
- Allow and require
haskell-src-exts-1.16
- Allow lens-4.4
- allow
diagrams-builder-0.6
- allow
lens-4.2
in the test suite as well
- allow
diagrams-lib-1.2
,diagrams-core-1.2
- allow
cabal-1.20
- allow
mtl-2.2
- allow
lens-4.2
- allow
haskell-src-exts-1.15
in test suite
- allow
haskell-src-exts-1.15
- switch to tasty framework for tests, and allow
QuickCheck-2.7
- allow
lens-4.1
- allow `lens-4.0` in test suite too
- allow diagrams-lib-1.1
- allow lens-4.0
- require diagrams-builder-0.5
- allow text-1.1
- allow text-1.0
- allow lens-3.10 for the test suite
- require diagrams-builder-0.4.2, allowing the use of IO actions
producing diagrams
- update `README`: `extra-doc-files` field in `.cabal` is now supported
by Hackage
- allow diagrams-lib-1.0 and diagrams-svg-1.0
- allow base-4.7
- allow lens-3.10
- bug fix: correctly handle hsenv environments with no name
- prettier progress output and error logging
- allow Cabal-1.18
- require diagrams-svg >= 0.8.0.1
- Take active hsenv into account when looking for distdir (closes #18)
- add an option to generate data URIs instead of external SVGs
- base generated diagram file names on module name + diagram name,
so diagrams with the same name in different files no longer
clobber each other
- part before # is now optional when writing a new diagram URL
- update for haskell-src-exts 1.14
- 'extra-html-files' is now called 'extra-doc-files'
- allow
diagrams-lib-0.7
anddiagrams-svg-0.7
- Add -d option for specifying dist dir
- bump upper bounds:
- allow lens-3.9
- allow QuickCheck-2.6
Initial release!