cabal-version: 2.2 name: initialize version: 0.1.0.0 synopsis: Initialization and Deinitialization of 'Storable' values. description: This package provides two typeclasses, 'Initialize' and 'Deinitialize', which provide a common interface for initializing and deinitializing data backed by a 'Ptr'. homepage: https://github.com/chessai/initialize license: BSD-3-Clause license-file: LICENSE author: andrewthad maintainer: chessai1996@gmail.com copyright: copyright (c) 2018 andrewthad category: Data build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: Initialize build-depends: base >=4.2 && <4.13 hs-source-dirs: src default-language: Haskell2010