Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
honza committed Sep 3, 2015
1 parent 3dd4cc5 commit 076c2f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions redish.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: redish
name: Redish
version: 0.5.0
synopsis: A simple, Redis-inspired, key-value store
license: BSD3
Expand All @@ -10,7 +10,8 @@ category: Database
build-type: Simple
cabal-version: >=1.8

executable redish
executable Redish
hs-source-dirs: src
main-is: Main.hs
build-depends: base, stm, network, containers, mtl, transformers,
attoparsec, bytestring
Expand Down
File renamed without changes.

0 comments on commit 076c2f6

Please sign in to comment.