diff options
author | Ben Sima <ben@bsima.me> | 2019-02-24 12:35:23 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-24 12:35:23 -0800 |
commit | 00bc4bc59d64bbe62b57113e58f9ff8cf48003cc (patch) | |
tree | c05829c14ec724841b79ecdf64c09b208d2ff6b3 | |
parent | 6510b575d4c74cea8903e088a9490222411fbc3e (diff) |
Delete old cabal files
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | biz.cabal | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 1d1026a..0000000 --- a/LICENSE +++ /dev/null @@ -1 +0,0 @@ -All rights reserved.
\ No newline at end of file diff --git a/biz.cabal b/biz.cabal deleted file mode 100644 index 75aaf91..0000000 --- a/biz.cabal +++ /dev/null @@ -1,30 +0,0 @@ -name: ibb -version: 3 -category: Web -homepage: https://ibb.simatime.com -author: Nick Sima -maintainer: nicksima@gmail.com -copyright: 2018 Nick Sima -license: GPL-3 -license-file: LICENSE -build-type: Simple -cabal-version: >= 1.10 - -executable ibb - main-is: Main.hs - hs-source-dirs: apex - default-extensions: OverloadedStrings - ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N - other-modules: - Influencers - build-depends: - base >= 4.6 && < 5 - , blaze-html - , blaze-markup - , bytestring - , random - , random-shuffle - , scotty - , shakespeare - , text - default-language: Haskell2010 |