Skip to content

Commit

Permalink
Cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
bytbox committed May 23, 2012
1 parent 6ab7f3d commit 1c362da
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
*.o
main
.*.swp
dist
19 changes: 19 additions & 0 deletions LICENSE
@@ -0,0 +1,19 @@
Copyright (c) 2012 Scott Lawrence <bytbox@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
2 changes: 2 additions & 0 deletions Setup.hs
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
16 changes: 16 additions & 0 deletions format.cabal
@@ -0,0 +1,16 @@
name: format
version: 0.1.0.0
synopsis: Rendering from and scanning to format strings
description: Rendering from and scanning to simple format strings
homepage: https://github.com/bytbox/hs-format
license: MIT
license-file: LICENSE
author: Scott Lawrence
maintainer: bytbox@gmail.com
category: Text
build-type: Simple
cabal-version: >=1.8

library
exposed-modules: Text.Format
build-depends: base ==4.5.*, parsec ==3.1.*

0 comments on commit 1c362da

Please sign in to comment.