/var/lib/ghc/package.conf.d/tree-monad-0.3.conf is in libghc-tree-monad-dev 0.3-1.
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 | name: tree-monad
version: 0.3
id: tree-monad-0.3-EALS3rLjQf5FtZdupOjBcp
key: tree-monad-0.3-EALS3rLjQf5FtZdupOjBcp
license: BSD3
maintainer: sebf@informatik.uni-kiel.de
stability: experimental
homepage: http://sebfisch.github.com/tree-monad
synopsis: Non-Determinism Monad for Tree Search
description:
This Haskell library provides an implementation of the MonadPlus
type class that represents the search space as a tree whose
constructors represent mzero, return, and mplus.
category: Control, Monads
author: Sebastian Fischer
exposed: True
exposed-modules:
Control.Monad.SearchTree
abi: 594a610bd49ad8900871343843483672
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/tree-monad-0.3-EALS3rLjQf5FtZdupOjBcp
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/tree-monad-0.3-EALS3rLjQf5FtZdupOjBcp
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/tree-monad
hs-libraries: HStree-monad-0.3-EALS3rLjQf5FtZdupOjBcp
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/tree-monad-0.3/tree-monad.haddock
haddock-html: /usr/share/doc/libghc-tree-monad-doc/html/
|