File: Sqs.hs

package info (click to toggle)
haskell-aws 0.24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: haskell: 9,593; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
module Aws.Sqs
(
  module Aws.Sqs.Commands
, module Aws.Sqs.Core
)
where

import Aws.Sqs.Commands
import Aws.Sqs.Core