Commit c17806de authored by Daniel Firth's avatar Daniel Firth
Browse files

Bump to v0.1.2.0

No related merge requests found
Pipeline #1333 failed with stages
......@@ -3,6 +3,7 @@
## v0.1.2.0
* Change SRT to newtype.
* Enable DerivingStrategies and StandaloneKindSignatures.
## v0.1.1.0
......
name: srt
version: 0.1.1.0
version: 0.1.2.0
git: "https://gitlab.homotopic.tech/haskell/srt"
license: MIT
author: "Daniel Firth"
......@@ -12,6 +12,7 @@ extra-source-files:
synopsis: The data type for SRT files.
category: Media
description: The data type for SRT files. https://en.wikipedia.org/wiki/SubRip
default-extensions:
- DerivingStrategies
......
......@@ -5,8 +5,9 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: srt
version: 0.1.1.0
version: 0.1.2.0
synopsis: The data type for SRT files.
description: The data type for SRT files. https://en.wikipedia.org/wiki/SubRip
category: Media
author: Daniel Firth
maintainer: dan.firth@homotopic.tech
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment