cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: dcdf4a71896695df416c64521a3500a03335f0f82b3bb44265aa18fbca1ff56b name: core-data version: 0.2.1.7 synopsis: Convenience wrappers around common data structures and encodings description: Wrappers around common data structures and encodings. . This is part of a library intended to ease interoperability and assist in building command-line programs, both tools and longer-running daemons. A list of features and some background to the library's design is contained in the on GitHub. category: System stability: experimental homepage: https://github.com/aesiniath/unbeliever#readme bug-reports: https://github.com/aesiniath/unbeliever/issues author: Andrew Cowie maintainer: Andrew Cowie copyright: © 2018-2020 Athae Eredh Siniath and Others license: BSD3 license-file: LICENSE tested-with: GHC == 8.8.3 build-type: Simple source-repository head type: git location: https://github.com/aesiniath/unbeliever library exposed-modules: Core.Data Core.Data.Structures Core.Encoding Core.Encoding.Json hs-source-dirs: lib ghc-options: -Wall -Wwarn -fwarn-tabs build-depends: aeson , base >=4.11 && <5 , bytestring , containers , core-text >=0.2.2 , hashable >=1.2 && <1.4 , prettyprinter >=1.2.1.1 && <1.7 , prettyprinter-ansi-terminal , scientific , text , unordered-containers , vector default-language: Haskell2010