gdritter repos xleb / d11ef37
Remove -Werror at the request of hackage Getty Ritter 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Collapse all Expand all
2525 library
2626 exposed-modules: Text.XML.Xleb
2727 hs-source-dirs: src
28 ghc-options: -Wall -Werror
28 ghc-options: -Wall
2929 build-depends: base >= 4.7 && <5
3030 , xml >= 1.3 && <1.4
3131 , containers >= 0.5.10 && <0.6
3737 buildable: False
3838 hs-source-dirs: examples/atom
3939 main-is: Main.hs
40 ghc-options: -Wall -Werror
40 ghc-options: -Wall
4141 build-depends: base >=4.7 && <5
4242 , xleb
4343 , xml >= 1.3 && <1.4