-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cabal-version to 1.18 and Haskell-CI to GHC 9.12.0
- Loading branch information
1 parent
3e5dd8f
commit 072660c
Showing
7 changed files
with
72 additions
and
78 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
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 |
---|---|---|
@@ -1,30 +1,31 @@ | ||
Cabal-Version: >= 1.10 | ||
Cabal-Version: 1.18 | ||
Name: murmur-hash | ||
Version: 0.1.0.10 | ||
x-revision: 1 | ||
License: BSD3 | ||
License-File: LICENSE | ||
Author: Thomas Schilling | ||
Maintainer: Thomas Schilling <[email protected]> | ||
Homepage: http://github.com/nominolo/murmur-hash | ||
Maintainer: Andreas Abel | ||
Homepage: https://github.com/nominolo/murmur-hash | ||
Synopsis: MurmurHash2 implementation for Haskell. | ||
Description: | ||
Implements MurmurHash2, a good, fast, general-purpose, | ||
non-cryptographic hashing function. See | ||
<http://murmurhash.googlepages.com/> for details. | ||
non-cryptographic hashing function. | ||
. | ||
This implementation is pure Haskell, so it might be a bit slower | ||
than a C FFI binding. | ||
|
||
Category: Data, Digest | ||
Stability: provisional | ||
Build-Type: Simple | ||
Extra-Source-Files: changelog.md | ||
Extra-Doc-Files: changelog.md | ||
|
||
tested-with: | ||
GHC == 9.8.1 | ||
GHC == 9.6.3 | ||
GHC == 9.4.7 | ||
GHC == 9.12.0 | ||
GHC == 9.10.1 | ||
GHC == 9.8.2 | ||
GHC == 9.6.6 | ||
GHC == 9.4.8 | ||
GHC == 9.2.8 | ||
GHC == 9.0.2 | ||
GHC == 8.10.7 | ||
|
@@ -33,7 +34,6 @@ tested-with: | |
GHC == 8.4.4 | ||
GHC == 8.2.2 | ||
GHC == 8.0.2 | ||
GHC == 7.10.3 | ||
|
||
Library | ||
Default-Language: Haskell2010 | ||
|
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 @@ | ||
resolver: lts-12.26 |
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 @@ | ||
resolver: lts-21.25 |
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
resolver: nightly-2024-10-21 |