Skip to content

Commit

Permalink
Update from Hackage at 2019-03-04T12:06:12Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 4, 2019
1 parent e09f890 commit 137855b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
51 changes: 51 additions & 0 deletions deque/0.3.1.1/deque.cabal
@@ -0,0 +1,51 @@
name: deque
version: 0.3.1.1
synopsis: Double-ended queues
description:
Strict and lazy implementations of Double-Ended Queue (aka Dequeue or Deque)
based on head-tail linked list.
homepage: https://github.com/nikita-volkov/deque
bug-reports: https://github.com/nikita-volkov/deque/issues
author: Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
copyright: (c) 2016, Nikita Volkov
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >=1.10

source-repository head
type: git
location: git://github.com/nikita-volkov/deque.git

library
hs-source-dirs: library
default-extensions: BangPatterns, DeriveDataTypeable, DeriveGeneric, DeriveFunctor, DeriveTraversable, FlexibleContexts, FlexibleInstances, LambdaCase, NoImplicitPrelude, RankNTypes, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeFamilies
default-language: Haskell2010
exposed-modules:
Deque.Lazy
Deque.Lazy.State
Deque.Strict
Deque.Strict.State
other-modules:
Deque.Prelude
build-depends:
base >=4.9 && <5,
mtl >=2.2 && <3,
strict-list >=0.1 && <0.2

test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
default-extensions: BangPatterns, DeriveDataTypeable, DeriveGeneric, DeriveFunctor, DeriveTraversable, FlexibleContexts, FlexibleInstances, LambdaCase, NoImplicitPrelude, RankNTypes, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeFamilies
default-language: Haskell2010
main-is:
Main.hs
build-depends:
deque,
QuickCheck >=2.8.1 && <3,
quickcheck-instances >=0.3.11 && <0.4,
rerebase <2,
tasty >=0.12 && <2,
tasty-hunit >=0.9 && <0.11,
tasty-quickcheck >=0.9 && <0.11
1 change: 1 addition & 0 deletions deque/0.3.1.1/deque.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"57ba37399cda6ac69b2ec20ff3cdd8f0","Skein512_512":"eab3a0fc2dc2e2a52f4c0c94622b9e3318af2ce86770ba4f32983615d595aa5748d09526170bf4cbf546e10e8005455657d40dd18cee3ddeaa405c639cae9f2b","SHA1":"31a0af5bd583f2344be6fd805dbda82bf5f35fbf","SHA512":"36f2048a08b6b2be9c5e324a8f08d83ac53c5b48aaa4bf9eb0c3ddaf0df765e49f61c7a5d1abcf57d3e191c215960632d08e04a8fdde37b5c6ac9da2a6a336ff","SHA256":"cab64b00586fcb43abd902c0335d16e23a8c309df641ee8d33443a6de24da6e0"},"package-locations":["https://hackage.haskell.org/package/deque-0.3.1.1/deque-0.3.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/deque-0.3.1.1.tar.gz"],"package-size":6321}

0 comments on commit 137855b

Please sign in to comment.