From 00bc4bc59d64bbe62b57113e58f9ff8cf48003cc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 24 Feb 2019 12:35:23 -0800 Subject: Delete old cabal files --- LICENSE | 1 - biz.cabal | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 LICENSE delete mode 100644 biz.cabal 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 -- cgit v1.2.3