Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-extra-devel-1.7.1-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: ghc-extra-devel Distribution: openSUSE Leap 15.2
Version: 1.7.1 Vendor: openSUSE
Release: lp152.1.1 Build date: Thu May 21 21:34:10 2020
Group: Unspecified Build host: obs-arm-8
Size: 5044087 Source RPM: ghc-extra-1.7.1-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/extra
Summary: Haskell extra library development files
This package provides the Haskell extra library development files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed May 06 2020 psimons@suse.com
  - Update extra to version 1.7.1.
    1.7.1, released 2020-03-10
      Add NOINLINE to errorIO to work around a GHC 8.4 bug
    1.7, released 2020-03-05
    * #40, delete deprecated function for
    * zipFrom now truncates lists, rather than error, just like zip
    1.6.21, released 2020-03-02
      [#54], deprecate nubOn since its O(n^2). Use nubOrdOn
      [#53], add some nub functions to NonEmpty
* Thu Feb 27 2020 psimons@suse.com
  - Update extra to version 1.6.20.
    1.6.20, released 2020-02-16
      Add firstM, secondM
    1.6.19, released 2020-02-11
      [#50], add headDef, lastDef, and dropEnd1
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Thu Aug 22 2019 psimons@suse.com
  - Update extra to version 1.6.18.
    1.6.18, released 2019-08-21
      Make errorIO include a call stack
      Make maximumOn and minimumOn apply the function once per element
* Sat Jun 01 2019 psimons@suse.com
  - Update extra to version 1.6.17.
    1.6.17, released 2019-05-31
      Add enumerate
* Sun May 26 2019 psimons@suse.com
  - Update extra to version 1.6.16.
    1.6.16, released 2019-05-25
      Add atomicModifyIORef_ and atomicModifyIORef'_
* Tue Apr 23 2019 psimons@suse.com
  - Update extra to version 1.6.15.
    1.6.15, released 2019-04-22
      [#45], add NonEmpty.Extra for extra appending functions
      [#42], add fromMaybeM
      Remove support for GHC 7.4, 7.6 and 7.8
* Tue Dec 11 2018 psimons@suse.com
  - Update extra to version 1.6.14.
    1.6.14, released 2018-12-10
      Add mapLeft and mapRight
* Mon Oct 15 2018 psimons@suse.com
  - Update extra to version 1.6.13.
    1.6.13, released 2018-10-14
      [#40], deprecate Data.List.Extra.for (clashes with Traversable)
* Thu Oct 04 2018 psimons@suse.com
  - Update extra to version 1.6.12.
    1.6.12, released 2018-09-24
      [#39], add curry3/uncurry3
    1.6.11, released 2018-09-18
      [#38], make escapeHTML replace ' with &#39;
    1.6.10, released 2018-09-04
      [#37], make a duration/sleep test more robust (wider bounds)
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Tue Jul 17 2018 psimons@suse.com
  - Update extra to version 1.6.9.
    1.6.9, released 2018-07-12
      Add loop, the non-monadic version of loopM
      [#36], add whenMaybe and whenMaybeM
* Fri Jul 13 2018 psimons@suse.com
  - Update extra to version 1.6.8.
    1.6.8, released 2018-05-24
      Add notNull
      Add listDirectories
    1.6.7, released 2018-05-23
      [#35], add fold1M and fold1M_
      [#34], lots of documentation typos
* Mon May 14 2018 psimons@suse.com
  - Update extra to version 1.6.6.
    * Add escapeJSON and unescapeJSON
    * Add escapeHTML and unescapeHTML
    * #33, improve error messages on test suite failures
    * Add dropPrefix and dropSuffix
    * Add maximumOn and minimumOn
    * #31, add nubSort, nubSortBy and nubSortOn
    * Mark the partial functions with Partial
    * Add Partial constraint
    * Add newTempFileWithin and newTempDirWithin
    * Mark the Extra module as deprecated, used for documentation only
    * #23, delete subtractTime
    * Require QuickCheck-2.10
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Jun 19 2017 psimons@suse.com
  - Update to version 1.5.3.
* Sun Apr 09 2017 psimons@suse.com
  - Update to version 1.5.2 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
  - Update to version 1.5.1 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 1.4.10 revision 0 with cabal2obs.
* Thu Jun 16 2016 mimi.vx@gmail.com
  - update to 1.4.10
    * Add Data.Typeable.Extra containing typeRep, Proxy, (:~:)
* Thu Jun 02 2016 mimi.vx@gmail.com
  - update to 1.4.9
    * add line1
* Mon May 30 2016 mimi.vx@gmail.com
  - update to 1.4.8
    * Add displayException
* Mon May 23 2016 mimi.vx@gmail.com
  - update to 1.4.7
    * add concatForM
* Thu May 12 2016 mimi.vx@gmail.com
  - update to 1.4.6
    * add maybeM and eitherM
* Sat Apr 30 2016 mimi.vx@gmail.com
  - update to 1.4.5
    * change fileEq on files that do not exist to be an error
    * add mconcatMap and mconcatMapM
    * add fileEq
    * add isMac
* Fri Jan 08 2016 mimi.vx@gmail.com
  - update to 1.4.3
    * Add Data.Version.Extra
* Sun Sep 20 2015 mimi.vx@gmail.com
  - update to 1.4.2
    * Make concatMapM/mapMaybeM faster
* Fri Aug 07 2015 mimi.vx@gmail.com
  - update to 1.4.1
    * Make temp file functions workaround GHC bug #10731
    * Add retryBool
    * Add stripInfix and stripInfixEnd
    * support directory-1.2.3
    * Add whenJustM
    * Add errorIO
    * Add onceFork
    * Make once async exception safe
    * Fix a deadlock in once when two people request in parallel
    * Fix a missing hClose in captureOutput
* Sat Apr 25 2015 mimi.vx@gmail.com
  - version bump to 1.1
    * add nubOrd, nubOrdOn, nubOrdBy
    * add groupSortOn and groupSortBy
    * add splitAtEnd
* Sun Feb 01 2015 mimi.vx@gmail.com
  - version bump to 1.0.1
      + Make listFilesAvoid drop trailing path separators before testing
      + #3, add a constraint base >= 4.4
* Sat Nov 15 2014 mimi.vx@gmail.com
  - initial commit of extra package

Files

/usr/lib64/ghc-8.10.1/extra-1.7.1/Control
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Concurrent
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Concurrent/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Concurrent/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Concurrent/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Exception
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Exception/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Exception/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Exception/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Monad
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Monad/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Monad/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Control/Monad/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Either
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Either/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Either/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Either/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/IORef
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/IORef/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/IORef/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/IORef/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List/NonEmpty
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List/NonEmpty/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List/NonEmpty/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/List/NonEmpty/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Tuple
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Tuple/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Tuple/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Tuple/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Typeable
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Typeable/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Typeable/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Typeable/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Version
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Version/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Version/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Data/Version/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Numeric
/usr/lib64/ghc-8.10.1/extra-1.7.1/Numeric/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Numeric/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Numeric/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Partial.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Partial.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Partial.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Directory
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Directory/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Directory/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Directory/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Environment
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Environment/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Environment/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Environment/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/IO
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/IO/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/IO/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/IO/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Info
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Info/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Info/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Info/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Process
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Process/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Process/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Process/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Time
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Time/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Time/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/System/Time/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Text
/usr/lib64/ghc-8.10.1/extra-1.7.1/Text/Read
/usr/lib64/ghc-8.10.1/extra-1.7.1/Text/Read/Extra.dyn_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Text/Read/Extra.hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/Text/Read/Extra.p_hi
/usr/lib64/ghc-8.10.1/extra-1.7.1/libHSextra-1.7.1-D89M7O04LwXAT0QCSROI8W.a
/usr/lib64/ghc-8.10.1/extra-1.7.1/libHSextra-1.7.1-D89M7O04LwXAT0QCSROI8W_p.a
/usr/lib64/ghc-8.10.1/package.conf.d/extra-1.7.1.conf
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/CHANGES.txt
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Control-Concurrent-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Control-Exception-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Control-Monad-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Data-Either-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Data-IORef-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Data-List-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Data-List-NonEmpty-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Data-Tuple-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Data-Typeable-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Data-Version-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Numeric-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/README.md
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/System-Directory-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/System-Environment-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/System-IO-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/System-Info-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/System-Process-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/System-Time-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/Text-Read-Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-124.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-33.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-38.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-42.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-43.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-58.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-60.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-61.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-62.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-92.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-A.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-All.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-B.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-C.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-D.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-E.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-F.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-G.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-H.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-I.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-J.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-K.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-L.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-M.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-N.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-O.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-P.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-Q.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-R.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-S.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-T.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-U.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-V.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-W.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-X.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-Y.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index-Z.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/doc-index.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/extra.haddock
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/extra.txt
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/index.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/linuwial.css
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/meta.json
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/quick-jump.css
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Control.Concurrent.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Control.Exception.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Control.Monad.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Data.Either.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Data.IORef.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Data.List.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Data.List.NonEmpty.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Data.Tuple.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Data.Typeable.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Data.Version.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Numeric.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Partial.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/System.Directory.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/System.Environment.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/System.IO.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/System.Info.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/System.Process.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/System.Time.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/Text.Read.Extra.html
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/highlight.js
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/src/style.css
/usr/share/doc/ghc-8.10.1/html/libraries/extra-1.7.1/synopsis.png
/usr/share/doc/packages/ghc-extra-devel
/usr/share/doc/packages/ghc-extra-devel/CHANGES.txt
/usr/share/doc/packages/ghc-extra-devel/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024