File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1+ ## unreleased
2+
3+ ## 0.3.6
4+
5+ Supported GHC 9 and older
Original file line number Diff line number Diff line change 11# thyme
22
3- [ ![ Status ] ( https://travis-ci.org/liyang /thyme.png )] [ travis ] [ Hackage] [ ]
3+ [ ![ CI ] ( https://github.com/fumieval /thyme/actions/workflows/haskell.yml/badge.svg )] ( https://github.com/fumieval/thyme/actions/workflows/haskell.yml ) [ ![ Hackage] ( https://img.shields.io/hackage/v/thyme.svg?logo=haskell )] ( http://hackage.haskell.org/package/thyme )
44
55A faster date and time library based on [ time] [ ] .
66
@@ -14,19 +14,17 @@ A faster date and time library based on [time][].
1414### Library
1515
1616```
17- stack build --flag thyme:lens
17+ cabal build
1818```
1919
2020### Haddock
2121
2222```
23- stack haddock --flag thyme:lens
23+ cabal haddock
2424```
2525
26- [ Hackage ] : http://hackage.haskell.org/package/thyme
2726[ Iso' ] : http://hackage.haskell.org/package/lens/docs/Control-Lens-Iso.html#t:Iso-39-
2827[ Lens' ] : http://hackage.haskell.org/package/lens/docs/Control-Lens-Lens.html#t:Lens-39-
2928[ lens ] : http://hackage.haskell.org/package/lens
3029[ time ] : http://hackage.haskell.org/package/time
31- [ travis ] : https://travis-ci.org/liyang/thyme
3230
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description:
77 .
88 See @<http://hackage.haskell.org/package/thyme/docs/Data-Thyme-Docs.html Data.Thyme.Docs>@
99 for a full description.
10- homepage : https://github.com/liyang /thyme
10+ homepage : https://github.com/fumieval /thyme
1111license : BSD3
1212license-file : LICENSE
1313author : Liyang HU, Ashley Yakeley
@@ -22,9 +22,7 @@ extra-source-files:
2222 README.md
2323 include/thyme.h
2424tested-with :
25- GHC == 7.6.3 , GHC == 7.8.4 ,
26- GHC == 7.10.2 , GHC == 7.10.3 ,
27- GHC >= 8.0 && < 8.2
25+ GHC >= 8.4 && < 9.6
2826
2927source-repository head
3028 type : git
You can’t perform that action at this time.
0 commit comments