Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,251
Issues
4,251
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
394
Merge Requests
394
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
bcc213db
Commit
bcc213db
authored
Dec 20, 2015
by
Herbert Valerio Riedel
🕺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update time submodule to v1.6 release
This is the designated release to go with GHC 8.0.1 /cc
@AshleyYakeley
parent
34eaf2b8
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
9 deletions
+7
-9
compiler/ghc.cabal.in
compiler/ghc.cabal.in
+1
-1
libraries/Cabal
libraries/Cabal
+1
-1
libraries/directory
libraries/directory
+1
-1
libraries/hpc
libraries/hpc
+1
-1
libraries/time
libraries/time
+1
-1
libraries/unix
libraries/unix
+1
-1
mk/warnings.mk
mk/warnings.mk
+1
-3
No files found.
compiler/ghc.cabal.in
View file @
bcc213db
...
...
@@ -49,7 +49,7 @@ Library
process >= 1 && < 1.5,
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
time
< 1.6
,
time
>= 1.4 && < 1.7
,
containers >= 0.5 && < 0.6,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
...
...
Cabal
@
50ccb668
Compare
e275a162
...
50ccb668
Subproject commit
e275a162ccac087f8b25b424551e8a1598dd5943
Subproject commit
50ccb668e866ccbe35a1982bf81750cec7aea382
directory
@
5696798a
Compare
4dcb2873
...
5696798a
Subproject commit
4dcb2873166558575fe70142da87952bd558f943
Subproject commit
5696798a0adbf3401688f223fe64a4aa6378e87b
hpc
@
a6dee685
Compare
5123582f
...
a6dee685
Subproject commit
5123582f48b46efc3d27424bc475125a1de78e2e
Subproject commit
a6dee68551ce931e2d2184c47c0e64180618450a
time
@
409d7a01
Compare
8d3c90a4
...
409d7a01
Subproject commit
8d3c90a420c8985dcc439766c028821cea7dc848
Subproject commit
409d7a01659c2ac331017a6ece423485bc7aaf01
unix
@
4f3b5d8b
Compare
5d5b7471
...
4f3b5d8b
Subproject commit
5d5b74716b696b0f22c37a88ccc5c114b13f0398
Subproject commit
4f3b5d8b87eef07d8df62a8d7240830bb81a8a6b
mk/warnings.mk
View file @
bcc213db
...
...
@@ -55,9 +55,7 @@ libraries/vector_dist-install_EXTRA_HC_OPTS += -Wno-unused-imports
# haddock's attoparsec uses deprecated `inlinePerformIO`
utils/
haddock_dist_EXTRA_HC_OPTS
+=
-Wno-deprecations
# not yet de-tabbed
libraries/
time_dist-install_EXTRA_HC_OPTS
+=
-Wno-tabs
# On Windows, there are also some unused import warnings
# On Windows, there are/were some unused import warnings
ifeq
"$(HostOS_CPP)" "mingw32"
libraries/
time_dist-install_EXTRA_HC_OPTS
+=
-Wno-unused-imports
-Wno-identities
endif
...
...
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