megastore-0.1.1.2: megastore.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: megastore
version: 0.1.1.2
synopsis: Bulk image or strict bytestring storage
description: Please see the README on GitHub at <https://github.com/MilesLitteral/megastore/tree/release#readme>
category: Data Structures, Data, Image
homepage: https://github.com/MilesLitteral/megastore#readme
bug-reports: https://github.com/MilesLitteral/megastore/issues
author: Miles J. Litteral
maintainer: mandaloe2@gmail.com
copyright: 2026 Miles J. Litteral
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/MilesLitteral/megastore
library
exposed-modules:
MegaStore
other-modules:
Paths_megastore
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
JuicyPixels >3.3.4 && <=3.3.8
, adjunctions >4.2 && <=4.4.2
, base >=4.7 && <5
, binary >0.8.0.0 && <=0.8.9.1
, bytestring >0.10.0.0 && <=0.11.4.0
, containers >=0.6.4.1 && <=0.6.7
, directory >1.3.0.0 && <=1.3.8.0
, ghc >=9.0.2 && <=9.4.2
, hashable >1.2.3.0 && <=1.4.2.0
, lens >5 && <=5.2
, mtl >2.2 && <=2.2.2
, random >=1.1 && <=1.2.1.1
, text >=2.0 && <=2.0.2
, text-show >=3.9.5 && <=3.10
, vector >0.12.1.2 && <=0.13.0.0
, zlib >0.6.0.0 && <=0.6.3.0
default-language: Haskell2010