Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-JuicyPixels-devel | Distribution: SUSE Linux Enterprise 15 |
Version: 3.3.8 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.3.3.1 | Build date: Mon Feb 5 23:20:51 2024 |
Group: Unspecified | Build host: s390zl33 |
Size: 76861514 | Source RPM: ghc-JuicyPixels-3.3.8-150500.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://hackage.haskell.org/package/JuicyPixels | |
Summary: Haskell JuicyPixels library development files |
This package provides the Haskell JuicyPixels library development files.
BSD-3-Clause
* Tue Nov 07 2023 psimons@suse.com - Update JuicyPixels to version 3.3.8 revision 1. v3.3.8 July 2022 - --------------- * Dependence fidling * Jpg: do not call "error" in the parser, use fail instead. * Wed Mar 09 2022 psimons@suse.com - Update JuicyPixels to version 3.3.7. v3.3.7 March 2022 - ---------------- * Jpg: Fixing renderng bug with MCUs with single block in width and multiple in height * Wed Oct 13 2021 psimons@suse.com - Update JuicyPixels to version 3.3.6. v3.3.6 October 2021 - ------------------ * Bytestring bound bump * Fix bug #187. (Some JPEGs are misidentified as SourceTiff.) * Fix EXIF handling of strings of four characters or fewer. * Fix endianness bug in short ExifString and ExifUndefined. * Thu Dec 17 2020 mimi.vx@gmail.com - disable %{ix86} build * Tue Aug 18 2020 psimons@suse.com - Replace %setup -q with the more modern %autosetup macro. * Tue Jun 16 2020 psimons@suse.com - Re-generate file with latest version of spec-cleaner. * Wed May 06 2020 psimons@suse.com - Update JuicyPixels to version 3.3.5. v3.3.5 January 2020 - ------------------ Maintenance release to push various pull requests onto hackage * Exporting Pixel32 (will) * Palettization of transparent frames in Gif (flutterlice) * Documentation fixes (lehins) * Fri Nov 08 2019 psimons@suse.com - Drop obsolete group attributes. * Thu Oct 03 2019 psimons@suse.com - Update JuicyPixels to version 3.3.4. v3.3.4 September 2019 - -------------------- * support reading compressed zTXt metadata from PNG files (claudeha) * Add helper functions to convert a DynamicImage to RGB16 (uglyoldbob) * Fix RGB to CMYK conversion (lehins) * Thu Jun 20 2019 psimons@suse.com - Update JuicyPixels to version 3.3.3.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/JuicyPixels-3.3.3.1/src/changelog * Tue Jun 11 2019 psimons@suse.com - Update Cabal file for more accurate build dependencies. * Wed Dec 26 2018 psimons@suse.com - Fix an incorrectly specified upper bound on the 'base' library. * Mon Dec 17 2018 psimons@suse.com - Update JuicyPixels to version 3.3.3. v3.3.3 December 2018 - ------------------- * Enhanced: loading of bitmap format (thanks to CLowcay) * Refactoring: exposing more internal modules (thanks to wyager) * Refactoring: exposing dynamicMap & dynamicPixelMap through `Codec.Picture` (thnks to LightAndLight) * Thu Oct 04 2018 psimons@suse.com - Update JuicyPixels to version 3.3.2. v3.3.2 October 2018 - ------------------ * Fix: GHC-8.6 compilation fix (no upper bound on base) * Fix: upper bound on containers (pull request phadej) * Fix: palette validation for gifs (pull request omedan) * New: More complete gif creation API (pull request omedan) * Fri Aug 17 2018 psimons@suse.com - Update JuicyPixels to version 3.3.1. v3.3.1 August 2018 - ----------------- * Fix: gif decoding of 1bit palette (fix Ornedan) * Fix: end of stream handling for gif's lzw encoding (fix Ornedan) * 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 JuicyPixels to version 3.3. v3.3 July 2018 - ------------- * New: Eq instances for image * Fix: color gif resolution offset * New: support for Float Tiff * Breaking change: New `ImageY32` constructor for `Dynamic` hence the version bump. * Mon May 14 2018 psimons@suse.com - Update JuicyPixels to version 3.2.9.5. * Fix: uniform color quantization * Compat for GHC-8.4 (pull request) * Fix: Progressive jpeg decoding when number of blocks of the MCU is below line size * Feature: Paletted alpha png saving * Fix: Adding correct import of Exif Flash for Jpeg (thanks to Alexander Kjeldaas) * Feature: Jpg Exif writing * Fix: Jpeg loading of extended sequential jpg, not sure of all the implications, works with the sample * Mon Jun 19 2017 psimons@suse.com - Update to version 3.2.8.2. * Tue Mar 14 2017 psimons@suse.com - Update to version 3.2.8.1 with cabal2obs. * Sun Jan 08 2017 psimons@suse.com - Update to version 3.2.8 revision 1 with cabal2obs. * Thu Sep 15 2016 psimons@suse.com - Update to version 3.2.8 revision 0 with cabal2obs. * Sun Jul 10 2016 psimons@suse.com - Update to version 3.2.7.2 revision 0 with cabal2obs. * Thu Jun 30 2016 mimi.vx@gmail.com - update to 3.2.7.2 * Fix: no more libjpeg warning when decoding Juicy.Pixels encoded images. * Sun Jun 05 2016 mimi.vx@gmail.com - update to 3.2.7.1 * Fix: some wrongly infinitely looping JPEG decoding * Tue Jan 26 2016 mimi.vx@gmail.com - update to 3.2.7 * Addition: convertRGB8 and convertRGBA8 helper functions * Addition: new output colorspace for JPEG format: Y, RGB & CMYK * Addition: RGBA8 bitmap reading (thanks to mtolly) * Enhancement: Optimized JPG & Tiff reading (thanks to Calvin Beck) * Enhancement: INLINE SPECIALIZE for pixelMap (Pixel8 -> Pixel8) (thx to Calvin Beck) * Fix: GHC 8.0 compilation (thanks to phadej) * Mon Dec 07 2015 mimi.vx@gmail.com - update to 3.2.6.4 * Fix: Fixing unwanted sharing with createMutableImage due to wrongly used INLINE pragma * Wed Nov 04 2015 mimi.vx@gmail.com - update to 3.2.6.2 * Fix: Using minimal GIF version if outputing a single image. * Mon Aug 31 2015 mimi.vx@gmail.com - update to 3.2.6.1 * Fix: handling of negative height & width in bitmap format * Fix: regression on Tiff parsing. * Sun Aug 23 2015 mimi.vx@gmail.com - update to 3.2.6 * Added: imageToTga saving helper function. * Fix: don't invert TGA alpha channel. * Fix: various typo in documentation. * Mon Jul 27 2015 mimi.vx@gmail.com - update to 3.2.5.3 * Fix: bumping vector upper bounds. * Mon Jun 08 2015 mimi.vx@gmail.com - update to 3.2.5.2 * Adding: Width & Height metdata to help querying image information without decompressing the whole. * Adding: Source format metadata. * Sun May 31 2015 mimi.vx@gmail.com - update to 3.2.5.1 * Fixing: utf-8 encoding of Jpg/Types causing problems with Haddock. * Adding: Metadata extraction for various file format. * Adding: Metadata writing for various file format. * Adding: light EXIF mapping. * Fix: handling of Tiff with predictors (thanks to Patrick Pelletier) * Mon Apr 27 2015 mimi.vx@gmail.com - update to 3.2.4 * Adding: Traversals compatible with the lens library. * Wed Apr 22 2015 mimi.vx@gmail.com - update to 3.2.3.1 * Fix: BMP output generated wrong size (thanks to mtolly). * Adding: Support for RGB in jpeg (yeah, that exist...) * Adding: Support of CMYK & YCrCbK color space in jpeg files. * Addinng: a pixelFoldMap functions analog to the `foldMap` function of the Foldable type class. * Fix: better performances for the pixelFold* functions * Sun Feb 01 2015 mimi.vx@gmail.com - initial commit of JuicyPixels lib
/usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/BitWriter.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/BitWriter.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/BitWriter.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Bitmap.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Bitmap.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Bitmap.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/ColorQuant.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/ColorQuant.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/ColorQuant.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif/Internal /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif/Internal/LZW.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif/Internal/LZW.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif/Internal/LZW.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif/Internal/LZWEncoding.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif/Internal/LZWEncoding.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Gif/Internal/LZWEncoding.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/HDR.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/HDR.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/HDR.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/InternalHelper.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/InternalHelper.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/InternalHelper.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Common.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Common.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Common.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/DefaultTable.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/DefaultTable.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/DefaultTable.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/FastDct.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/FastDct.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/FastDct.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/FastIdct.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/FastIdct.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/FastIdct.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Metadata.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Metadata.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Metadata.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Progressive.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Progressive.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Progressive.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Types.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Types.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Jpg/Internal/Types.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Metadata /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Metadata.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Metadata.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Metadata.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Metadata/Exif.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Metadata/Exif.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Metadata/Exif.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Export.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Export.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Export.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Metadata.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Metadata.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Metadata.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Type.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Type.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Png/Internal/Type.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Saving.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Saving.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Saving.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tga.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tga.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tga.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff/Internal /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff/Internal/Metadata.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff/Internal/Metadata.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff/Internal/Metadata.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff/Internal/Types.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff/Internal/Types.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Tiff/Internal/Types.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Types.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Types.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/Types.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/VectorByteConversion.dyn_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/VectorByteConversion.hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/Codec/Picture/VectorByteConversion.p_hi /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/include /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/include/src /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/include/src/Codec /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/include/src/Codec/Picture /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/include/src/Codec/Picture/ConvGraph.hs /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/libHSJuicyPixels-3.3.8-FA32v32UNZjHYIrk2zfUg9.a /usr/lib64/ghc-8.10.7/JuicyPixels-3.3.8/libHSJuicyPixels-3.3.8-FA32v32UNZjHYIrk2zfUg9_p.a /usr/lib64/ghc-8.10.7/package.conf.d/JuicyPixels-3.3.8.conf /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8 /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Bitmap.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-ColorQuant.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Gif-Internal-LZW.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Gif-Internal-LZWEncoding.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Gif.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-HDR.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg-Internal-Common.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg-Internal-DefaultTable.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg-Internal-FastDct.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg-Internal-FastIdct.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg-Internal-Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg-Internal-Progressive.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg-Internal-Types.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Jpg.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Metadata-Exif.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Png-Internal-Export.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Png-Internal-Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Png-Internal-Type.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Png.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Saving.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Tga.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Tiff-Internal-Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Tiff-Internal-Types.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Tiff.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture-Types.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/Codec-Picture.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/JuicyPixels.haddock /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/JuicyPixels.txt /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-58.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-95.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-A.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-All.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-B.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-C.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-D.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-E.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-F.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-G.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-H.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-I.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-J.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-K.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-L.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-M.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-N.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-P.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-Q.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-R.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-S.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-T.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-U.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-V.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-W.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index-Z.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/doc-index.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/docimages /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/docimages/juicy.png /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/docimages/pixelgraph.svg /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/haddock-bundle.min.js /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/index.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/linuwial.css /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/meta.json /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/quick-jump.css /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.BitWriter.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Bitmap.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.ColorQuant.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Gif.Internal.LZW.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Gif.Internal.LZWEncoding.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Gif.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.HDR.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.InternalHelper.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.Internal.Common.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.Internal.DefaultTable.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.Internal.FastDct.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.Internal.FastIdct.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.Internal.Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.Internal.Progressive.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.Internal.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Jpg.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Metadata.Exif.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Png.Internal.Export.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Png.Internal.Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Png.Internal.Type.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Png.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Saving.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Tga.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Tiff.Internal.Metadata.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Tiff.Internal.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Tiff.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.VectorByteConversion.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/Codec.Picture.html /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/highlight.js /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/src/style.css /usr/share/doc/ghc-8.10.7/html/libraries/JuicyPixels-3.3.8/synopsis.png /usr/share/doc/packages/ghc-JuicyPixels-devel /usr/share/doc/packages/ghc-JuicyPixels-devel/README.md /usr/share/doc/packages/ghc-JuicyPixels-devel/changelog /usr/share/doc/packages/ghc-JuicyPixels-devel/docimages /usr/share/doc/packages/ghc-JuicyPixels-devel/docimages/juicy.png /usr/share/doc/packages/ghc-JuicyPixels-devel/docimages/pixelgraph.svg
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024