Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
srt
Commits
c17806de
Commit
c17806de
authored
2 years ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
Bump to v0.1.2.0
parent
0a1f8f9b
master
v0.1.2.0
No related merge requests found
Pipeline
#1333
failed with stages
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
ChangeLog.md
ChangeLog.md
+1
-0
package.yaml
package.yaml
+2
-1
srt.cabal
srt.cabal
+2
-1
No files found.
ChangeLog.md
View file @
c17806de
...
...
@@ -3,6 +3,7 @@
## v0.1.2.0
*
Change SRT to newtype.
*
Enable DerivingStrategies and StandaloneKindSignatures.
## v0.1.1.0
...
...
This diff is collapsed.
Click to expand it.
package.yaml
View file @
c17806de
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
...
...
This diff is collapsed.
Click to expand it.
srt.cabal
View file @
c17806de
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help