packages feed

Cabal revisions of ivory-opts-0.1.0.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial ivory.cabal generated by cabal init.  For further documentation,---  see http://haskell.org/cabal/users-guide/--name:                ivory-opts-version:             0.1.0.5-author:              Galois, Inc.-maintainer:          leepike@galois.com-category:            Language-build-type:          Simple-cabal-version:       >= 1.10-synopsis:            Ivory compiler optimizations.-description:         Ivory compiler optimizations as well as compiler insertions.  Primarily used by backends.-homepage:            http://ivorylang.org-license:             BSD3-license-file:        LICENSE-source-repository    this-  type:     git-  location: https://github.com/GaloisInc/ivory-  tag:      hackage-0.1.0.4--library-  exposed-modules:      Ivory.Opts.AssertFold,-                        Ivory.Opts.BitShift,-                        Ivory.Opts.CFG,-                        Ivory.Opts.CSE,-                        Ivory.Opts.ConstFold,-                        Ivory.Opts.ConstFoldComp,-                        Ivory.Opts.DivZero,-                        Ivory.Opts.Index,-                        Ivory.Opts.FP,-                        Ivory.Opts.Overflow,-                        Ivory.Opts.SanityCheck,-                        Ivory.Opts.TypeCheck--  other-modules:        Ivory.Opts.Utils--  build-depends:        base >= 4.7 && < 5,-                        base-compat,-                        containers,-                        data-reify >=0.6,-                        dlist >= 0.5,-                        fgl >= 5.4.2.4,-                        filepath,-                        ivory,-                        monadLib >= 3.7,-                        pretty-  hs-source-dirs:       src-  default-language:     Haskell2010-  ghc-options:          -Wall+-- Initial ivory.cabal generated by cabal init.  For further documentation,
+--  see http://haskell.org/cabal/users-guide/
+
+name:                ivory-opts
+version:             0.1.0.5
+x-revision: 1
+author:              Galois, Inc.
+maintainer:          leepike@galois.com
+category:            Language
+build-type:          Simple
+cabal-version:       >= 1.10
+synopsis:            Ivory compiler optimizations.
+description:         Ivory compiler optimizations as well as compiler insertions.  Primarily used by backends.
+homepage:            http://ivorylang.org
+license:             BSD3
+license-file:        LICENSE
+source-repository    this
+  type:     git
+  location: https://github.com/GaloisInc/ivory
+  tag:      hackage-0.1.0.4
+
+library
+  exposed-modules:      Ivory.Opts.AssertFold,
+                        Ivory.Opts.BitShift,
+                        Ivory.Opts.CFG,
+                        Ivory.Opts.CSE,
+                        Ivory.Opts.ConstFold,
+                        Ivory.Opts.ConstFoldComp,
+                        Ivory.Opts.DivZero,
+                        Ivory.Opts.Index,
+                        Ivory.Opts.FP,
+                        Ivory.Opts.Overflow,
+                        Ivory.Opts.SanityCheck,
+                        Ivory.Opts.TypeCheck
+
+  other-modules:        Ivory.Opts.Utils
+
+  build-depends:        base >= 4.7 && < 5,
+                        base-compat,
+                        containers,
+                        data-reify >=0.6,
+                        dlist >= 0.5,
+                        fgl >= 5.4.2.4,
+                        filepath,
+                        ivory >= 0.1.0.5,
+                        monadLib >= 3.7,
+                        pretty
+  hs-source-dirs:       src
+  default-language:     Haskell2010
+  ghc-options:          -Wall