/var/lib/ghc/package.conf.d/stringsearch-0.3.6.4.conf is in libghc-stringsearch-dev 0.3.6.4-3.
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 | name: stringsearch
version: 0.3.6.4
id: stringsearch-0.3.6.4-09660a335809251fb1e21aaf72c63455
license: BSD3
copyright: (c) 2007-2011
Daniel Fischer, Chris Kuklewicz, Justin Bailey
maintainer: daniel.is.fischer@googlemail.com
stability:
homepage: https://bitbucket.org/dafis/stringsearch
package-url:
synopsis: Fast searching, splitting and replacing of ByteStrings
description: This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
on substrings and replacing all occurrences of a
substring (the first in case of overlaps) with another.
GHC before 6.10 are no longer supported, other compilers
only if they support BangPatterns. If you need it to
work with other compilers, send a feature request.
category: Text, Search
author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
exposed: True
exposed-modules: Data.ByteString.Search
Data.ByteString.Search.BoyerMoore Data.ByteString.Search.DFA
Data.ByteString.Search.KarpRabin Data.ByteString.Search.KMP
Data.ByteString.Search.KnuthMorrisPratt
Data.ByteString.Search.Substitution Data.ByteString.Lazy.Search
Data.ByteString.Lazy.Search.DFA
Data.ByteString.Lazy.Search.KarpRabin
Data.ByteString.Lazy.Search.KMP
hidden-modules: Data.ByteString.Search.Internal.BoyerMoore
Data.ByteString.Search.Internal.KnuthMorrisPratt
Data.ByteString.Search.Internal.Utils
Data.ByteString.Lazy.Search.Internal.BoyerMoore
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/stringsearch-0.3.6.4/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/stringsearch-0.3.6.4/ghc-7.6.3
hs-libraries: HSstringsearch-0.3.6.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/stringsearch-0.3.6.4/stringsearch.haddock
haddock-html: /usr/share/doc/libghc-stringsearch-doc/html/
|