/var/lib/ghc/package.conf.d/basic-prelude-0.6.1.1.conf is in libghc-basic-prelude-dev 0.6.1.1-1build5.
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 | name: basic-prelude
version: 0.6.1.1
id: basic-prelude-0.6.1.1-El1Wy7S1A6pEQzPzg8gzoB
key: basic-prelude-0.6.1.1-El1Wy7S1A6pEQzPzg8gzoB
license: MIT
maintainer: michael@snoyman.com
homepage: https://github.com/snoyberg/basic-prelude
synopsis: An enhanced core prelude; a common foundation for alternate preludes.
description:
The premise of @basic-prelude@ is that there are a lot of very commonly desired features missing from the standard @Prelude@, such as commonly used operators (@\<$\>@ and @>=>@, for instance) and imports for common datatypes (e.g., @ByteString@ and @Vector@). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions.
.
So @basic-prelude@ is intended to give a common foundation for a number of alternate preludes. The package provides two modules: @CorePrelude@ provides the common ground for other preludes to build on top of, while @BasicPrelude@ exports @CorePrelude@ together with commonly used list functions to provide a drop-in replacement for the standard @Prelude@.
.
Users wishing to have an improved @Prelude@ can use @BasicPrelude@. Developers wishing to create a new prelude should use @CorePrelude@.
category: Control, Prelude
author: Michael Snoyman, Dan Burton
exposed: True
exposed-modules:
BasicPrelude CorePrelude
abi: e1fc0a5ce3f58663695edf47e5ba1773
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/basic-prelude-0.6.1.1-El1Wy7S1A6pEQzPzg8gzoB
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/basic-prelude-0.6.1.1-El1Wy7S1A6pEQzPzg8gzoB
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/basic-prelude
hs-libraries: HSbasic-prelude-0.6.1.1-El1Wy7S1A6pEQzPzg8gzoB
depends:
ReadArgs-1.2.3-FZlTw1cmwFABXd9Qu17GpK base-4.9.1.0
bytestring-0.10.8.1 containers-0.5.7.1 filepath-1.4.1.1
hashable-1.2.6.1-2ZLNuHq395GGIHwEHuqZol
lifted-base-0.2.3.11-EJk3wL9KL8YEccVtoTgqIE
safe-0.3.15-2Yd45VWFfdcKqKyispOifY
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00 transformers-0.5.2.0
unordered-containers-0.2.8.0-Bp9XgxjuHxcI4tFehVMDGC
vector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ
haddock-interfaces: /usr/lib/ghc-doc/haddock/basic-prelude-0.6.1.1/basic-prelude.haddock
haddock-html: /usr/share/doc/libghc-basic-prelude-doc/html/
|