cabal-version: 1.12 name: fits-parse version: 0.3.6 license: BSD2 license-file: LICENSE copyright: Copyright (c) 2023 Zac Slade maintainer: Zac Slade , Sean Hess author: Zac Slade homepage: https://github.com/krakrjak/fits-parse#readme synopsis: Parse FITS files description: Parse and manipulate FITS data natively in Haskell category: Science build-type: Simple extra-source-files: README.md stack.yaml stack.yaml.lock package.yaml docs/Makefile docs/make.bat docs/conf.py docs/index.rst docs/examples/omnibus.rst fits_files/nso_dkist.fits fits_files/Spiral_2_30_0_300_10_0_NoGrad.fits fits_files/nso_dkist_headers.txt fits_files/nonconformant/testkeys.fits fits_files/nonconformant/testkeys2.fits flag examples description: Do you want to build the examples? default: False manual: True library exposed-modules: Data.Fits Data.Fits.MegaParser Data.Fits.Read hs-source-dirs: src other-modules: Paths_fits_parse default-language: Haskell2010 build-depends: base >=4.7 && <5, binary, bytestring, containers, megaparsec, microlens, microlens-th, text, text-latin1 executable omnibus main-is: Main.hs hs-source-dirs: examples/omnibus other-modules: Paths_fits_parse default-language: Haskell2010 build-depends: JuicyPixels, base >=4.7 && <5, bytestring, fast-logger, fits-parse, microlens, microlens-th, optparse-applicative, statistics, vector if flag(examples) test-suite fits-tests type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test other-modules: Paths_fits_parse default-language: Haskell2010 build-depends: base >=4.7 && <5, bytestring, containers, fits-parse, megaparsec, microlens, microlens-th, mtl, tasty, tasty-hunit, text