-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70cf7cc
commit 8582594
Showing
8 changed files
with
32 additions
and
56 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 @@ | ||
type nix-shell >/dev/null 2>&1 && use nix |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ stack.yaml.lock | |
*~ | ||
/.ghc.environment.* | ||
|
||
.direnv/ |
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,7 +1,7 @@ | ||
cabal-version: 2.4 | ||
|
||
name: avro | ||
version: 0.6.1.2 | ||
version: 0.6.2.0 | ||
synopsis: Avro serialization support for Haskell | ||
description: Avro serialization and deserialization support for Haskell | ||
category: Data | ||
|
@@ -11,7 +11,7 @@ author: Thomas M. DuBuisson | |
maintainer: Alexey Raga <[email protected]> | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 | ||
tested-with: GHC == 9.10.1, GHC == 9.8.2, GHC == 9.6.6 | ||
build-type: Simple | ||
extra-source-files: README.md | ||
ChangeLog.md | ||
|
@@ -75,7 +75,7 @@ common raw-strings-qq { build-depends: raw-strings-qq | |
common scientific { build-depends: scientific } | ||
common semigroups { build-depends: semigroups } | ||
common tagged { build-depends: tagged } | ||
common text { build-depends: text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.1 } | ||
common text { build-depends: text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2 } | ||
common time { build-depends: time } | ||
common template-haskell { build-depends: template-haskell >= 2.4 && < 3 } | ||
common tf-random { build-depends: tf-random } | ||
|
@@ -86,7 +86,7 @@ common uuid { build-depends: uuid | |
common vector { build-depends: vector } | ||
common zlib { build-depends: zlib } | ||
|
||
common gauge { if arch(x86_64) || arch(i386) { build-depends: gauge } } | ||
common gauge { build-depends: criterion } | ||
|
||
common config | ||
default-language: Haskell2010 | ||
|
@@ -267,8 +267,7 @@ benchmark bench-time | |
default-language: Haskell2010 | ||
type: exitcode-stdio-1.0 | ||
main-is: Main.hs | ||
if arch(x86_64) || arch(i386) | ||
other-modules: Bench.Deconflict | ||
other-modules: Bench.Deconflict | ||
Bench.Deconflict.Reader | ||
Bench.Deconflict.Writer | ||
Bench.Encoding | ||
|
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
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