Skip to content

Commit

Permalink
Did some reorganizing and polishing
Browse files Browse the repository at this point in the history
in preparation for release.
  • Loading branch information
Gregory Crosswhite committed May 24, 2009
1 parent 9cb00a0 commit 8604d4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Setup.hs
Expand Up @@ -20,5 +20,5 @@ runzeTests _ _ _ _= do
putStrLn ""
putStrLn "Running tests..."
putStrLn ""
system "runhaskell -i./src -i./tests tests/runtests.hs"
system "runhaskell -i. -i./tests tests/runtests.hs"
return ()
8 changes: 6 additions & 2 deletions either-unwrap.cabal
@@ -1,14 +1,18 @@
Name: either-unwrap
Description: Functions for probing and unwrapping values inside of Either.
Version: 1.0
Category: Data
Cabal-Version: >= 1.2
License: BSD3
License-File: LICENSE
Author: Gregory Crosswhite
Maintainer: Gregory Crosswhite <gcross@phys.washington.edu>
Homepage: http://github.com/gcross/either-unwrap
Synopsis: Functions for probing and unwrapping values inside of Either.
Build-Type: Simple

Library
Build-Depends: base >= 3
Hs-Source-Dirs: src
Hs-Source-Dirs: .
Exposed-Modules: Data.Either.Unwrap
GHC-Options: -O3
GHC-Options: -O -Wall

0 comments on commit 8604d4e

Please sign in to comment.