/var/lib/ghc/package.conf.d/Shellac-0.9.5.1.conf is in libghc-shellac-dev 0.9.5.1-5.
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 | name: Shellac
version: 0.9.5.1
id: Shellac-0.9.5.1-3836c17e1311cab1d09f3f14624efea4
license: BSD3
copyright:
maintainer: robdockins AT fastmail DOT fm
stability: Beta
homepage: http://www.cs.princeton.edu/~rdockins/shellac/home/
package-url:
synopsis: A framework for creating shell envinronments
description: Shellac is a framework for building read-eval-print style shells.
Shells are created by declaratively defining a set of shell commands
and an evaluation function. Shellac supports multiple shell backends,
including a 'basic' backend which uses only Haskell IO primitives and
a full featured 'readline' backend based on the the Haskell readline
bindings found in the standard libraries.
This library attempts to allow users to write shells at a high level
and still enjoy the advanced features that may be available from a
powerful line editing package like readline.
category: User Interfaces
author: Robert Dockins
exposed: True
exposed-modules: System.Console.Shell System.Console.Shell.Backend
System.Console.Shell.Backend.Basic System.Console.Shell.ShellMonad
hidden-modules: System.Console.Shell.Regex
System.Console.Shell.PPrint System.Console.Shell.Types
System.Console.Shell.RunShell System.Console.Shell.Commands
System.Console.Shell.ConsoleHandler
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/Shellac-0.9.5.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/Shellac-0.9.5.1/ghc-7.6.3
hs-libraries: HSShellac-0.9.5.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
unix-2.6.0.1-f12544f106e651e2866b480a05caac7c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/shellac-0.9.5.1/Shellac.haddock
haddock-html: /usr/share/doc/libghc-shellac-doc/html/
|