-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to latest released versions of all packages
- Loading branch information
1 parent
7b18804
commit fdf31fb
Showing
7 changed files
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
0.1.1 | ||
Switched to the newly hackage-released 'serialise' package from the previously unreleased 'binary-serialise-cbor' package | ||
Updated all packages to the latest available version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
name: serialization | ||
version: 0.1.0.0 | ||
-- synopsis: | ||
-- description: | ||
-- license: | ||
version: 0.1.1 | ||
synopsis: Time and size benchmarks for the most popular Haskell serialization libraries | ||
license-file: LICENSE | ||
author: Ömer Sinan Ağacan | ||
maintainer: [email protected] | ||
-- copyright: | ||
-- category: | ||
build-type: Simple | ||
-- extra-source-files: | ||
cabal-version: >=1.10 | ||
|
||
library | ||
|
@@ -25,7 +20,7 @@ benchmark all | |
QuickCheck, | ||
base >=4.8 && <4.10, | ||
binary >=0.8 && <0.9, | ||
binary-serialise-cbor, | ||
serialise, | ||
bytestring, | ||
cereal >=0.5.1 && <0.6, | ||
containers >= 0.5.6.2, | ||
|
@@ -42,4 +37,4 @@ benchmark all | |
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
ghc-options: -Wall -fno-warn-orphans -O2 | ||
--ghc-options: -Wall -O2 -ddump-simpl -dsuppress-idinfo -ddump-to-file | ||
--ghc-options: -Wall -O2 -ddump-simpl -dsuppress-idinfo -ddump-to-file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters