e52927accc
Background: There exists a feature space for queues that extends between: * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on 'IORef' and "Data.Sequence". ok jasper@
39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/10/31 19:14:17 kili Exp $
|
|
lib/ghc/${DISTNAME}/
|
|
lib/ghc/${DISTNAME}/Data/
|
|
lib/ghc/${DISTNAME}/Data/Concurrent/
|
|
lib/ghc/${DISTNAME}/Data/Concurrent/Deque/
|
|
lib/ghc/${DISTNAME}/Data/Concurrent/Deque/Class.hi
|
|
lib/ghc/${DISTNAME}/Data/Concurrent/Deque/Reference/
|
|
lib/ghc/${DISTNAME}/Data/Concurrent/Deque/Reference.hi
|
|
lib/ghc/${DISTNAME}/Data/Concurrent/Deque/Reference/DequeInstance.hi
|
|
lib/ghc/${DISTNAME}/Data/Concurrent/Deque/Tests.hi
|
|
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
|
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
|
lib/ghc/${DISTNAME}/register.sh
|
|
share/doc/hs-${DISTNAME}/
|
|
share/doc/hs-${DISTNAME}/LICENSE
|
|
share/doc/hs-${DISTNAME}/html/
|
|
share/doc/hs-${DISTNAME}/html/Data-Concurrent-Deque-Class.html
|
|
share/doc/hs-${DISTNAME}/html/Data-Concurrent-Deque-Reference-DequeInstance.html
|
|
share/doc/hs-${DISTNAME}/html/Data-Concurrent-Deque-Reference.html
|
|
share/doc/hs-${DISTNAME}/html/Data-Concurrent-Deque-Tests.html
|
|
share/doc/hs-${DISTNAME}/html/abstract-deque.haddock
|
|
share/doc/hs-${DISTNAME}/html/doc-index.html
|
|
share/doc/hs-${DISTNAME}/html/frames.html
|
|
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
|
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
|
share/doc/hs-${DISTNAME}/html/index-frames.html
|
|
share/doc/hs-${DISTNAME}/html/index.html
|
|
share/doc/hs-${DISTNAME}/html/mini_Data-Concurrent-Deque-Class.html
|
|
share/doc/hs-${DISTNAME}/html/mini_Data-Concurrent-Deque-Reference-DequeInstance.html
|
|
share/doc/hs-${DISTNAME}/html/mini_Data-Concurrent-Deque-Reference.html
|
|
share/doc/hs-${DISTNAME}/html/mini_Data-Concurrent-Deque-Tests.html
|
|
share/doc/hs-${DISTNAME}/html/minus.gif
|
|
share/doc/hs-${DISTNAME}/html/ocean.css
|
|
share/doc/hs-${DISTNAME}/html/plus.gif
|
|
share/doc/hs-${DISTNAME}/html/synopsis.png
|
|
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
|
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
|
lib/ghc/${DISTNAME}/unregister.sh
|