name: morphisms-functors-inventory version: 0.1.0 synopsis: Inventory is state and store description: Primitives for working with immutable data structures. homepage: https://github.com/iokasimov/morphisms-functors-inventory license: MIT license-file: LICENSE extra-source-files: CHANGELOG.md author: Murat Kasimov maintainer: Murat Kasimov copyright: Copyright (c) 2018 Murat Kasimov category: Data, Control build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/iokasimov/morphisms-functors-inventory.git library build-depends: morphisms == 0.1.0, morphisms-functors == 0.1.6 exposed-modules: Control.Inventory Control.Inventory.State Control.Inventory.Store default-extensions: DataKinds KindSignatures NoImplicitPrelude PackageImports TypeApplications default-language: Haskell2010 ghc-options: -fno-warn-tabs