Skip to content

Commit

Permalink
Merge pull request #3 from tmcgilchrist/patch-1
Browse files Browse the repository at this point in the history
Various metadata fixes
  • Loading branch information
fumieval authored Mar 2, 2023
2 parents be18116 + 6283961 commit 103a943
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## unreleased

## 0.3.6

Supported GHC 9 and older
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# thyme

[![Status](https://travis-ci.org/liyang/thyme.png)][travis] [Hackage][]
[![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)

A faster date and time library based on [time][].

Expand All @@ -14,19 +14,17 @@ A faster date and time library based on [time][].
### Library

```
stack build --flag thyme:lens
cabal build
```

### Haddock

```
stack haddock --flag thyme:lens
cabal haddock
```

[Hackage]: http://hackage.haskell.org/package/thyme
[Iso']: http://hackage.haskell.org/package/lens/docs/Control-Lens-Iso.html#t:Iso-39-
[Lens']: http://hackage.haskell.org/package/lens/docs/Control-Lens-Lens.html#t:Lens-39-
[lens]: http://hackage.haskell.org/package/lens
[time]: http://hackage.haskell.org/package/time
[travis]: https://travis-ci.org/liyang/thyme

6 changes: 2 additions & 4 deletions thyme.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description:
.
See @<http://hackage.haskell.org/package/thyme/docs/Data-Thyme-Docs.html Data.Thyme.Docs>@
for a full description.
homepage: https://github.com/liyang/thyme
homepage: https://github.com/fumieval/thyme
license: BSD3
license-file: LICENSE
author: Liyang HU, Ashley Yakeley
Expand All @@ -22,9 +22,7 @@ extra-source-files:
README.md
include/thyme.h
tested-with:
GHC == 7.6.3, GHC == 7.8.4,
GHC == 7.10.2, GHC == 7.10.3,
GHC >= 8.0 && < 8.2
GHC >= 8.4 && < 9.6

source-repository head
type: git
Expand Down

0 comments on commit 103a943

Please sign in to comment.