/var/lib/ghc/package.conf.d/permutation-0.5.0.5.conf is in libghc-permutation-dev 0.5.0.5-1build1.
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: permutation
version: 0.5.0.5
id: permutation-0.5.0.5-88SZrwStElI5gADRkzkd1R
key: permutation-0.5.0.5-88SZrwStElI5gADRkzkd1R
license: BSD3
copyright: (c) 2008. Patrick Perry <patperry@stanford.edu>
maintainer: Sophie Taylor <sophie@traumapony.org>
homepage: https://github.com/spacekitteh/permutation
synopsis: A library for permutations and combinations.
description:
This library includes data types for storing permutations and
combinations. It implements pure and impure types, the latter of
which can be modified in-place. The library uses aggressive
inlining and MutableByteArray#s internally, so it is very
efficient.
.
The main utility of the library is converting between the linear
representation of a permutation and a sequence of swaps. This
allows, for instance, applying a permutation or its inverse
to an array with O(1) memory use.
.
Much of the interface for the library is based on the permutation
and combination functions in the GNU Scientific Library (GSL).
.
category: Data Structures, Math
author: Patrick Perry
exposed: True
exposed-modules:
Data.Choose Data.Choose.MChoose Data.Choose.IO Data.Choose.ST
Data.Permute Data.Permute.MPermute Data.Permute.IO Data.Permute.ST
hidden-modules: Data.IntArray Data.Choose.Base Data.Choose.IOBase
Data.Permute.Base Data.Permute.IOBase
abi: 196a993d49c75dbab6e3c29f5343439e
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/permutation-0.5.0.5-88SZrwStElI5gADRkzkd1R
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/permutation-0.5.0.5-88SZrwStElI5gADRkzkd1R
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/permutation
hs-libraries: HSpermutation-0.5.0.5-88SZrwStElI5gADRkzkd1R
depends:
QuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu base-4.9.1.0
ghc-prim-0.5.0.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/permutation-0.5.0.5/permutation.haddock
haddock-html: /usr/share/doc/libghc-permutation-doc/html/
|