Skip to content
Snippets Groups Projects
Commit b71d31b7 authored by Ben Gamari's avatar Ben Gamari
Browse files

text: Bump to 2.1.2

Updates text submodule.
parent 865a5c5f
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ ghcWarningsArgs = do ...@@ -56,7 +56,7 @@ ghcWarningsArgs = do
, package primitive ? pure [ "-Wno-unused-imports" , package primitive ? pure [ "-Wno-unused-imports"
, "-Wno-deprecations" ] , "-Wno-deprecations" ]
, package rts ? pure [ "-Wcpp-undef" ] , package rts ? pure [ "-Wcpp-undef" ]
, package text ? pure [ "-Wno-deprecations" ] , package text ? pure [ "-Wno-deprecations", "-Wno-unused-imports" ]
, package terminfo ? pure [ "-Wno-unused-imports" ] , package terminfo ? pure [ "-Wno-unused-imports" ]
, package transformers ? pure [ "-Wno-unused-matches" , package transformers ? pure [ "-Wno-unused-matches"
, "-Wno-unused-imports" , "-Wno-unused-imports"
......
Subproject commit cdb9e13b39079904eed9d75cd332b66ee0cad0c0 Subproject commit ee0a8f8b9a4bd3fdad23e9ac0db56e7f08ce35cd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment