urbit-hob

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

commit 7cd97c9b8a70f35d756ff15f9c428c206a900c68
parent 456cdc6fe7ef6de5136049d485c6d705149499d4
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  6 Jan 2020 05:15:40 +0800

meta: remove -O flags

These are strictly unnecessary here.

Diffstat:
Murbit-hob.cabal | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/urbit-hob.cabal b/urbit-hob.cabal @@ -64,9 +64,9 @@ library hs-source-dirs: lib if flag(release) - ghc-options: -Wall -O2 + ghc-options: -Wall else - ghc-options: -Wall -Werror -O1 + ghc-options: -Wall -Werror exposed-modules: Urbit.Ob