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 1
1
# thyme
2
2
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 )
4
4
5
5
A faster date and time library based on [ time] [ ] .
6
6
@@ -14,19 +14,17 @@ A faster date and time library based on [time][].
14
14
### Library
15
15
16
16
```
17
- stack build --flag thyme:lens
17
+ cabal build
18
18
```
19
19
20
20
### Haddock
21
21
22
22
```
23
- stack haddock --flag thyme:lens
23
+ cabal haddock
24
24
```
25
25
26
- [ Hackage ] : http://hackage.haskell.org/package/thyme
27
26
[ Iso' ] : http://hackage.haskell.org/package/lens/docs/Control-Lens-Iso.html#t:Iso-39-
28
27
[ Lens' ] : http://hackage.haskell.org/package/lens/docs/Control-Lens-Lens.html#t:Lens-39-
29
28
[ lens ] : http://hackage.haskell.org/package/lens
30
29
[ time ] : http://hackage.haskell.org/package/time
31
- [ travis ] : https://travis-ci.org/liyang/thyme
32
30
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description:
7
7
.
8
8
See @<http://hackage.haskell.org/package/thyme/docs/Data-Thyme-Docs.html Data.Thyme.Docs>@
9
9
for a full description.
10
- homepage : https://github.com/liyang /thyme
10
+ homepage : https://github.com/fumieval /thyme
11
11
license : BSD3
12
12
license-file : LICENSE
13
13
author : Liyang HU, Ashley Yakeley
@@ -22,9 +22,7 @@ extra-source-files:
22
22
README.md
23
23
include/thyme.h
24
24
tested-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
28
26
29
27
source-repository head
30
28
type : git
You can’t perform that action at this time.
0 commit comments