]> git.netwichtig.de Git - user/henk/code/haskell/diddohs.git/commitdiff
new file: diddohs.cabal
authorHendrik Jaeger <henk@frustcomp>
Sun, 31 Aug 2014 01:18:50 +0000 (03:18 +0200)
committerHendrik Jaeger <henk@frustcomp>
Sun, 31 Aug 2014 01:18:50 +0000 (03:18 +0200)
new file:   docs/LICENSE

infrastructure files

diddohs.cabal [new file with mode: 0644]
docs/LICENSE [new file with mode: 0644]

diff --git a/diddohs.cabal b/diddohs.cabal
new file mode 100644 (file)
index 0000000..253fc7b
--- /dev/null
@@ -0,0 +1,51 @@
+-- Initial diddohs.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                diddohs
+
+-- The package version.  See the Haskell package versioning policy (PVP) 
+-- for standards guiding when and how versions should be incremented.
+-- http://www.haskell.org/haskellwiki/Package_versioning_policy
+-- PVP summary:      +-+------- breaking API changes
+--                   | | +----- non-breaking API additions
+--                   | | | +--- code changes with no API change
+version:             0.0.3
+synopsis:            Time/Task Tracking, Analysis, Reporting
+description:         Tool for tracking and reporting time/task
+homepage:            https://projects.netwichtig.de/projects/sw-diddohs/
+license:             BSD3
+license-file:        LICENSE
+author:              Hendrik Jaeger
+maintainer:          code AT henk DOT geekmail DOT org
+-- copyright:           
+category:           Data
+build-type:         Simple
+cabal-version:      >=1.8
+
+executable diddohs
+    main-is:            Main.hs
+    hs-source-dirs:     src
+  -- other-modules:       
+    build-depends:       base ==4.6.*
+                        , old-locale
+                        , time
+                        , text
+                        , containers
+                        , parsec
+
+    ghc-prof-options:   -Wall -Werror -rtsopts -prof -fprof-auto -fhpc
+    ghc-options:        -Wall -Werror -rtsopts -prof -fprof-auto -fhpc
+--  ghc-options:        -Wall -rtsopts -eventlog -debug
+--  ghc-options:        -Wall
+
+source-repository head
+    type:               git
+    location:           git://git.netwichtig.de/diddohs
+
+source-repository head
+    type:               git
+    location:           http://git.netwichtig.de/diddohs
+
+--test-suite Tests
+--    hs-source-dirs: test
+
diff --git a/docs/LICENSE b/docs/LICENSE
new file mode 100644 (file)
index 0000000..835f250
--- /dev/null
@@ -0,0 +1,30 @@
+Copyright (c) 2014, Hendrik Jaeger
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+    * Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.
+
+    * Neither the name of Hendrik Jaeger nor the names of other
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.