name: rasa-ext-bufs version: 0.1.1 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE copyright: 2016 Chris Penner maintainer: christopher.penner@gmail.com homepage: https://github.com/ChrisPenner/rasa/ synopsis: Rasa Ext for useful buffer utilities description: Rasa Ext for useful buffer utilities category: Extension author: Chris Penner source-repository head type: git location: https://github.com/ChrisPenner/rasa library exposed-modules: Rasa.Ext.Bufs build-depends: base >=4.8 && <5, rasa >=0.1.4 && <0.2, data-default >=0.7.1.1 && <0.8, lens ==4.14.*, text >=1.2.2.1 && <1.3, containers >=0.5.7.1 && <0.6 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall