Skip to content

Commit

Permalink
Make cabal flags manual
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Mar 27, 2023
1 parent c0609d2 commit d4f1f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nothunks.cabal
Expand Up @@ -24,14 +24,17 @@ source-repository head
flag bytestring
description: Provide instances for bytestring
default: True
manual: True

flag text
description: Provide instances for text
default: True
manual: True

flag vector
description: Provide instances for vector
default: True
manual: True

library
exposed-modules: NoThunks.Class
Expand Down

0 comments on commit d4f1f58

Please sign in to comment.