packages feed

overload-0.1.0.1: overload.cabal

name:                overload
version:             0.1.0.1
synopsis:            Finite overloading
description:         Provides a mechanism for finite overloading
homepage:            https://gitlab.com/LukaHorvat/overload
license:             MIT
license-file:        LICENSE
author:              Luka Horvat
maintainer:          luka.horvat9@gmail.com
copyright:           2017 Luka
category:            Control
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Overload
  other-modules:       Overload.Example
                       Overload.TypeTree
                       Overload.Normal
                       Overload.General
                       Overload.Diff
  build-depends:       base >= 4.7 && < 5
                     , template-haskell
                     , simple-effects
                     , containers
                     , th-expand-syns
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type:     git
  location: https://gitlab.com/LukaHorvat/overload