diff options
author | Ben Sima <ben@bsima.me> | 2019-02-04 12:37:35 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-04 12:37:35 -0800 |
commit | 5284aa28f88010b9c72e33c4b61d40345b9bf473 (patch) | |
tree | cff4610499b5cf78756efbfa4f478348e3beac2a | |
parent | c363ea999b3e276840296599fe8eb4dc83aeb217 (diff) |
Ibb v3
-rw-r--r-- | ibb/ibb.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ibb/ibb.cabal b/ibb/ibb.cabal index 1dd20f9..6cb9a1f 100644 --- a/ibb/ibb.cabal +++ b/ibb/ibb.cabal @@ -1,7 +1,7 @@ name: ibb -version: 2 -category: Text -homepage: https://bsima.me +version: 3 +category: Web +homepage: https://ibb.simatime.com author: Nick Sima maintainer: nicksima@gmail.com copyright: 2018 Nick Sima @@ -23,4 +23,4 @@ executable ibb , blaze-markup , text , bytestring - default-language: Haskell2010
\ No newline at end of file + default-language: Haskell2010 |