constrictor-0.1.0.0: constrictor.cabal
name: constrictor
version: 0.1.0.0
synopsis: strict versions of many things in base
-- description:
homepage: https://github.com/chessai/constrictor.git
license: MIT
license-file: LICENSE
author: chessai
maintainer: chessai1996@gmail.com
-- copyright:
category: Control
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
-- exposed-modules:
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && < 5.0
default-language: Haskell2010