profunctors 0.1 → 0.1.0.2
raw patch · 3 files changed
+9/−4 lines, 3 filessetup-changed
Files
- Setup.hs +0/−2
- Setup.lhs +7/−0
- profunctors.cabal +2/−2
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,7 @@+#!/usr/bin/runhaskell+> module Main (main) where++> import Distribution.Simple++> main :: IO ()+> main = defaultMain
profunctors.cabal view
@@ -1,13 +1,13 @@ name: profunctors category: Control, Categories-version: 0.1+version: 0.1.0.2 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: experimental-homepage: git://github.com/ekmett/profunctors/+homepage: http://github.com/ekmett/profunctors/ copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Haskell 98 Profunctors description: Haskell 98 Profunctors