diff options
author | Ben Sima <ben@bsima.me> | 2019-01-30 17:20:43 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-01-30 17:20:43 -0800 |
commit | 67ddf074edec7631067c5f634c3e56e0848cd11f (patch) | |
tree | c1d309daade3b6bbc507b845dd1c4c23b1ccdfca /ibb | |
parent | 6750622c47a90060159544c8c928ef3440a43ec9 (diff) |
Build production machine locally
Diffstat (limited to 'ibb')
-rw-r--r-- | ibb/LICENSE | 1 | ||||
-rw-r--r-- | ibb/ibb.cabal | 11 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ibb/LICENSE b/ibb/LICENSE new file mode 100644 index 0000000..1d1026a --- /dev/null +++ b/ibb/LICENSE @@ -0,0 +1 @@ +All rights reserved.
\ No newline at end of file diff --git a/ibb/ibb.cabal b/ibb/ibb.cabal index 2543ebb..a3510af 100644 --- a/ibb/ibb.cabal +++ b/ibb/ibb.cabal @@ -2,24 +2,23 @@ name: ibb version: 2 category: Text homepage: https://bsima.me -author: Nick Sima +author: Nick Sima maintainer: nicksima@gmail.com copyright: 2018 Nick Sima -license: BSD3 +license: AllRightsReserved license-file: LICENSE build-type: Simple cabal-version: >= 1.10 executable ibb main-is: Main.hs - other-modules: - Paths_web hs-source-dirs: . default-extensions: OverloadedStrings ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.6 && < 5 - , scotty + , scotty , shakespeare - , blaze + , blaze-html + , blaze-markup default-language: Haskell2010
\ No newline at end of file |