/var/lib/ghc/package.conf.d/stateref-0.3.conf is in libghc-stateref-dev 0.3-5build1.
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 | name: stateref
version: 0.3
id: stateref-0.3-Cm3aQNjWJKr7vexK9kx4z4
key: stateref-0.3-Cm3aQNjWJKr7vexK9kx4z4
license: PublicDomain
maintainer: James Cook <mokus@deepbondi.net>
stability: provisional
homepage: http://code.haskell.org/~mokus/stateref/
synopsis: Abstraction for things that work like IORef.
description:
A collection of type-classes generalizing the
read\/write\/modify operations for stateful variables
provided by things like IORef, TVar, &c.
Note that The interface has changed a bit from the
0.2.* version. \"*Ref\" functions are now called
\"*Reference\" and new \"*Ref\" function exist with
simpler signatures.
The new 'Ref' existential type provides a convenient
monad-indexed reference type, and the HasRef class
indicates monads for which there is a default
reference type for every referent.
category: Data
author: James Cook <mokus@deepbondi.net>
exposed: True
exposed-modules:
Data.Accessor Data.StateRef Data.StateRef.Types
Data.StateRef.Instances Data.MRef Data.MRef.Types
Data.MRef.Instances
hidden-modules: Data.StateRef.Instances.Undecidable
Data.StateRef.Instances.STM Data.MRef.Instances.STM
abi: 2fa16ce88e80c83f8a3aec3e8add5781
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/stateref-0.3-Cm3aQNjWJKr7vexK9kx4z4
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/stateref-0.3-Cm3aQNjWJKr7vexK9kx4z4
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/stateref
hs-libraries: HSstateref-0.3-Cm3aQNjWJKr7vexK9kx4z4
depends:
base-4.9.1.0 mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
stm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve
haddock-interfaces: /usr/lib/ghc-doc/haddock/stateref-0.3/stateref.haddock
haddock-html: /usr/share/doc/libghc-stateref-doc/html/
|