osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-data-clist revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-clist?expand=0&rev=18
This commit is contained in:
parent
5e6873c37e
commit
2f938d7022
@ -1,43 +1,43 @@
|
||||
Cabal-Version: 2.2
|
||||
Name: data-clist
|
||||
Synopsis: Simple functional ring type.
|
||||
Description: Simple functional bidirectional ring type.
|
||||
|
||||
Given that the ring terminiology clashes with certain
|
||||
mathematical branches, we're using the term CList or
|
||||
CircularList instead.
|
||||
Version: 0.2
|
||||
x-revision: 1
|
||||
License: BSD-3-Clause
|
||||
License-File: LICENSE
|
||||
Author: John Van Enk <vanenkj@gmail.com>
|
||||
Maintainer: Jeremy Huffman <jeremy@jeremyhuffman.com>, John Van Enk <vanenkj@gmail.com>
|
||||
Stability: experimental
|
||||
Category: Data Structures
|
||||
Build-Type: Simple
|
||||
Homepage: https://github.com/sw17ch/data-clist
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/sw17ch/data-clist.git
|
||||
|
||||
Library
|
||||
Default-Language: Haskell2010
|
||||
Build-Depends: base >= 4 && < 5,
|
||||
deepseq >= 1.1 && < 1.6
|
||||
Exposed-Modules:
|
||||
Data.CircularList
|
||||
Data.CircularList.Internal
|
||||
|
||||
ghc-options: -Wall
|
||||
hs-source-dirs: src
|
||||
|
||||
Test-Suite tests
|
||||
Default-Language: Haskell2010
|
||||
Type: exitcode-stdio-1.0
|
||||
Build-Depends: base >=4.11 && < 5
|
||||
, data-clist
|
||||
, QuickCheck >= 2.4 && < 2.15
|
||||
hs-source-dirs: tests/
|
||||
main-is: quickcheck.hs
|
||||
|
||||
Cabal-Version: 2.2
|
||||
Name: data-clist
|
||||
Synopsis: Simple functional ring type.
|
||||
Description: Simple functional bidirectional ring type.
|
||||
|
||||
Given that the ring terminiology clashes with certain
|
||||
mathematical branches, we're using the term CList or
|
||||
CircularList instead.
|
||||
Version: 0.2
|
||||
x-revision: 1
|
||||
License: BSD-3-Clause
|
||||
License-File: LICENSE
|
||||
Author: John Van Enk <vanenkj@gmail.com>
|
||||
Maintainer: Jeremy Huffman <jeremy@jeremyhuffman.com>, John Van Enk <vanenkj@gmail.com>
|
||||
Stability: experimental
|
||||
Category: Data Structures
|
||||
Build-Type: Simple
|
||||
Homepage: https://github.com/sw17ch/data-clist
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/sw17ch/data-clist.git
|
||||
|
||||
Library
|
||||
Default-Language: Haskell2010
|
||||
Build-Depends: base >= 4 && < 5,
|
||||
deepseq >= 1.1 && < 1.6
|
||||
Exposed-Modules:
|
||||
Data.CircularList
|
||||
Data.CircularList.Internal
|
||||
|
||||
ghc-options: -Wall
|
||||
hs-source-dirs: src
|
||||
|
||||
Test-Suite tests
|
||||
Default-Language: Haskell2010
|
||||
Type: exitcode-stdio-1.0
|
||||
Build-Depends: base >=4.11 && < 5
|
||||
, data-clist
|
||||
, QuickCheck >= 2.4 && < 2.15
|
||||
hs-source-dirs: tests/
|
||||
main-is: quickcheck.hs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user