packages feed

linux-framebuffer-0: linux-framebuffer.cabal

cabal-version:       2.0
name:                linux-framebuffer
version:             0
synopsis:            Linux fbdev (framebuffer device, /dev/fbX) utility functions
-- description:
license:             OtherLicense
license-file:        LICENSE
author:              Sergey Alirzaev
maintainer:          zl29ah@gmail.com
-- copyright:
category:            Graphics
build-type:          Simple

library
  ghc-options:        -fno-warn-tabs
  -- other-extensions:
  build-depends:       base >= 4 && < 5,
                       bindings-DSL >= 1.0.16 && < 1.1,
                       unix ^>= 2.7.2.2
  -- hs-source-dirs:
  default-language:    Haskell2010
  default-extensions:
    ForeignFunctionInterface
  exposed-modules:
    Graphics.Framebuffer
    Graphics.Framebuffer.Internal

Source-repository head
  type:              git
  location:          https://github.com/l29ah/linux-framebuffer

Source-repository this
  type:              git
  location:          https://github.com/l29ah/linux-framebuffer
  tag:               0