urbit-hob

Haskell utilities for phonetic base wrangling.
Log | Files | Refs | README | LICENSE

commit 691572fb0b7385219d1355936516b890e520a586
parent f8957200f05ffce4f2350f1b3d9a2c914b7d0ee2
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  6 Sep 2019 15:37:54 -0230

cabal: flip release options

Diffstat:
Murbit-hob.cabal | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/urbit-hob.cabal b/urbit-hob.cabal @@ -38,19 +38,18 @@ source-repository head location: https://github.com/urbit/urbit-hob flag release - Description: Build for release - Default: False - Manual: True + Description: Build for release + Default: False + Manual: True library default-language: Haskell2010 hs-source-dirs: lib - other-modules: Paths_hob if flag(release) - ghc-options: -Wall -Werror - else ghc-options: -Wall + else + ghc-options: -Wall -Werror exposed-modules: Urbit.Ob