packages feed

yi-spolsky-0.1: yi-spolsky.cabal

name:                yi-spolsky
version:             0.1
synopsis:            Spolsky colour theme for the Yi text editor
description:         Spolsky colour theme for Yi. Check source for yi.hs usage.
homepage:            https://github.com/melrief/yi-spolsky
license:             BSD3
license-file:        LICENSE
author:              Mario Pastorelli
maintainer:          pastorelli.mario@gmail.com 
category:            Editor
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
source-repository head
  type:     git
  location: git@github.com:melrief/yi-spolsky.git

library
  hs-source-dirs:      src
  default-language:    Haskell2010
  exposed-modules:     Yi.Style.Spolsky

  build-depends:        base >=4.6 && <4.7
                       ,yi >=0.7