/var/lib/ghc/package.conf.d/split-0.2.3.2.conf is in libghc-split-dev 0.2.3.2-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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | name: split
version: 0.2.3.2
id: split-0.2.3.2-CJl40zTyCIV16Pr60nb7CT
key: split-0.2.3.2-CJl40zTyCIV16Pr60nb7CT
license: BSD3
copyright: (c) Brent Yorgey, Louis Wasserman 2008-2012
maintainer: byorgey@gmail.com
stability: stable
synopsis: Combinator library for splitting lists.
description:
A collection of various methods for splitting
lists into parts, akin to the \"split\" function
found in several mainstream languages. Here is
its tale:
.
Once upon a time the standard "Data.List" module
held no function for splitting a list into parts
according to a delimiter. Many a brave
lambda-knight strove to add such a function, but
their striving was in vain, for Lo, the Supreme
Council fell to bickering amongst themselves what
was to be the essential nature of the One True
Function which could cleave a list in twain (or
thrain, or any required number of parts).
.
And thus came to pass the split package,
comprising divers functions for splitting a list
asunder, each according to its nature. And the
Supreme Council had no longer any grounds for
argument, for the favored method of each was
contained therein.
.
To get started, see the "Data.List.Split" module.
category: List
author: Brent Yorgey
exposed: True
exposed-modules:
Data.List.Split Data.List.Split.Internals
abi: ffd3d3a8b936f7c658ddc8a5e4e0e615
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/split-0.2.3.2-CJl40zTyCIV16Pr60nb7CT
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/split-0.2.3.2-CJl40zTyCIV16Pr60nb7CT
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/split
hs-libraries: HSsplit-0.2.3.2-CJl40zTyCIV16Pr60nb7CT
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/split-0.2.3.2/split.haddock
haddock-html: /usr/share/doc/libghc-split-doc/html/
|