-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from Hackage at 2016-02-20T19:16:39+0000
- Loading branch information
Commercial Haskell all-cabal-hashes Travis job
committed
Feb 20, 2016
1 parent
674a4f8
commit 735e006
Showing
2 changed files
with
71 additions
and
0 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,70 @@ | ||
-- Initial fixfile.cabal generated by cabal init. For further | ||
-- documentation, see http://haskell.org/cabal/users-guide/ | ||
|
||
name: fixfile | ||
version: 0.2.0.0 | ||
synopsis: File-backed recursive data structures. | ||
homepage: https://github.com/revnull/fixfile | ||
license: LGPL-3 | ||
license-file: LICENSE | ||
author: Rev. Johnny Healey | ||
maintainer: Rev. Johnny Healey <rev.null@gmail.com> | ||
-- copyright: | ||
category: Data | ||
build-type: Simple | ||
-- extra-source-files: | ||
cabal-version: >=1.10 | ||
description: | ||
This package is a library for datatype-generic disk serialization. It | ||
provides a file abstraction that uses multi-version concurrency control | ||
to support transaction-aware isolation for multi-threaded access. | ||
|
||
The base library comes with a collection of datatypes to provide sets and | ||
key-value stores with different properties. | ||
|
||
library | ||
build-depends: base >=4.8 && < 5 | ||
,binary | ||
,bytestring | ||
,mtl | ||
,array | ||
,directory | ||
,filepath | ||
,temporary | ||
,hashable | ||
,hashtables | ||
,containers | ||
,lens | ||
,vector | ||
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
exposed-modules: Data.FixFile | ||
,Data.FixFile.BTree | ||
,Data.FixFile.Set | ||
,Data.FixFile.Tree23 | ||
,Data.FixFile.Trie | ||
other-modules: Data.FixFile.Fixed | ||
ghc-options: -Wall | ||
|
||
Test-Suite test-fixfile | ||
hs-source-dirs: tests | ||
Main-is: Tests.hs | ||
type: exitcode-stdio-1.0 | ||
Build-Depends: base >=4.5 | ||
,fixfile | ||
,binary >= 0.7 | ||
,bytestring >= 0.10.2 | ||
,mtl | ||
,temporary | ||
,directory | ||
,QuickCheck | ||
,tasty | ||
,tasty-quickcheck | ||
,exceptions | ||
,lens | ||
default-language: Haskell2010 | ||
ghc-options: -O2 -threaded | ||
|
||
source-repository head | ||
type: git | ||
location: git@github.com:revnull/fixfile.git |
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 @@ | ||
{"package-hashes":{"MD5":"035a989592ceb5eb7269e1e9eda4dc5f","Skein512_512":"033c5720aca1a4084465fdcc8a6cd9a8a088c538a3cc68eb6e951c7e2aa63ef5b389c412b1bffa00c533442ee9f6a79790ccf745199de69c08d6ecf3adc72fb0","SHA1":"f20c5c667876446f9afb87c8d076bf1b1b091531","SHA512":"bca962307f7672ef6ba73de02b3914c43f3adcee3d0cff6f2210530c17b3bf295fce575b734164f42bacc1bc1e59173123baf4dc9489a13656fcdd295f607d66","SHA256":"7cc1313702089f3b559a9e167ff83ea1ab91406f57500c567d69672c3f85ecfe"},"package-locations":["https://hackage.haskell.org/package/fixfile-0.2.0.0/fixfile-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/fixfile-0.2.0.0.tar.gz"],"package-size":20047} |