Skip to content

Commit

Permalink
Refactored project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jan 6, 2013
1 parent 70b2333 commit 9faf578
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
3.0.1
-----
* Removed upper bounds relative to my other packages
* Refactored directory layout
15 changes: 15 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
semigroupoids
==========

[![Build Status](https://secure.travis-ci.org/ekmett/semigroupoids.png?branch=master)](http://travis-ci.org/ekmett/semigroupoids)

A semigroupoid is a `Category` without `id`.

Contact Information
-------------------

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett
10 changes: 8 additions & 2 deletions semigroupoids.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: semigroupoids
category: Control, Comonads
version: 3.0.0.2
version: 3.0.1
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
Expand All @@ -12,7 +12,11 @@ bug-reports: http://github.com/ekmett/semigroupoids/issues
copyright: Copyright (C) 2011 Edward A. Kmett
build-type: Simple
synopsis: Haskell 98 semigroupoids: Category sans id
extra-source-files: .travis.yml
extra-source-files:
.ghci
.travis.yml
.gitignore
.vim.custom
description:
Provides a wide array of semigroupoids and operations for working with semigroupds.
.
Expand Down Expand Up @@ -58,6 +62,8 @@ library
comonad >= 3.0,
semigroups >= 0.8.3.1

hs-source-dirs: src

exposed-modules:
Data.Functor.Alt
Data.Functor.Apply
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9faf578

Please sign in to comment.