-- Initial tweak.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: tweak version: 0.1.0.1 synopsis: A library for incremental computing description: Create expressions that can be updated incrementally. homepage: http://github.com/jfischoff/tweak license: BSD3 license-file: LICENSE author: Jonathan Fischoff maintainer: jonathangfischoff@gmail.com -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Tweak , Control.Tweak.Tweakable , Control.Tweak.Internal , Control.Tweak.Var other-modules: Data.UniqueSTM other-extensions: RankNTypes , GADTs , TemplateHaskell , KindSignatures , RecordWildCards , TypeOperators , MultiParamTypeClasses , StandaloneDeriving , MagicHash , DeriveDataTypeable build-depends: base ==4.6.* , stm ==2.4.* , lens ==3.9.* , transformers ==0.3.* , containers ==0.5.* ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010