/var/lib/ghc/package.conf.d/stringsearch-0.3.6.6.conf is in libghc-stringsearch-dev 0.3.6.6-6build1.
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 | name: stringsearch
version: 0.3.6.6
id: stringsearch-0.3.6.6-2soGORichTR6reHVhDqKip
key: stringsearch-0.3.6.6-2soGORichTR6reHVhDqKip
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: 5efe191fbcf92d0844a536ee0a169ef2
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/stringsearch-0.3.6.6-2soGORichTR6reHVhDqKip
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/stringsearch-0.3.6.6-2soGORichTR6reHVhDqKip
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/stringsearch
hs-libraries: HSstringsearch-0.3.6.6-2soGORichTR6reHVhDqKip
depends:
array-0.5.1.1 base-4.9.1.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/
|