/var/lib/ghc/package.conf.d/stringsearch-0.3.6.6.conf is in libghc-stringsearch-dev 0.3.6.6-4.
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 | name: stringsearch
version: 0.3.6.6
id: stringsearch-0.3.6.6-bfecadc68da57f83c3818b21202e2187
key: strin_CAOAc0sCfAC9gi7YClo2KY
license: BSD3
copyright: (c) 2007-2011
Daniel Fischer, Chris Kuklewicz, Justin Bailey
maintainer: daniel.is.fischer@googlemail.com
homepage: https://bitbucket.org/dafis/stringsearch
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/x86_64-linux-ghc-7.10.3/stringsearch-0.3.6.6-CAOAc0sCfAC9gi7YClo2KY
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/stringsearch-0.3.6.6-CAOAc0sCfAC9gi7YClo2KY
data-dir: /usr/share/stringsearch
hs-libraries: HSstringsearch-0.3.6.6-CAOAc0sCfAC9gi7YClo2KY
depends:
array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
haddock-interfaces: /usr/lib/ghc-doc/haddock/stringsearch-0.3.6.6/stringsearch.haddock
haddock-html: /usr/share/doc/libghc-stringsearch-doc/html/
|