packages feed

awesome-prelude-0.1.0.0: awesome-prelude.cabal

-- Copyright (C) 2016 Koz Ross <koz.ross@retro-freedom.nz>

-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.

-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-- GNU General Public License for more details.

-- You should have received a copy of the GNU General Public License
-- along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
name:                awesome-prelude
version:             0.1.0.0
synopsis:            A prelude which I can be happy with. Based on base-prelude.
description:         A prelude designed to be as type-generic as possible in
                     every way. A work in progress.
category:            Prelude
homepage:            https://notabug.org/koz.ross/awesome-prelude
bug-reports:         https://notabug.org/koz.ross/awesome-prelude/issues
   
author:              Koz Ross <koz.ross@retro-freedom.nz>,
                     Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:          Koz Ross <koz.ross@retro-freedom.nz>
copyright:           (c) 2016, Koz Ross; 2014, Nikita Volkov
license:             GPL-3
license-file:        LICENSE
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:              git
  location:          git://notabug.org/koz.ross/awesome-prelude.git

library
  hs-source-dirs:    src
  other-modules:
  exposed-modules:   AwesomePrelude
  build-depends:     base >= 4.6 && < 4.9
  default-language:  Haskell2010