packages feed

cabal2spec-2.0.0: test/golden-test-cases/stack-type.cabal

name:                stack-type
version:             0.1.0.0
synopsis:            The basic stack type
description:         Please see README.md
homepage:            https://github.com/aiya000/hs-stack-type
license:             MIT
license-file:        LICENSE
author:              aiya000
maintainer:          aiya000.develop@gmail.com
copyright:           aiya000
category:            Simple
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Data.Stack
  build-depends:       base >= 4.7 && < 5
                     , transformers
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/aiya000/hs-stack-type