Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
head.hackage
Merge requests
!149
Patch deriving-compat-0.5.10 and text-show-3.9
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Patch deriving-compat-0.5.10 and text-show-3.9
RyanGlScott/head.hackage:2021-03-22
into
master
Overview
0
Commits
6
Pipelines
6
Changes
31
Merged
Ryan Scott
requested to merge
RyanGlScott/head.hackage:2021-03-22
into
master
4 years ago
Overview
0
Commits
6
Pipelines
6
Changes
31
Expand
0
0
Merge request reports
Compare
master
version 2
05e8fc39
4 years ago
version 1
31840caa
4 years ago
master (base)
and
latest version
latest version
ae085a75
6 commits,
4 years ago
version 2
05e8fc39
4 commits,
4 years ago
version 1
31840caa
4 commits,
4 years ago
31 files
+
718
−
692
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
31
Search (e.g. *.vue) (Ctrl+P)
patches/HTTP-4000.3.15.patch deleted
100644 → 0
+
0
−
13
Options
diff --git a/Network/TCP.hs b/Network/TCP.hs
index 6f20319..ce01117 100644
--- a/Network/TCP.hs
+++ b/Network/TCP.hs
@@ -89,7 +89,7 @@
instance Eq EndPoint where
map toLower host1 == map toLower host2 && port1 == port2
data Conn a
- = MkConn { connSock :: ! Socket
+ = MkConn { connSock :: !Socket
, connHandle :: Handle
, connBuffer :: BufferOp a
, connInput :: Maybe a
Loading