/var/lib/ghc/package.conf.d/stringsearch-0.3.6.6.conf is in libghc-stringsearch-dev 0.3.6.6-6+b1.
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 | name: stringsearch
version: 0.3.6.6
id: stringsearch-0.3.6.6-KFZuUgmBRr4GSrTHv7XvSl
key: stringsearch-0.3.6.6-KFZuUgmBRr4GSrTHv7XvSl
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
abi: ed88ee7adfbd7fe631d85c7b2e59087c
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/stringsearch-0.3.6.6-KFZuUgmBRr4GSrTHv7XvSl
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/stringsearch-0.3.6.6-KFZuUgmBRr4GSrTHv7XvSl
data-dir: /usr/share/stringsearch
hs-libraries: HSstringsearch-0.3.6.6-KFZuUgmBRr4GSrTHv7XvSl
depends:
array-0.5.1.1 base-4.9.0.0 bytestring-0.10.8.1 containers-0.5.7.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/stringsearch-0.3.6.6/stringsearch.haddock
haddock-html: /usr/share/doc/libghc-stringsearch-doc/html/
|