/var/lib/ghc/package.conf.d/shake-0.15.5.conf is in libghc-shake-dev 0.15.5+dfsg-4build2.
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | name: shake
version: 0.15.5
id: shake-0.15.5-a08cd25c96387b2ce3aaaa7a3c4db498
key: shake_LovD6peNi4M6VOjwT7u1yy
license: BSD3
copyright: Neil Mitchell 2011-2015
maintainer: Neil Mitchell <ndmitchell@gmail.com>
homepage: http://shakebuild.com
synopsis: Build system library, like Make, but more accurate dependencies.
description:
Shake is a Haskell library for writing build systems - designed as a
replacement for @make@. See "Development.Shake" for an introduction,
including an example. Further examples are included in the Cabal tarball,
under the @Examples@ directory. The homepage contains links to a user
manual, an academic paper and further information:
<http://shakebuild.com>
.
To use Shake the user writes a Haskell program
that imports "Development.Shake", defines some build rules, and calls
the 'Development.Shake.shakeArgs' function. Thanks to do notation and infix
operators, a simple Shake build system
is not too dissimilar from a simple Makefile. However, as build systems
get more complex, Shake is able to take advantage of the excellent
abstraction facilities offered by Haskell and easily support much larger
projects. The Shake library provides all the standard features available in other
build systems, including automatic parallelism and minimal rebuilds.
Shake also provides more accurate dependency tracking, including seamless
support for generated files, and dependencies on system information
(e.g. compiler version).
category: Development, Shake
author: Neil Mitchell <ndmitchell@gmail.com>
exposed: True
exposed-modules:
Development.Shake Development.Shake.Classes
Development.Shake.Command Development.Shake.Config
Development.Shake.FilePath Development.Shake.Rule
Development.Shake.Util
hidden-modules: Development.Ninja.Env Development.Ninja.Lexer
Development.Ninja.Parse Development.Ninja.Type
Development.Shake.Args Development.Shake.ByteString
Development.Shake.Core Development.Shake.Database
Development.Shake.Demo Development.Shake.Derived
Development.Shake.Errors Development.Shake.FileInfo
Development.Shake.FilePattern Development.Shake.Monad
Development.Shake.Pool Development.Shake.Profile
Development.Shake.Progress Development.Shake.Resource
Development.Shake.Rules.Directory Development.Shake.Rules.File
Development.Shake.Rules.Files Development.Shake.Rules.Oracle
Development.Shake.Rules.OrderOnly Development.Shake.Rules.Rerun
Development.Shake.Shake Development.Shake.Special
Development.Shake.Storage Development.Shake.Types
Development.Shake.Value General.Bilist General.Binary
General.Cleanup General.Concurrent General.Extra General.Intern
General.Process General.String General.Template General.Timing
Paths_shake
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/shake-0.15.5-LovD6peNi4M6VOjwT7u1yy
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/shake-0.15.5-LovD6peNi4M6VOjwT7u1yy
data-dir: /usr/share/shake
hs-libraries: HSshake-0.15.5-LovD6peNi4M6VOjwT7u1yy
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
binary-0.7.5.0-bf6a937522bb8cec5d00218470f28789
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
extra-1.4.2-1237aed78c34a3273961b02ae4fb3985
filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e
hashable-1.2.3.3-ce7af8ca3ebd83133b0e846c245dc9e2
js-flot-0.8.3-bb05f8deb8947e903e79a6e3af924d37
js-jquery-1.11.3-554e7a2661204f7c0d0a73428f5328a9
old-time-1.1.0.3-4494378134a1c0eadea2f9ea5411834e
process-1.2.3.0-a22328103774f0499a990653944cbf99
random-1.1-c46cc413d88c0a330b5495d03f0ed464
time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
unix-2.7.1.0-bb54ee8f9f6b2600aae7a748eb88a610
unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
utf8-string-1.0.1.1-09f6924ad5da4f093413455bda66bd2c
haddock-interfaces: /usr/lib/ghc-doc/haddock/shake-0.15.5/shake.haddock
haddock-html: /usr/share/doc/libghc-shake-doc/html/
|