Skip to content

Commit

Permalink
Setup.hs script
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelJ committed Jan 11, 2015
1 parent c6ada8b commit e8f9db0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
5 changes: 4 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
-*-change-log-*-

v0.2 December 2014
v0.2.0.1 January 2014
* Setup.hs script.

v0.2 January 2014
BREAKING CHANGES:
* Origin is on the upper left corner of the image (was bottom left).
* New simplified filters interface. The old interface is still used
Expand Down
9 changes: 8 additions & 1 deletion friday.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: friday
version: 0.2.0
-- +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.0.1
synopsis: A functional image processing library for Haskell.
homepage: https://github.com/RaphaelJ/friday
license: LGPL-3
Expand Down Expand Up @@ -35,6 +38,10 @@ stability: Experimental
build-type: Simple
cabal-version: >= 1.10

source-repository head
type: git
location: https://github.com/RaphaelJ/friday

library
exposed-modules: Vision.Detector.Edge
Vision.Histogram
Expand Down

0 comments on commit e8f9db0

Please sign in to comment.