Remove -Werror at the request of hackage
Getty Ritter
7 years ago
25 | 25 | library |
26 | 26 | exposed-modules: Text.XML.Xleb |
27 | 27 | hs-source-dirs: src |
28 |
ghc-options: -Wall |
|
28 | ghc-options: -Wall | |
29 | 29 | build-depends: base >= 4.7 && <5 |
30 | 30 | , xml >= 1.3 && <1.4 |
31 | 31 | , containers >= 0.5.10 && <0.6 |
37 | 37 | buildable: False |
38 | 38 | hs-source-dirs: examples/atom |
39 | 39 | main-is: Main.hs |
40 |
ghc-options: -Wall |
|
40 | ghc-options: -Wall | |
41 | 41 | build-depends: base >=4.7 && <5 |
42 | 42 | , xleb |
43 | 43 | , xml >= 1.3 && <1.4 |