Skip to content

Commit 6283961

Browse files
committed
Update thyme.cabal with homepage and GHC versions
Fix links in README.md and add CHNAGELOG.md
1 parent be18116 commit 6283961

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## unreleased
2+
3+
## 0.3.6
4+
5+
Supported GHC 9 and older

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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

thyme.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1111
license: BSD3
1212
license-file: LICENSE
1313
author: Liyang HU, Ashley Yakeley
@@ -22,9 +22,7 @@ extra-source-files:
2222
README.md
2323
include/thyme.h
2424
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
2826

2927
source-repository head
3028
type: git

0 commit comments

Comments
 (0)