Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary
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
Saizan
binary
Commits
e6f79efe
Unverified
Commit
e6f79efe
authored
2 years ago
by
Ben Gamari
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #194 from chrisdone/patch-3
Drop efficiency wording from README
parents
57fbea56
bf02418b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-2
3 additions, 2 deletions
README.md
with
3 additions
and
2 deletions
README.md
+
3
−
2
View file @
e6f79efe
...
@@ -2,12 +2,13 @@
...
@@ -2,12 +2,13 @@
[

](https://hackage.haskell.org/package/binary)
[

](https://www.stackage.org/package/binary)
[

](http://travis-ci.org/kolmodin/binary)
[

](https://hackage.haskell.org/package/binary)
[

](https://www.stackage.org/package/binary)
[

](http://travis-ci.org/kolmodin/binary)
*
Efficient, p
ure binary serialisation using lazy ByteStrings.*
*
P
ure binary serialisation using lazy ByteStrings.*
The
``binary``
package provides Data.Binary, containing the Binary class,
The
``binary``
package provides Data.Binary, containing the Binary class,
and associated methods, for serialising values to and from lazy
and associated methods, for serialising values to and from lazy
ByteStrings.
ByteStrings.
A key feature of
``binary``
is that the interface is both pure, and efficient.
A key feature of
``binary``
is that the interface is both pure, and
moderately efficient.
The
``binary``
package is portable to GHC and Hugs.
The
``binary``
package is portable to GHC and Hugs.
## Installing binary from Hackage ##
## Installing binary from Hackage ##
...
...
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