aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aquifer-frontend.cabal95
-rw-r--r--aquifer.cabal11
2 files changed, 4 insertions, 102 deletions
diff --git a/aquifer-frontend.cabal b/aquifer-frontend.cabal
deleted file mode 100644
index 592aebb..0000000
--- a/aquifer-frontend.cabal
+++ /dev/null
@@ -1,95 +0,0 @@
-name: aquifer
-version: 0.1.0.0
-synopsis: Personal water consumption tracker.
-description: .
-homepage: https://pente.benkard.de/tag/aquifer/
-license: AGPL-3
-license-file: COPYING.AGPL
-author: Matthias Andreas Benkard
-maintainer: code@mulk.eu
-copyright: Copyright 2016 Matthias Andreas Benkard
-category: Web
-build-type: Simple
-cabal-version: >=1.10
-
-library
- hs-source-dirs: src
- ghc-options: -Wall
- exposed-modules: Lib
- build-depends: base >= 4.7 && < 5
- , ghcjs-base
- , reflex
- , reflex-dom
- , ghcjs-dom
- , prompt
- , lens
- , classy-prelude
- , containers-unicode-symbols
- , base-unicode-symbols
- , array
- , time
- , safe
- , scientific
- , mtl
- , free
- , either
- , aeson
- , containers
- , here
- default-language: Haskell2010
- default-extensions: PostfixOperators
- , OverloadedStrings
- , MonadComprehensions
- , RecursiveDo
- , GADTs
- , GeneralizedNewtypeDeriving
- , ParallelListComp
- , MultiParamTypeClasses
- , NoMonomorphismRestriction
- , FunctionalDependencies
- , RankNTypes
- , ExistentialQuantification
- , ScopedTypeVariables
- , ImplicitParams
- , FlexibleContexts
- , FlexibleInstances
- , EmptyDataDecls
- , KindSignatures
- , BangPatterns
- , TypeSynonymInstances
- , TemplateHaskell
- , Arrows
- , PatternGuards
- , MagicHash
- , TypeFamilies
- , UnicodeSyntax
- , StandaloneDeriving
- , TypeOperators
- , RelaxedPolyRec
- , UnboxedTuples
- , ExtendedDefaultRules
- , DeriveDataTypeable
- , PackageImports
- , ConstrainedClassMethods
- , QuasiQuotes
- , TransformListComp
- , ViewPatterns
- , TupleSections
- , DeriveFunctor
- , DeriveTraversable
- , DeriveFoldable
- , DoAndIfThenElse
- --, Generics
-
-executable aquifer-output
- hs-source-dirs: app
- main-is: Main.hs
- ghc-options: -Wall
- build-depends: base
- , ghcjs-base
- , aquifer
- default-language: Haskell2010
-
-source-repository head
- type: git
- location: https://pente.benkard.de/diffusion/AF/aquifer.git
diff --git a/aquifer.cabal b/aquifer.cabal
index 55176e8..592aebb 100644
--- a/aquifer.cabal
+++ b/aquifer.cabal
@@ -1,16 +1,15 @@
name: aquifer
version: 0.1.0.0
-synopsis: Initial project template from stack
-description: Please see README.md
+synopsis: Personal water consumption tracker.
+description: .
homepage: https://pente.benkard.de/tag/aquifer/
license: AGPL-3
license-file: COPYING.AGPL
author: Matthias Andreas Benkard
maintainer: code@mulk.eu
-copyright: AllRightsReserved
+copyright: Copyright 2016 Matthias Andreas Benkard
category: Web
build-type: Simple
--- extra-source-files:
cabal-version: >=1.10
library
@@ -22,8 +21,6 @@ library
, reflex
, reflex-dom
, ghcjs-dom
--- , reflex-diagrams
--- , ghcjs-servant-client
, prompt
, lens
, classy-prelude
@@ -95,4 +92,4 @@ executable aquifer-output
source-repository head
type: git
- location: https://pente.benkard.de/diffusion/AF/aquifer.git \ No newline at end of file
+ location: https://pente.benkard.de/diffusion/AF/aquifer.git