packages feed

yi-solarized-0.1.1: yi-solarized.cabal

name:                yi-solarized
version:             0.1.1
synopsis:            Solarized colour theme for the Yi text editor
description:         Solarized colour theme for Yi. Check source for yi.hs usage.
homepage:            https://github.com/NorfairKing/yi-solarized
license:             MIT
license-file:        LICENSE
author:              Tom Sydney Kerckhove
maintainer:          syd.kerckhove@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:NorfairKing/yi-solarized.git

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

  build-depends:        base >=4.6 && <5
                       ,yi >=0.8