name: sifflet version: 2.2.0 cabal-version: >= 1.8 build-type: Simple license: BSD3 license-file: LICENSE copyright: (C) 2009-2012 Gregory D. Weber author: Gregory D. Weber maintainer: "gdweber" ++ drop 3 "abc@" ++ "iue.edu" bug-reports: mailto:"gdweber" ++ drop 3 "abc@" ++ "iue.edu" homepage: http://mypage.iu.edu/~gdweber/software/sifflet/ stability: Experimental. synopsis: A simple, visual, functional programming language. description: Sifflet is a visual, functional programming language. Sifflet users can make programs by drawing diagrams to connect functions and other units. Sifflet show the intermediate steps of the computation on the diagram, and can expand function calls to show further details. It is intended as an aid for learning about recursion. category: Language , Visual Programming tested-with: GHC == 7.4.2, GHC == 7.6.3 -- data-files: filename list -- data-dir: directory -- extra-tmp-files: filename list extra-source-files: README RELEASE-NOTES flag no-link description: Inhibit linking; just compile. default: False executable sifflet main-is: sifflet.hs other-modules: Options build-depends: base >= 4.0 && < 4.8, -- begin GTK stuff, these no longer need to have the same version -- numbers cairo >= 0.11 && < 0.13, glib >= 0.11 && < 0.13, gtk >= 0.11 && < 0.13, -- end containers >= 0.2 && < 0.7, directory >= 1.0 && < 1.4, filepath >= 1.1 && < 1.4, fgl >= 5.4 && < 5.5, hxt >= 9.0 && < 10.0, mtl >= 1.1 && < 2.2, parsec >= 2.1.0.1 && < 3.2, process >= 1.0 && < 1.2, sifflet-lib >= 2.2 && < 2.3 if !os(windows) build-depends: unix >= 2.3 && < 2.6 buildable: True extensions: ForeignFunctionInterface CPP ghc-options: -Wall if flag(no-link) ghc-options: -c includes: gtk-2.0/gtk/gtk.h, gtk-2.0/gdk/gdk.h extra-libraries: gdk-x11-2.0 gtk-x11-2.0