File: oo-prototypes.cabal

package info (click to toggle)
haskell-oo-prototypes 0.1.0.0-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: haskell: 13; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name:                oo-prototypes
version:             0.1.0.0
synopsis:            Support for OO-like prototypes
description:         Support for OO-like prototypes
homepage:            https://github.com/yi-editor/oo-prototypes
license:             GPL-2
license-file:        LICENSE
author:              Mateusz Kowalczyk
maintainer:          yi-devel@googlegroups.com
category:            Data
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.Prototype
  build-depends:       base >=4.5 && <5
  hs-source-dirs:      src
  default-language:    Haskell2010