/var/lib/ghc/package.conf.d/reactive-banana-1.1.0.1.conf is in libghc-reactive-banana-dev 1.1.0.1-2build4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | name: reactive-banana
version: 1.1.0.1
id: reactive-banana-1.1.0.1-FvXclfzq4xJACD3PKFN6Op
key: reactive-banana-1.1.0.1-FvXclfzq4xJACD3PKFN6Op
license: BSD3
maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
homepage: http://wiki.haskell.org/Reactive-banana
synopsis: Library for functional reactive programming (FRP).
description:
Reactive-banana is a library for Functional Reactive Programming (FRP).
.
FRP offers an elegant and concise way to express interactive programs such as graphical user interfaces, animations, computer music or robot controllers. It promises to avoid the spaghetti code that is all too common in traditional approaches to GUI programming.
.
See the project homepage <http://wiki.haskell.org/Reactive-banana>
for more detailed documentation and examples.
.
/Stability forecast./
This is a stable library, though minor API changes are still likely.
It features an efficient, push-driven implementation
and has seen some optimization work.
.
/API guide./
Start with the "Reactive.Banana" module.
category: FRP
author: Heinrich Apfelmus
exposed: True
exposed-modules:
Control.Event.Handler Reactive.Banana Reactive.Banana.Combinators
Reactive.Banana.Frameworks Reactive.Banana.Model
Reactive.Banana.Prim Reactive.Banana.Prim.Cached
hidden-modules: Control.Monad.Trans.ReaderWriterIO
Control.Monad.Trans.RWSIO Reactive.Banana.Internal.Combinators
Reactive.Banana.Prim.Combinators Reactive.Banana.Prim.Compile
Reactive.Banana.Prim.Dependencies Reactive.Banana.Prim.Evaluation
Reactive.Banana.Prim.Graph Reactive.Banana.Prim.IO
Reactive.Banana.Prim.OrderedBag Reactive.Banana.Prim.Plumbing
Reactive.Banana.Prim.Test Reactive.Banana.Prim.Types
Reactive.Banana.Prim.Util Reactive.Banana.Types
abi: 314dd48217de5cad143223de4fe98c6e
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/reactive-banana-1.1.0.1-FvXclfzq4xJACD3PKFN6Op
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/reactive-banana-1.1.0.1-FvXclfzq4xJACD3PKFN6Op
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/reactive-banana
hs-libraries: HSreactive-banana-1.1.0.1-FvXclfzq4xJACD3PKFN6Op
depends:
base-4.9.1.0 containers-0.5.7.1
hashable-1.2.6.1-2ZLNuHq395GGIHwEHuqZol
pqueue-1.3.2.3-9jSEp1iXLMPDpng19f6ZUU transformers-0.5.2.0
unordered-containers-0.2.8.0-Bp9XgxjuHxcI4tFehVMDGC
vault-0.3.0.7-FSJCPczyPWW8DwvwP76qt4
haddock-interfaces: /usr/lib/ghc-doc/haddock/reactive-banana-1.1.0.1/reactive-banana.haddock
haddock-html: /usr/share/doc/libghc-reactive-banana-doc/html/
|