Skip to content

Commit

Permalink
Enable non-dev flag in cabal.project
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Mar 14, 2023
1 parent 8eff28f commit 663d630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ allow-newer:
*:integer-gmp,
*:integer-simple,
*:template-haskell

-- Test all non-dev flags
package unicode-data-names
flags: +export-all-chars
+has-text
+has-bytestring
2 changes: 0 additions & 2 deletions unicode-data-names/test/export_all_chars.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE BlockArguments #-}

-------------------------------------------------------------------------------
-- |
-- Description: Export all characters and their properties to a CSV file.
Expand Down

0 comments on commit 663d630

Please sign in to comment.