Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
time
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
time
Commits
37dad65c
Commit
37dad65c
authored
7 years ago
by
Ashley Yakeley
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.8.0.3, and changelog
parent
a98b5a77
No related branches found
Branches containing commit
Tags
1.8.0.3
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Checklist
+1
-1
1 addition, 1 deletion
Checklist
changelog.md
+3
-0
3 additions, 0 deletions
changelog.md
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
time.cabal
+1
-1
1 addition, 1 deletion
time.cabal
with
6 additions
and
3 deletions
Checklist
+
1
−
1
View file @
37dad65c
...
...
@@ -72,6 +72,6 @@ Before release:
git merge master
git push
15. Restore local branch for next development
:
15. Restore local branch for next development
git checkout master
This diff is collapsed.
Click to expand it.
changelog.md
+
3
−
0
View file @
37dad65c
# Change Log
## [1.8.0.3]
-
Add "Quick start" documentation
## [1.8.0.2]
-
Fix behaviour of %Q in format
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
37dad65c
AC_INIT([Haskell time package], [1.8.0.
2
], [ashley@semantic.org], [time])
AC_INIT([Haskell time package], [1.8.0.
3
], [ashley@semantic.org], [time])
# Safety check: Ensure that we are in the correct source directory.
AC_CONFIG_SRCDIR([lib/include/HsTime.h])
...
...
This diff is collapsed.
Click to expand it.
time.cabal
+
1
−
1
View file @
37dad65c
name: time
version: 1.8.0.
2
version: 1.8.0.
3
stability: stable
license: BSD3
license-file: LICENSE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment