hw-bits 0.0.0.1 → 0.0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- hw-bits.cabal +2/−2
hw-bits.cabal view
@@ -1,5 +1,5 @@ name: hw-bits-version: 0.0.0.1+version: 0.0.0.2 synopsis: Conduits for tokenizing streams. description: Please see README.md homepage: http://github.com/haskell-works/hw-bits#readme@@ -17,7 +17,7 @@ executable hw-bits-example hs-source-dirs: app main-is: Main.hs- ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -msse4.2 build-depends: base >= 4 && < 5 , bytestring , conduit ,